mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 10:43:56 +00:00
kubeadm: remove the EXPERIMENTAL description from --rootfs
The global kubeadm --rootfs flag is now considered non-experimental.
This commit is contained in:
parent
77f7d1b89d
commit
142e077bcb
@ -90,7 +90,7 @@ func AddKubernetesVersionFlag(fs *pflag.FlagSet, kubernetesVersion *string) {
|
|||||||
func AddKubeadmOtherFlags(flagSet *pflag.FlagSet, rootfsPath *string) {
|
func AddKubeadmOtherFlags(flagSet *pflag.FlagSet, rootfsPath *string) {
|
||||||
flagSet.StringVar(
|
flagSet.StringVar(
|
||||||
rootfsPath, "rootfs", *rootfsPath,
|
rootfsPath, "rootfs", *rootfsPath,
|
||||||
"[EXPERIMENTAL] The path to the 'real' host root filesystem.",
|
"The path to the 'real' host root filesystem. This will cause kubeadm to chroot into the provided path.",
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user