Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for UploadConfiguration (0.19 sec)

  1. cmd/kubeadm/app/phases/upgrade/postupgrade.go

    	// Note: This is done right in the beginning of cluster initialization; as we might want to make other phases
    	// depend on centralized information from this source in the future
    	if err := uploadconfig.UploadConfiguration(cfg, client); err != nil {
    		errs = append(errs, err)
    	}
    
    	// Create the new, version-branched kubelet ComponentConfig ConfigMap
    	if err := kubeletphase.CreateConfigMap(&cfg.ClusterConfiguration, client); err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 10:21:20 UTC 2024
    - 11.3K bytes
    - Viewed (0)
Back to top