Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

kubeadm upgrade apply phases #1318 support #68

Open
github-actions bot opened this issue Jun 10, 2022 · 1 comment
Open

kubeadm upgrade apply phases #1318 support #68

github-actions bot opened this issue Jun 10, 2022 · 1 comment
Labels

Comments

@github-actions
Copy link

it depends on kubernetes/kubeadm#1318

Currently, kubeadm upgrade apply doesn't support phase

// TODO it depends on https://github.com/kubernetes/kubeadm/issues/1318

Copyright 2022 The Kubernetes Authors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

package commands

import (
	"github.com/go-logr/logr"

	operatorv1 "k8s.io/kubeadm/operator/api/v1alpha1"
)

// TODO it depends on https://github.com/kubernetes/kubeadm/issues/1318
// Currently, kubeadm upgrade apply doesn't support phase
func runUpgradeKubeProxy(spec *operatorv1.KubeadmUpgradeKubeProxySpec, log logr.Logger) error {
	return nil
}
ndex 2421319..99ad2c6 100644
++ b/config/crd/bases/operator.kubeadm.x-k8s.io_operations.yaml

b98d00f010fbda18ff72f50c8fc8522c6812f6e8

@github-actions github-actions bot added the todo label Jun 10, 2022
@pacoxu pacoxu changed the title it depends on https://github.com/kubernetes/kubeadm/issues/1318 kubeadm upgrade apply phases #1318 support Jun 16, 2022
@pacoxu pacoxu added this to the NEXT milestone Jun 16, 2022
@pacoxu pacoxu added bug Something isn't working priority/important-longterm labels Jun 16, 2022
@pacoxu
Copy link
Owner

pacoxu commented Aug 1, 2022

kubernetes/kubeadm#2346

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant