mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 06:02:18 +00:00
add federation service controller
This commit is contained in:
@@ -51,6 +51,7 @@ federation-controller-manager
|
||||
```
|
||||
--address=0.0.0.0: The IP address to serve on (set to 0.0.0.0 for all interfaces)
|
||||
--cluster-monitor-period=40s: The period for syncing ClusterStatus in ClusterController.
|
||||
--concurrent-service-syncs=10: The number of service syncing operations that will be done concurrently. Larger number = faster endpoint updating, but more CPU (and network) load
|
||||
--federated-api-burst=30: Burst to use while talking with federation apiserver
|
||||
--federated-api-qps=20: QPS to use while talking with federation apiserver
|
||||
--kube-api-content-type="": ContentType of requests sent to apiserver. Passing application/vnd.kubernetes.protobuf is an experimental feature now.
|
||||
@@ -65,7 +66,7 @@ federation-controller-manager
|
||||
--profiling[=true]: Enable profiling via web interface host:port/debug/pprof/
|
||||
```
|
||||
|
||||
###### Auto generated by spf13/cobra on 25-May-2016
|
||||
###### Auto generated by spf13/cobra on 29-May-2016
|
||||
|
||||
|
||||
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
|
||||
|
Reference in New Issue
Block a user