package uploadconfig
import "k8s.io/kubernetes/cmd/kubeadm/app/phases/uploadconfig"
Index ¶
- Constants
- func UploadConfiguration(cfg *kubeadmapi.InitConfiguration, client clientset.Interface) error
Constants ¶
const ( // NodesKubeadmConfigClusterRoleName sets the name for the ClusterRole that allows // the bootstrap tokens to access the kubeadm-config ConfigMap during the node bootstrap/discovery // or during upgrade nodes NodesKubeadmConfigClusterRoleName = "kubeadm:nodes-kubeadm-config" )
Functions ¶
func UploadConfiguration ¶
func UploadConfiguration(cfg *kubeadmapi.InitConfiguration, client clientset.Interface) error
UploadConfiguration saves the InitConfiguration used for later reference (when upgrading for instance)
Source Files ¶
uploadconfig.go
- Version
- v1.33.0 (latest)
- Published
- Apr 23, 2025
- Platform
- linux/amd64
- Imports
- 10 packages
- Last checked
- 3 hours ago –
Tools for package owners.