github.com/fafucoder/cilium@v1.6.11/Documentation/cmdref/cilium_endpoint_labels.md (about) 1 <!-- This file was autogenerated via cilium cmdref, do not edit manually--> 2 3 ## cilium endpoint labels 4 5 Manage label configuration of endpoint 6 7 ### Synopsis 8 9 Manage label configuration of endpoint 10 11 ``` 12 cilium endpoint labels [flags] 13 ``` 14 15 ### Options 16 17 ``` 18 -a, --add strings Add/enable labels 19 -d, --delete strings Delete/disable labels 20 -h, --help help for labels 21 ``` 22 23 ### Options inherited from parent commands 24 25 ``` 26 --config string config file (default is $HOME/.cilium.yaml) 27 -D, --debug Enable debug messages 28 -H, --host string URI to server-side API 29 ``` 30 31 ### SEE ALSO 32 33 * [cilium endpoint](../cilium_endpoint) - Manage endpoints 34