mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Add "EXPERIMENTAL" to the option description
This commit is contained in:
parent
16e46c8afd
commit
7e7712449b
@ -108,6 +108,6 @@ func NewKubeadmCommand(in io.Reader, out, err io.Writer) *cobra.Command {
|
|||||||
func AddKubeadmOtherFlags(flagSet *pflag.FlagSet, rootfsPath *string) {
|
func AddKubeadmOtherFlags(flagSet *pflag.FlagSet, rootfsPath *string) {
|
||||||
flagSet.StringVar(
|
flagSet.StringVar(
|
||||||
rootfsPath, "rootfs", *rootfsPath,
|
rootfsPath, "rootfs", *rootfsPath,
|
||||||
"The path to the 'real' host root filesystem.",
|
"[EXPERIMENTAL] The path to the 'real' host root filesystem.",
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user