github.com/imran-kn/cilium-fork@v1.6.9/Documentation/cmdref/cilium-operator.md (about) 1 <!-- This file was autogenerated via cilium-operator --cmdref, do not edit manually--> 2 3 ## cilium-operator 4 5 Run the cilium-operator 6 7 ### Synopsis 8 9 Run the cilium-operator 10 11 ``` 12 cilium-operator [flags] 13 ``` 14 15 ### Options 16 17 ``` 18 --api-server-port uint16 Port on which the operator should serve API requests (default 9234) 19 --aws-client-burst int Burst value allowed for the AWS client used by the AWS ENI IPAM (default 4) 20 --aws-client-qps float Queries per second limit for the AWS client used by the AWS ENI IPAM (default 20) 21 --aws-release-excess-ips Enable releasing excess free IP addresses from AWS ENI. 22 --cilium-endpoint-gc Enable CiliumEndpoint garbage collector (default true) 23 --cilium-endpoint-gc-interval duration GC interval for cilium endpoints (default 30m0s) 24 --cluster-id int Unique identifier of the cluster 25 --cluster-name string Name of the cluster (default "default") 26 --cnp-node-status-gc Enable CiliumNetworkPolicy Status garbage collection for nodes which have been removed from the cluster (default true) 27 --cnp-node-status-gc-interval duration GC interval for nodes which have been removed from the cluster in CiliumNetworkPolicy Status (default 2m0s) 28 -D, --debug Enable debugging mode 29 --enable-metrics Enable Prometheus metrics 30 --eni-parallel-workers int Maximum number of parallel workers used by ENI allocator (default 50) 31 -h, --help help for cilium-operator 32 --identity-allocation-mode string Method to use for identity allocation (default "kvstore") 33 --identity-gc-interval duration GC interval for security identities (default 15m0s) 34 --identity-heartbeat-timeout duration Timeout after which identity expires on lack of heartbeat (default 15m0s) 35 --ipam string Backend to use for IPAM 36 --k8s-api-server string Kubernetes api address server (for https use --k8s-kubeconfig-path instead) 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-kubeconfig-path string Absolute path of the kubernetes kubeconfig file 40 --kvstore string Key-value store type 41 --kvstore-opt map Key-value store options (default map[]) 42 --metrics-address string Address to serve Prometheus metrics (default ":6942") 43 --nodes-gc-interval duration GC interval for nodes store in the kvstore (default 2m0s) 44 --synchronize-k8s-nodes Synchronize Kubernetes nodes to kvstore and perform CNP GC (default true) 45 --synchronize-k8s-services Synchronize Kubernetes services to kvstore (default true) 46 --unmanaged-pod-watcher-interval int Interval to check for unmanaged kube-dns pods (0 to disable) (default 15) 47 --version Print version information 48 ``` 49