github.com/fafucoder/cilium@v1.6.11/Documentation/cmdref/cilium_endpoint_config.md (about) 1 <!-- This file was autogenerated via cilium cmdref, do not edit manually--> 2 3 ## cilium endpoint config 4 5 View & modify endpoint configuration 6 7 ### Synopsis 8 9 View & modify endpoint configuration 10 11 ``` 12 cilium endpoint config <endpoint id> [<option>=(enable|disable) ...] [flags] 13 ``` 14 15 ### Examples 16 17 ``` 18 endpoint config 5421 DropNotification=false TraceNotification=false 19 ``` 20 21 ### Options 22 23 ``` 24 -h, --help help for config 25 --list-options List available options 26 -o, --output string json| jsonpath='{}' 27 ``` 28 29 ### Options inherited from parent commands 30 31 ``` 32 --config string config file (default is $HOME/.cilium.yaml) 33 -D, --debug Enable debug messages 34 -H, --host string URI to server-side API 35 ``` 36 37 ### SEE ALSO 38 39 * [cilium endpoint](../cilium_endpoint) - Manage endpoints 40