pacoxu / kubernetes

Production-Grade Container Scheduling and Management
https://kubernetes.io
Apache License 2.0
2 stars 4 forks source link

remove "kubeconfig" from "alpha" #1759

Open github-actions[bot] opened 3 years ago

github-actions[bot] commented 3 years ago

remove "kubeconfig" from "alpha"

https://github.com/kubernetes/kubeadm/issues/2292

https://github.com/pacoxu/kubernetes/blob/628f5f99fed4c277c3e3b94b83d229ee97ad0919/cmd/kubeadm/app/cmd/cmd.go#L96

    cmds.AddCommand(alpha.NewCmdAlpha(in, out))
    options.AddKubeadmOtherFlags(cmds.PersistentFlags(), &rootfsPath)
    // TODO: remove "kubeconfig" from "alpha"
    // https://github.com/kubernetes/kubeadm/issues/2292
    cmds.AddCommand(alpha.NewCmdKubeConfigUtility(out))

    return cmds
}
ndex 5f722836734d3..4b44e2829bfe1 100644
++ b/cmd/kubeadm/app/cmd/config.go

b30c038ec68b5d205626e371b8eba911329cf7b1