kubeadm config

1 개요[ | ]

Console
Copy
$ kubeadm config
Error: missing subcommand; "config" is not meant to be run on its own
Usage:
  kubeadm config [flags]
  kubeadm config [command]

Available Commands:
  images        Interact with container images used by kubeadm.
  migrate       Read an older version of the kubeadm configuration API types from a file, and output the similar config object for the newer version.
  print-default Print the default values for a kubeadm configuration object.
  upload        Upload configuration about the current state, so that 'kubeadm upgrade' can later know how to configure the upgraded cluster.
  view          View the kubeadm configuration stored inside the cluster.

Flags:
  -h, --help                help for config
      --kubeconfig string   The KubeConfig file to use when talking to the cluster. (default "/etc/kubernetes/admin.conf")

Global Flags:
  -v, --v Level   log level for V logs

Use "kubeadm config [command] --help" for more information about a command.

error: missing subcommand; "config" is not meant to be run on its own

2 같이 보기[ | ]