Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewMarkControlPlanePhase (0.35 sec)

  1. cmd/kubeadm/app/cmd/phases/init/markcontrolplane.go

    		# Applies control-plane label and taint to a specific node
    		kubeadm init phase mark-control-plane --node-name myNode
    		`)
    )
    
    // NewMarkControlPlanePhase creates a kubeadm workflow phase that implements mark-controlplane checks.
    func NewMarkControlPlanePhase() workflow.Phase {
    	return workflow.Phase{
    		Name:    "mark-control-plane",
    		Short:   "Mark a node as a control-plane",
    		Example: markControlPlaneExample,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 11 08:02:50 UTC 2022
    - 2.1K bytes
    - Viewed (0)
Back to top