Reference documentation for kube components (#13444)

This commit is contained in:
Qiming
2019-03-27 15:58:19 +08:00
committed by GitHub
parent b70111925b
commit 8858299bfa
98 changed files with 1719 additions and 481 deletions
@@ -1,8 +1,3 @@
---
title: federation-apiserver
notitle: true
---
## federation-apiserver
@@ -68,7 +63,7 @@ federation-apiserver [flags]
--etcd-servers strings List of etcd servers to connect with (scheme://ip:port), comma separated.
--etcd-servers-overrides strings Per-resource etcd servers overrides, comma separated. The individual override format: group/resource#servers, where servers are http://ip:port, semicolon separated.
--event-ttl duration Amount of time to retain events. (default 1h0m0s)
--encryption-provider-config string The file containing configuration for encryption providers to be used for storing secrets in etcd
--experimental-encryption-provider-config string The file containing configuration for encryption providers to be used for storing secrets in etcd
--experimental-keystone-ca-file string If set, the Keystone server's certificate will be verified by one of the authorities in the experimental-keystone-ca-file, otherwise the host's root CA set will be used.
--experimental-keystone-url string If passed, activates the keystone authentication plugin.
--external-hostname string The hostname to use when generating externalized URLs for this master (e.g. Swagger API Docs).
@@ -150,4 +145,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 1-Dec-2018
###### Auto generated by spf13/cobra on 26-Mar-2019