fix headers for federation tool references (#13726)

This commit is contained in:
Karen Bradshaw
2019-04-09 21:14:14 -04:00
committed by Kubernetes Prow Robot
parent d80e7f66c5
commit cd44e3d73d
2 changed files with 22 additions and 16 deletions
@@ -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 %}}