package phases
import "k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases"
Index ¶
- func NewCmdBootstrapToken() *cobra.Command
- func NewCmdCerts() *cobra.Command
- func NewCmdControlplane() *cobra.Command
- func NewCmdEtcd() *cobra.Command
- func NewCmdKubeConfig(out io.Writer) *cobra.Command
- func NewCmdMarkMaster() *cobra.Command
- func NewCmdPhase(out io.Writer) *cobra.Command
- func NewCmdPreFlight() *cobra.Command
- func NewCmdPreFlightMaster() *cobra.Command
- func NewCmdPreFlightNode() *cobra.Command
- func NewCmdSelfhosting() *cobra.Command
- func NewCmdUploadConfig() *cobra.Command
- func NewSubCmdClusterInfo(kubeConfigFile *string) *cobra.Command
- func NewSubCmdNodeBootstrapToken(kubeConfigFile *string) *cobra.Command
- func NewSubCmdNodeBootstrapTokenAutoApprove(kubeConfigFile *string) *cobra.Command
- func NewSubCmdNodeBootstrapTokenPostCSRs(kubeConfigFile *string) *cobra.Command
Functions ¶
func NewCmdBootstrapToken ¶
NewCmdBootstrapToken returns the Cobra command for running the mark-master phase
func NewCmdCerts ¶
NewCmdCerts return main command for certs phase
func NewCmdControlplane ¶
NewCmdControlplane return main command for Controlplane phase
func NewCmdEtcd ¶
NewCmdEtcd return main command for Etcd phase
func NewCmdKubeConfig ¶
NewCmdKubeConfig return main command for kubeconfig phase
func NewCmdMarkMaster ¶
NewCmdMarkMaster returns the Cobra command for running the mark-master phase
func NewCmdPhase ¶
NewCmdPhase returns the cobra command for the "kubeadm phase" command (currently alpha-gated)
func NewCmdPreFlight ¶
func NewCmdPreFlightMaster ¶
func NewCmdPreFlightNode ¶
func NewCmdSelfhosting ¶
NewCmdSelfhosting returns the self-hosting Cobra command
func NewCmdUploadConfig ¶
NewCmdUploadConfig returns the Cobra command for running the uploadconfig phase
func NewSubCmdClusterInfo ¶
NewSubCmdClusterInfo returns the Cobra command for running the cluster-info sub-phase
func NewSubCmdNodeBootstrapToken ¶
NewSubCmdNodeBootstrapToken returns the Cobra command for running the node sub-phase
func NewSubCmdNodeBootstrapTokenAutoApprove ¶
NewSubCmdNodeBootstrapToken returns the Cobra command for running the allow-auto-approve sub-phase
func NewSubCmdNodeBootstrapTokenPostCSRs ¶
NewSubCmdNodeBootstrapTokenPostCSRs returns the Cobra command for running the allow-post-csrs sub-phase
Source Files ¶
bootstraptoken.go certs.go controlplane.go etcd.go kubeconfig.go markmaster.go phase.go preflight.go selfhosting.go uploadconfig.go util.go
- Version
- v1.9.0-alpha.0
- Published
- Sep 1, 2017
- Platform
- linux/amd64
- Imports
- 29 packages
- Last checked
- 2 minutes ago –
Tools for package owners.