package node
import "k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/upgrade/node"
Index ¶
Functions ¶
func NewControlPlane ¶
NewControlPlane creates a kubeadm workflow phase that implements handling of control-plane upgrade.
func NewKubeletConfigPhase ¶
NewKubeletConfigPhase creates a kubeadm workflow phase that implements handling of kubelet-config upgrade.
Types ¶
type Data ¶
type Data interface { EtcdUpgrade() bool RenewCerts() bool DryRun() bool KubeletVersion() string Cfg() *kubeadmapi.InitConfiguration IsControlPlaneNode() bool Client() clientset.Interface KustomizeDir() string }
Data is the interface to use for kubeadm upgrade node phases. The "nodeData" type from "cmd/upgrade/node.go" must satisfy this interface.
Source Files ¶
controlplane.go data.go kubeletconfig.go
- Version
- v1.18.6
- Published
- Jul 15, 2020
- Platform
- linux/amd64
- Imports
- 15 packages
- Last checked
- 19 minutes ago –
Tools for package owners.