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,21 +1,24 @@
## federation-apiserver
### Synopsis
---
title: federation-apiserver
content_template: templates/tool-reference
weight: 70
---
{{% capture synopsis %}}
The Kubernetes federation API server validates and configures data
for the api objects which include pods, services, replicationcontrollers, and
others. The API Server services REST operations and provides the frontend to the
cluster's shared state through which all other components interact.
{{% /capture %}}
{{% capture options %}}
```
federation-apiserver [flags]
```
### Options
```
--admission-control-config-file string File with admission control configuration.
--advertise-address ip The IP address on which to advertise the apiserver to members of the cluster. This address must be reachable by the rest of the cluster. If blank, the --bind-address will be used. If --bind-address is unspecified, the host's default interface will be used.
@@ -145,4 +148,4 @@ VolumeScheduling=true|false (ALPHA - default=false)
--watch-cache-sizes strings List of watch cache sizes for every resource (pods, nodes, etc.), comma separated. The individual override format: resource[.group]#size, where resource is lowercase plural (no version), group is optional, and size is a number. It takes effect when watch-cache is enabled. Some resources (replicationcontrollers, endpoints, nodes, pods, services, apiservices.apiregistration.k8s.io) have system defaults set by heuristics, others default to default-watch-cache-size
```
###### Auto generated by spf13/cobra on 26-Mar-2019
{{% /capture %}}