You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, as being deprecated, we should not open this port on all
interfaces since cilium-operator is running in the host network.
For now we will open on both IPv4 and IPv6 localhost addresses since the
user might run the operator on IPv6-only clusters, or vice-versa, we
don't want the operator to not being able from listening on a port on
the IP version not available on the cluster.
Signed-off-by: André Martins <andre@cilium.io>
Copy file name to clipboardexpand all lines: Documentation/cmdref/cilium-operator.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@ cilium-operator [flags]
15
15
### Options
16
16
17
17
```
18
-
--api-server-port uint16 Port on which the operator should serve API requests (default 9234)
19
18
--aws-client-burst int Burst value allowed for the AWS client used by the AWS ENI IPAM (default 4)
20
19
--aws-client-qps float Queries per second limit for the AWS client used by the AWS ENI IPAM (default 20)
21
20
--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[])
@@ -45,6 +44,7 @@ cilium-operator [flags]
45
44
--kvstore string Key-value store type
46
45
--kvstore-opt map Key-value store options (default map[])
47
46
--nodes-gc-interval duration GC interval for nodes store in the kvstore (default 2m0s)
47
+
--operator-api-serve-addr string Address to serve API requests (default "localhost:9234")
48
48
--operator-prometheus-serve-addr string Address to serve Prometheus metrics (default ":6942")
49
49
--synchronize-k8s-nodes Synchronize Kubernetes nodes to kvstore and perform CNP GC (default true)
50
50
--synchronize-k8s-services Synchronize Kubernetes services to kvstore (default true)
0 commit comments