fix headers for federation tool references (#13726)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
d80e7f66c5
commit
cd44e3d73d
+11
-8
@@ -1,9 +1,10 @@
|
||||
## federation-controller-manager
|
||||
|
||||
|
||||
|
||||
### Synopsis
|
||||
---
|
||||
title: federation-controller-manager
|
||||
content_template: templates/tool-reference
|
||||
weight: 80
|
||||
---
|
||||
|
||||
{{% capture synopsis %}}
|
||||
|
||||
The federation controller manager is a daemon that embeds
|
||||
the core control loops shipped with federation. In applications of robotics and
|
||||
@@ -13,12 +14,14 @@ state of the federation cluster through the apiserver and makes changes attempti
|
||||
to move the current state towards the desired state. Examples of controllers that
|
||||
ship with federation today is the cluster controller.
|
||||
|
||||
{{% /capture %}}
|
||||
|
||||
{{% capture options %}}
|
||||
|
||||
```
|
||||
federation-controller-manager [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
--address ip The IP address to serve on (set to 0.0.0.0 for all interfaces) (default 0.0.0.0)
|
||||
--cluster-monitor-period duration The period for syncing ClusterStatus in ClusterController. (default 40s)
|
||||
@@ -51,4 +54,4 @@ federation-controller-manager [flags]
|
||||
--zone-name string Zone name, like example.com.
|
||||
```
|
||||
|
||||
###### Auto generated by spf13/cobra on 26-Mar-2019
|
||||
{{% /capture %}}
|
||||
|
||||
Reference in New Issue
Block a user