Reference documentation for kube components (#13444)
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
---
|
||||
title: kubefed
|
||||
notitle: true
|
||||
weight: 10
|
||||
---
|
||||
|
||||
## kubefed
|
||||
|
||||
kubefed controls a Kubernetes Cluster Federation
|
||||
@@ -25,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/tim/.kube/http-cache")
|
||||
--cache-dir string Default HTTP cache directory (default "/home/tengqm/.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
|
||||
@@ -63,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 1-Dec-2018
|
||||
###### Auto generated by spf13/cobra on 26-Mar-2019
|
||||
|
||||
@@ -1,9 +1,3 @@
|
||||
---
|
||||
title: kubefed init
|
||||
notitle: true
|
||||
weight: 30
|
||||
---
|
||||
|
||||
## kubefed init
|
||||
|
||||
Initialize a federation control plane
|
||||
@@ -65,7 +59,7 @@ kubefed init FEDERATION_NAME --host-cluster-context=HOST_CONTEXT [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/tim/.kube/http-cache")
|
||||
--cache-dir string Default HTTP cache directory (default "/home/tengqm/.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
|
||||
@@ -102,6 +96,6 @@ kubefed init FEDERATION_NAME --host-cluster-context=HOST_CONTEXT [flags]
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
* [kubefed](/docs/reference/setup-tools/kubefed/kubefed/) - kubefed controls a Kubernetes Cluster Federation
|
||||
* [kubefed](kubefed.md) - kubefed controls a Kubernetes Cluster Federation
|
||||
|
||||
###### Auto generated by spf13/cobra on 1-Dec-2018
|
||||
###### Auto generated by spf13/cobra on 26-Mar-2019
|
||||
|
||||
@@ -1,9 +1,3 @@
|
||||
---
|
||||
title: kubefed join
|
||||
notitle: true
|
||||
weight: 40
|
||||
---
|
||||
|
||||
## kubefed join
|
||||
|
||||
Join a cluster to a federation
|
||||
@@ -44,7 +38,7 @@ kubefed join CLUSTER_NAME --host-cluster-context=HOST_CONTEXT [flags]
|
||||
-h, --help help for join
|
||||
--host-cluster-context string Host cluster context
|
||||
--no-headers When using the default or custom-column output format, don't print headers (default print headers).
|
||||
-o, --output string Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [/docs/user-guide/jsonpath].
|
||||
-o, --output string Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath].
|
||||
--save-config If true, the configuration of current object will be saved in its annotation. Otherwise, the annotation will be unchanged. This flag is useful when you want to perform kubectl apply on this object in the future.
|
||||
-a, --show-all When printing, show all resources (default hide terminated pods.)
|
||||
--show-labels When printing, show all labels as the last column (default hide labels column)
|
||||
@@ -59,7 +53,7 @@ kubefed join CLUSTER_NAME --host-cluster-context=HOST_CONTEXT [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/tim/.kube/http-cache")
|
||||
--cache-dir string Default HTTP cache directory (default "/home/tengqm/.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
|
||||
@@ -96,6 +90,6 @@ kubefed join CLUSTER_NAME --host-cluster-context=HOST_CONTEXT [flags]
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
* [kubefed](/docs/reference/setup-tools/kubefed/kubefed/) - kubefed controls a Kubernetes Cluster Federation
|
||||
* [kubefed](kubefed.md) - kubefed controls a Kubernetes Cluster Federation
|
||||
|
||||
###### Auto generated by spf13/cobra on 1-Dec-2018
|
||||
###### Auto generated by spf13/cobra on 26-Mar-2019
|
||||
|
||||
@@ -1,9 +1,3 @@
|
||||
---
|
||||
title: kubefed options
|
||||
notitle: true
|
||||
weight: 20
|
||||
---
|
||||
|
||||
## kubefed options
|
||||
|
||||
Print the list of flags inherited by all commands
|
||||
@@ -36,7 +30,7 @@ kubefed options [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/tim/.kube/http-cache")
|
||||
--cache-dir string Default HTTP cache directory (default "/home/tengqm/.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
|
||||
@@ -73,6 +67,6 @@ kubefed options [flags]
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
* [kubefed](/docs/reference/setup-tools/kubefed/kubefed/) - kubefed controls a Kubernetes Cluster Federation
|
||||
* [kubefed](kubefed.md) - kubefed controls a Kubernetes Cluster Federation
|
||||
|
||||
###### Auto generated by spf13/cobra on 1-Dec-2018
|
||||
###### Auto generated by spf13/cobra on 26-Mar-2019
|
||||
|
||||
@@ -1,9 +1,3 @@
|
||||
---
|
||||
title: kubefed unjoin
|
||||
notitle: true
|
||||
weight: 50
|
||||
---
|
||||
|
||||
## kubefed unjoin
|
||||
|
||||
Unjoin a cluster from a federation
|
||||
@@ -46,7 +40,7 @@ kubefed unjoin CLUSTER_NAME --host-cluster-context=HOST_CONTEXT [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/tim/.kube/http-cache")
|
||||
--cache-dir string Default HTTP cache directory (default "/home/tengqm/.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
|
||||
@@ -83,6 +77,6 @@ kubefed unjoin CLUSTER_NAME --host-cluster-context=HOST_CONTEXT [flags]
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
* [kubefed](/docs/reference/setup-tools/kubefed/kubefed/) - kubefed controls a Kubernetes Cluster Federation
|
||||
* [kubefed](kubefed.md) - kubefed controls a Kubernetes Cluster Federation
|
||||
|
||||
###### Auto generated by spf13/cobra on 1-Dec-2018
|
||||
###### Auto generated by spf13/cobra on 26-Mar-2019
|
||||
|
||||
@@ -1,9 +1,3 @@
|
||||
---
|
||||
title: kubefed version
|
||||
notitle: true
|
||||
weight: 60
|
||||
---
|
||||
|
||||
## kubefed version
|
||||
|
||||
Print the client and server version information
|
||||
@@ -39,7 +33,7 @@ kubefed version [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/tim/.kube/http-cache")
|
||||
--cache-dir string Default HTTP cache directory (default "/home/tengqm/.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
|
||||
@@ -76,6 +70,6 @@ kubefed version [flags]
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
* [kubefed](/docs/reference/setup-tools/kubefed/kubefed/) - kubefed controls a Kubernetes Cluster Federation
|
||||
* [kubefed](kubefed.md) - kubefed controls a Kubernetes Cluster Federation
|
||||
|
||||
###### Auto generated by spf13/cobra on 1-Dec-2018
|
||||
###### Auto generated by spf13/cobra on 26-Mar-2019
|
||||
|
||||
Reference in New Issue
Block a user