Open github-actions[bot] opened 2 years ago
spec.SkipKubeProxy is not implemented yet
https://github.com/pacoxu/kubeadm-operator/blob/4357f8f10c8a37f4ab286abb32248ddc00da156a/commands/kubeadm_upgrade_apply.go#L31
// 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
It can be considered once https://github.com/pacoxu/kubeadm-operator/issues/68 is done.
spec.SkipKubeProxy is not implemented yet
https://github.com/pacoxu/kubeadm-operator/blob/4357f8f10c8a37f4ab286abb32248ddc00da156a/commands/kubeadm_upgrade_apply.go#L31
88dc0df24ba2cc7f12dc6ed8918b2f42a8211542