cilium-dbg preflight validate-configmap
Validate Cilium ConfigMap for unrecognized keys in the daemon and operator.
Synopsis
Before upgrading Cilium, it is recommended to run this validation checker to ensure that the deployed Cilium ConfigMap is valid. The validator verifies that all configuration keys are recognized by both the daemon and the operator. If any unrecognized keys are found, an error is printed and the command exits with a non-zero status code.
cilium-dbg preflight validate-configmap [flags]
Options
--configmap-dir string Path to a directory mounted from a Kubernetes ConfigMap; all files in this directory will be loaded as configuration
-h, --help help for validate-configmap
Options inherited from parent commands
--config string Config file (default is $HOME/.cilium.yaml)
-D, --debug Enable debug messages
-H, --host string URI to server-side API
--log-driver strings Logging endpoints to use (example: syslog)
--log-opt map Log driver options (example: format=json)
SEE ALSO
cilium-dbg preflight - Cilium upgrade helper