cilium service update

Update a service

  1. cilium service update [flags]

Options

  1. --backends strings Backend address or addresses (<IP:Port>)
  2. --frontend string Frontend address
  3. -h, --help help for update
  4. --id uint Identifier
  5. --k8s-cluster-internal Set service as cluster-internal for externalTrafficPolicy=Local
  6. --k8s-external Set service as a k8s ExternalIPs
  7. --k8s-host-port Set service as a k8s HostPort
  8. --k8s-load-balancer Set service as a k8s LoadBalancer
  9. --k8s-node-port Set service as a k8s NodePort
  10. --k8s-traffic-policy string Set service with k8s externalTrafficPolicy as {Local,Cluster} (default "Cluster")
  11. --local-redirect Set service as Local Redirect

Options inherited from parent commands

  1. --config string config file (default is $HOME/.cilium.yaml)
  2. -D, --debug Enable debug messages
  3. -H, --host string URI to server-side API

SEE ALSO