Forrest logo
back to the kubeadm tool

kubeadm:tldr:d01cb

kubeadm: View the kubeadm ConfigMap containing the cluster's configuration.
$ kubeadm config view
try on your machine

The command kubeadm config view is used to display the current configuration of the kubeadm tool.

kubeadm is a command-line utility used to bootstrap and manage a Kubernetes cluster. It allows you to easily initialize a new cluster, join worker nodes to an existing cluster, and perform other cluster management tasks.

The config view subcommand displays the current configuration settings of kubeadm. This includes information such as the API server endpoint, cluster networking settings, and various other configuration options.

By executing kubeadm config view, you can see the current state of the kubeadm configuration, which can be helpful for troubleshooting or verifying the current cluster configuration.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the kubeadm tool