generated assets and docs

This commit is contained in:
Zach Arnold
2018-09-27 12:09:57 -07:00
parent 490ddd8780
commit 70bca00a70
45 changed files with 1777 additions and 869 deletions
@@ -1,8 +1,3 @@
---
title: kubefed
notitle: true
weight: 10
---
## kubefed
kubefed controls a Kubernetes Cluster Federation
@@ -10,7 +5,7 @@ kubefed controls a Kubernetes Cluster Federation
### Synopsis
kubefed controls a Kubernetes Cluster Federation.
kubefed controls a Kubernetes Cluster Federation.
Find more information at https://github.com/kubernetes/federation.
@@ -24,7 +19,7 @@ kubefed [flags]
--alsologtostderr log to standard error as well as files
--as string Username to impersonate for the operation
--as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
--cache-dir string Default HTTP cache directory (default "/Users/jrondeau/.kube/http-cache")
--cache-dir string Default HTTP cache directory (default "/Users/zarnold/.kube/http-cache")
--certificate-authority string Path to a cert file for the certificate authority
--client-certificate string Path to a client certificate file for TLS
--client-key string Path to a client key file for TLS
@@ -62,10 +57,10 @@ kubefed [flags]
```
### SEE ALSO
* [kubefed init](/docs/reference/setup-tools/kubefed/kubefed-init/) - Initialize a federation control plane
* [kubefed join](/docs/reference/setup-tools/kubefed/kubefed-join/) - Join a cluster to a federation
* [kubefed options](/docs/reference/setup-tools/kubefed/kubefed-options/) - Print the list of flags inherited by all commands
* [kubefed unjoin](/docs/reference/setup-tools/kubefed/kubefed-unjoin/) - Unjoin a cluster from a federation
* [kubefed version](/docs/reference/setup-tools/kubefed/kubefed-version/) - Print the client and server version information
* [kubefed init](kubefed_init.md) - Initialize a federation control plane
* [kubefed join](kubefed_join.md) - Join a cluster to a federation
* [kubefed options](kubefed_options.md) - Print the list of flags inherited by all commands
* [kubefed unjoin](kubefed_unjoin.md) - Unjoin a cluster from a federation
* [kubefed version](kubefed_version.md) - Print the client and server version information
###### Auto generated by spf13/cobra on 25-Mar-2018
###### Auto generated by spf13/cobra on 24-Sep-2018