cilium-operator

Run cilium-operator

Synopsis

Run cilium-operator

  1. cilium-operator [flags]

Options

  1. --aws-instance-limit-mapping map Add or overwrite mappings of AWS instance limit in the form of {"AWS instance type": "Maximum Network Interfaces","IPv4 Addresses per Interface","IPv6 Addresses per Interface"}. cli example: --aws-instance-limit-mapping=a1.medium=2,4,4 --aws-instance-limit-mapping=a2.somecustomflavor=4,5,6 configmap example: {"a1.medium": "2,4,4", "a2.somecustomflavor": "4,5,6"} (default map[])
  2. --aws-release-excess-ips Enable releasing excess free IP addresses from AWS ENI.
  3. --azure-cloud-name string Name of the Azure cloud being used (default "AzurePublicCloud")
  4. --azure-resource-group string Resource group to use for Azure IPAM
  5. --azure-subscription-id string Subscription ID to access Azure API
  6. --azure-use-primary-address Use Azure IP address from interface's primary IPConfigurations (default true)
  7. --azure-user-assigned-identity-id string ID of the user assigned identity used to auth with the Azure API
  8. --cilium-endpoint-gc-interval duration GC interval for cilium endpoints (default 5m0s)
  9. --cluster-id int Unique identifier of the cluster
  10. --cluster-name string Name of the cluster (default "default")
  11. --cluster-pool-ipv4-cidr string IPv4 CIDR Range for Pods in cluster. Requires 'ipam=cluster-pool' and 'enable-ipv4=true'
  12. --cluster-pool-ipv4-mask-size int Mask size for each IPv4 podCIDR per node. Requires 'ipam=cluster-pool' and 'enable-ipv4=true' (default 24)
  13. --cluster-pool-ipv6-cidr string IPv6 CIDR Range for Pods in cluster. Requires 'ipam=cluster-pool' and 'enable-ipv6=true'
  14. --cluster-pool-ipv6-mask-size int Mask size for each IPv6 podCIDR per node. Requires 'ipam=cluster-pool' and 'enable-ipv6=true' (default 112)
  15. --cnp-node-status-gc-interval duration GC interval for nodes which have been removed from the cluster in CiliumNetworkPolicy Status (default 2m0s)
  16. --cnp-status-update-interval duration Interval between CNP status updates sent to the k8s-apiserver per-CNP (default 1s)
  17. --config string Configuration file (default "$HOME/ciliumd.yaml")
  18. --config-dir string Configuration directory that contains a file for each option
  19. -D, --debug Enable debugging mode
  20. --ec2-api-endpoint string AWS API endpoint for the EC2 service
  21. --enable-ipv4 Enable IPv4 support (default true)
  22. --enable-ipv6 Enable IPv6 support (default true)
  23. --enable-k8s-api-discovery Enable discovery of Kubernetes API groups and resources with the discovery API
  24. --enable-k8s-endpoint-slice Enables k8s EndpointSlice feature into Cilium-Operator if the k8s cluster supports it (default true)
  25. --enable-k8s-event-handover Enable k8s event handover to kvstore for improved scalability
  26. --enable-metrics Enable Prometheus metrics
  27. --eni-tags map ENI tags in the form of k1=v1 (multiple k/v pairs can be passed by repeating the CLI flag) (default map[])
  28. --gops-port int Port for gops server to listen on (default 9891)
  29. -h, --help help for cilium-operator
  30. --identity-allocation-mode string Method to use for identity allocation (default "kvstore")
  31. --identity-gc-interval duration GC interval for security identities (default 15m0s)
  32. --identity-gc-rate-interval duration Interval used for rate limiting the GC of security identities (default 1m0s)
  33. --identity-gc-rate-limit int Maximum number of security identities that will be deleted within the identity-gc-rate-interval (default 2500)
  34. --identity-heartbeat-timeout duration Timeout after which identity expires on lack of heartbeat (default 30m0s)
  35. --ipam string Backend to use for IPAM (default "cluster-pool")
  36. --k8s-api-server string Kubernetes API server URL
  37. --k8s-client-burst int Burst value allowed for the K8s client
  38. --k8s-client-qps float32 Queries per second limit for the K8s client
  39. --k8s-heartbeat-timeout duration Configures the timeout for api-server heartbeat, set to 0 to disable (default 30s)
  40. --k8s-kubeconfig-path string Absolute path of the kubernetes kubeconfig file
  41. --k8s-namespace string Name of the Kubernetes namespace in which Cilium Operator is deployed in
  42. --k8s-service-proxy-name string Value of K8s service-proxy-name label for which Cilium handles the services (empty = all services without service.kubernetes.io/service-proxy-name label)
  43. --kvstore string Key-value store type
  44. --kvstore-opt map Key-value store options (default map[])
  45. --leader-election-lease-duration duration Duration that non-leader operator candidates will wait before forcing to acquire leadership (default 15s)
  46. --leader-election-renew-deadline duration Duration that current acting master will retry refreshing leadership in before giving up the lock (default 10s)
  47. --leader-election-retry-period duration Duration that LeaderElector clients should wait between retries of the actions (default 2s)
  48. --limit-ipam-api-burst int Upper burst limit when accessing external APIs (default 4)
  49. --limit-ipam-api-qps float Queries per second limit when accessing external IPAM APIs (default 20)
  50. --log-driver strings Logging endpoints to use for example syslog
  51. --log-opt map Log driver options for cilium-operator (default map[])
  52. --nodes-gc-interval duration GC interval for nodes store in the kvstore (default 2m0s)
  53. --operator-api-serve-addr string Address to serve API requests (default "localhost:9234")
  54. --operator-prometheus-serve-addr string Address to serve Prometheus metrics (default ":6942")
  55. --parallel-alloc-workers int Maximum number of parallel IPAM workers (default 50)
  56. --subnet-ids-filter strings Subnets IDs (separated by commas)
  57. --subnet-tags-filter stringToString Subnets tags in the form of k1=v1,k2=v2 (multiple k/v pairs can also be passed by repeating the CLI flag (default [])
  58. --synchronize-k8s-nodes Synchronize Kubernetes nodes to kvstore and perform CNP GC (default true)
  59. --synchronize-k8s-services Synchronize Kubernetes services to kvstore (default true)
  60. --unmanaged-pod-watcher-interval int Interval to check for unmanaged kube-dns pods (0 to disable) (default 15)
  61. --update-ec2-adapter-limit-via-api Use the EC2 API to update the instance type to adapter limits
  62. --version Print version information