github.com/cilium/cilium@v1.16.2/Documentation/cmdref/cilium-dbg_build-config.md (about)

     1  <!-- This file was autogenerated via cilium cmdref, do not edit manually-->
     2  
     3  ## cilium-dbg build-config
     4  
     5  Resolve all of the configuration sources that apply to this node
     6  
     7  ```
     8  cilium-dbg build-config --node-name $K8S_NODE_NAME [flags]
     9  ```
    10  
    11  ### Options
    12  
    13  ```
    14        --allow-config-keys strings                   List of configuration keys that are allowed to be overridden (e.g. set from not the first source. Takes precedence over deny-config-keys
    15        --deny-config-keys strings                    List of configuration keys that are not allowed to be overridden (e.g. set from not the first source. If allow-config-keys is set, this field is ignored
    16        --dest string                                 Destination directory to write the fully-resolved configuration. (default "/tmp/cilium/config-map")
    17        --enable-k8s                                  Enable the k8s clientset (default true)
    18        --enable-k8s-api-discovery                    Enable discovery of Kubernetes API groups and resources with the discovery API
    19    -h, --help                                        help for build-config
    20        --k8s-api-server string                       Kubernetes API server URL
    21        --k8s-client-burst int                        Burst value allowed for the K8s client
    22        --k8s-client-connection-keep-alive duration   Configures the keep alive duration of K8s client connections. K8 client is disabled if the value is set to 0 (default 30s)
    23        --k8s-client-connection-timeout duration      Configures the timeout of K8s client connections. K8s client is disabled if the value is set to 0 (default 30s)
    24        --k8s-client-qps float32                      Queries per second limit for the K8s client
    25        --k8s-heartbeat-timeout duration              Configures the timeout for api-server heartbeat, set to 0 to disable (default 30s)
    26        --k8s-kubeconfig-path string                  Absolute path of the kubernetes kubeconfig file
    27        --node-name string                            The name of the node on which we are running. Also set via K8S_NODE_NAME environment.
    28        --source strings                              Ordered list of configuration sources. Supported values: config-map:<namespace>/name - a ConfigMap with <name>, optionally in namespace <namespace>. cilium-node-config:<NAMESPACE> - any CiliumNodeConfigs in namespace <NAMESPACE>.  node:<NODENAME> - Annotations on the node. Namespace and nodename are optional (default [config-map:cilium-config,cilium-node-config:])
    29  ```
    30  
    31  ### Options inherited from parent commands
    32  
    33  ```
    34        --config string   Config file (default is $HOME/.cilium.yaml)
    35    -D, --debug           Enable debug messages
    36    -H, --host string     URI to server-side API
    37  ```
    38  
    39  ### SEE ALSO
    40  
    41  * [cilium-dbg](cilium-dbg.md)	 - CLI
    42