Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for SkipPhases (0.22 sec)

  1. cmd/kubeadm/app/apis/kubeadm/zz_generated.deepcopy.go

    		for i := range *in {
    			(*in)[i].DeepCopyInto(&(*out)[i])
    		}
    	}
    	in.NodeRegistration.DeepCopyInto(&out.NodeRegistration)
    	out.LocalAPIEndpoint = in.LocalAPIEndpoint
    	if in.SkipPhases != nil {
    		in, out := &in.SkipPhases, &out.SkipPhases
    		*out = make([]string, len(*in))
    		copy(*out, *in)
    	}
    	if in.Patches != nil {
    		in, out := &in.Patches, &out.Patches
    		*out = new(Patches)
    		**out = **in
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 08:34:39 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/apis/kubeadm/v1beta4/zz_generated.conversion.go

    	}
    	if err := Convert_v1beta4_APIEndpoint_To_kubeadm_APIEndpoint(&in.LocalAPIEndpoint, &out.LocalAPIEndpoint, s); err != nil {
    		return err
    	}
    	out.CertificateKey = in.CertificateKey
    	out.SkipPhases = *(*[]string)(unsafe.Pointer(&in.SkipPhases))
    	out.Patches = (*kubeadm.Patches)(unsafe.Pointer(in.Patches))
    	out.Timeouts = (*kubeadm.Timeouts)(unsafe.Pointer(in.Timeouts))
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 08:34:39 UTC 2024
    - 61.4K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/apis/kubeadm/v1beta4/zz_generated.deepcopy.go

    		for i := range *in {
    			(*in)[i].DeepCopyInto(&(*out)[i])
    		}
    	}
    	in.NodeRegistration.DeepCopyInto(&out.NodeRegistration)
    	out.LocalAPIEndpoint = in.LocalAPIEndpoint
    	if in.SkipPhases != nil {
    		in, out := &in.SkipPhases, &out.SkipPhases
    		*out = make([]string, len(*in))
    		copy(*out, *in)
    	}
    	if in.Patches != nil {
    		in, out := &in.Patches, &out.Patches
    		*out = new(Patches)
    		**out = **in
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 08:34:39 UTC 2024
    - 24.1K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/apis/kubeadm/v1beta4/types.go

    	// +optional
    	CertificateKey string `json:"certificateKey,omitempty"`
    
    	// SkipPhases is a list of phases to skip during command execution.
    	// The list of phases can be obtained with the "kubeadm init --help" command.
    	// The flag "--skip-phases" takes precedence over this field.
    	// +optional
    	SkipPhases []string `json:"skipPhases,omitempty"`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:12:52 UTC 2024
    - 34.5K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/apis/kubeadm/v1beta3/zz_generated.conversion.go

    	}
    	if err := Convert_v1beta3_APIEndpoint_To_kubeadm_APIEndpoint(&in.LocalAPIEndpoint, &out.LocalAPIEndpoint, s); err != nil {
    		return err
    	}
    	out.CertificateKey = in.CertificateKey
    	out.SkipPhases = *(*[]string)(unsafe.Pointer(&in.SkipPhases))
    	out.Patches = (*kubeadm.Patches)(unsafe.Pointer(in.Patches))
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 36.4K bytes
    - Viewed (0)
  6. cmd/kubeadm/app/cmd/upgrade/node.go

    		if err != nil {
    			return nil, err
    		}
    		// If the flag for skipping phases was empty, use the values from config
    		if len(nodeRunner.Options.SkipPhases) == 0 {
    			nodeRunner.Options.SkipPhases = data.cfg.Node.SkipPhases
    		}
    		return data, nil
    	})
    
    	// binds the Runner to kubeadm upgrade node command by altering
    	// command help, adding --skip-phases flag and by adding phases subcommands
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 08:34:39 UTC 2024
    - 10K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/apis/kubeadm/types.go

    	// The certificate key is a hex encoded string that is an AES key of size 32 bytes.
    	CertificateKey string
    
    	// SkipPhases is a list of phases to skip during command execution.
    	// The list of phases can be obtained with the "kubeadm init --help" command.
    	// The flag "--skip-phases" takes precedence over this field.
    	SkipPhases []string
    
    	// Patches contains options related to applying patches to components deployed by kubeadm during
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:12:52 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/apis/kubeadm/v1beta3/types.go

    	// +optional
    	CertificateKey string `json:"certificateKey,omitempty"`
    
    	// SkipPhases is a list of phases to skip during command execution.
    	// The list of phases can be obtained with the "kubeadm init --help" command.
    	// The flag "--skip-phases" takes precedence over this field.
    	// +optional
    	SkipPhases []string `json:"skipPhases,omitempty"`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 10:21:20 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  9. cmd/kubeadm/app/apis/kubeadm/fuzzer/fuzzer.go

    	obj.BootstrapTokens = []bootstraptokenv1.BootstrapToken{
    		{
    			Groups: []string{"foo"},
    			Usages: []string{"foo"},
    			TTL:    &metav1.Duration{Duration: 1234},
    		},
    	}
    	obj.SkipPhases = nil
    	obj.NodeRegistration.ImagePullPolicy = corev1.PullIfNotPresent
    	obj.NodeRegistration.ImagePullSerial = ptr.To(true)
    	obj.Patches = nil
    	obj.DryRun = false
    	kubeadm.SetDefaultTimeouts(&obj.Timeouts)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 13 06:41:07 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/apis/kubeadm/v1beta4/doc.go

    //	  imagePullPolicy: "IfNotPresent"
    //	localAPIEndpoint:
    //	  advertiseAddress: "10.100.0.1"
    //	  bindPort: 6443
    //	certificateKey: "e6a2eb8581237ab72a4f494f30285ec12a9694d750b9785706a83bfcbbbd2204"
    //	skipPhases:
    //	- addon/kube-proxy
    //	---
    //	apiVersion: kubeadm.k8s.io/v1beta4
    //	kind: ClusterConfiguration
    //	etcd:
    //	  # one of local or external
    //	  local:
    //	    imageRepository: "registry.k8s.io"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 12.8K bytes
    - Viewed (0)
Back to top