github.com/imran-kn/cilium-fork@v1.6.9/Documentation/cmdref/cilium_service_update.md (about) 1 <!-- This file was autogenerated via cilium cmdref, do not edit manually--> 2 3 ## cilium service update 4 5 Update a service 6 7 ### Synopsis 8 9 Update a service 10 11 ``` 12 cilium service update [flags] 13 ``` 14 15 ### Options 16 17 ``` 18 --backends strings Backend address or addresses followed by optional weight (<IP:Port>[/weight]) 19 --frontend string Frontend address 20 -h, --help help for update 21 --id uint Identifier 22 --rev Add reverse translation (default true) 23 ``` 24 25 ### Options inherited from parent commands 26 27 ``` 28 --config string config file (default is $HOME/.cilium.yaml) 29 -D, --debug Enable debug messages 30 -H, --host string URI to server-side API 31 ``` 32 33 ### SEE ALSO 34 35 * [cilium service](../cilium_service) - Manage services & loadbalancers 36