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

spec.SkipKubeProxy is not implemented yet #67

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

spec.SkipKubeProxy is not implemented yet #67

github-actions bot opened this issue Jun 10, 2022 · 1 comment
Labels
duplicate This issue or pull request already exists enhancement New feature or request todo

Comments

@github-actions
Copy link

spec.SkipKubeProxy is not implemented yet

// TODO spec.SkipKubeProxy is not implemented yet

// runKubeadmUpgradeApply runs the kubeadm upgrade apply command
func runKubeadmUpgradeApply(spec *operatorv1.KubeadmUpgradeApplyCommandSpec, log logr.Logger) error {
	// TODO spec.SkipKubeProxy is not implemented yet

	var cmd *cmd
	// TODO: add real dry run support
	cmd = newCmd("kubeadm", "upgrade", "apply", spec.KubernetesVersion, "--yes", "--v=4")
ndex 8120cf4..1b01450 100644
++ b/commands/upgrade_kubectlkubelet.go

88dc0df24ba2cc7f12dc6ed8918b2f42a8211542

@github-actions github-actions bot added the todo label Jun 10, 2022
@pacoxu
Copy link
Owner

pacoxu commented Jun 16, 2022

It can be considered once #68 is done.

@pacoxu pacoxu added the enhancement New feature or request label Jun 16, 2022
@pacoxu pacoxu added this to the NEXT milestone Jun 16, 2022
@pacoxu pacoxu added the duplicate This issue or pull request already exists label Jun 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
duplicate This issue or pull request already exists enhancement New feature or request todo
Projects
None yet
Development

No branches or pull requests

1 participant