karmadactl
karmadactl controls a Kubernetes Cluster Federation.
Synopsis
karmadactl controls a Kubernetes Cluster Federation.
karmadactl [flags]
Options
--add-dir-header If true, adds the file directory to the header of the log messages
--alsologtostderr log to standard error as well as files (no effect when -logtostderr=true)
-h, --help help for karmadactl
--kubeconfig string Paths to a kubeconfig. Only required if out-of-cluster.
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log-dir string If non-empty, write log files in this directory (no effect when -logtostderr=true)
--log-file string If non-empty, use this log file (no effect when -logtostderr=true)
--log-file-max-size uint Defines the maximum size a log file can grow to (no effect when -logtostderr=true). Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
--logtostderr log to standard error instead of files (default true)
--one-output If true, only write logs to their native severity level (vs also writing to each lower severity level; no effect when -logtostderr=true)
--skip-headers If true, avoid header prefixes in the log messages
--skip-log-headers If true, avoid headers when opening log files (no effect when -logtostderr=true)
--stderrthreshold severity logs at or above this threshold go to stderr when writing to files and stderr (no effect when -logtostderr=true or -alsologtostderr=false) (default 2)
-v, --v Level number for the log level verbosity
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
SEE ALSO
- karmadactl addons - Enable or disable a Karmada addon
- karmadactl apply - Apply a configuration to a resource by file name or stdin and propagate them into member clusters
- karmadactl cordon - Mark cluster as unschedulable
- karmadactl deinit - Remove the Karmada control plane from the Kubernetes cluster.
- karmadactl describe - Show details of a specific resource or group of resources in a cluster
- karmadactl exec - Execute a command in a container in a cluster
- karmadactl get - Display one or many resources
- karmadactl init - Install the Karmada control plane in a Kubernetes cluster
- karmadactl interpret - Validate, test and edit interpreter customization before applying it to the control plane
- karmadactl join - Register a cluster to Karmada control plane with Push mode
- karmadactl logs - Print the logs for a container in a pod in a cluster
- karmadactl options - Print the list of flags inherited by all commands
- karmadactl promote - Promote resources from legacy clusters to Karmada control plane
- karmadactl register - Register a cluster to Karmada control plane with Pull mode
- karmadactl taint - Update the taints on one or more clusters
- karmadactl token - Manage bootstrap tokens
- karmadactl top - Display resource (CPU/memory) usage of member clusters
- karmadactl uncordon - Mark cluster as schedulable
- karmadactl unjoin - Remove a cluster from Karmada control plane
- karmadactl version - Print the version information