Merge pull request #1950 from madhusudancs/kubefed-fixes
Fix URL typo and whitespace.
This commit is contained in:
+3
-3
@@ -305,7 +305,7 @@ toc:
|
|||||||
|
|
||||||
- title: Administering Federation
|
- title: Administering Federation
|
||||||
section:
|
section:
|
||||||
- title: Using `kubefed`
|
- title: Using kubefed
|
||||||
path: /docs/admin/federation/kubfed/
|
path: /docs/admin/federation/kubefed/
|
||||||
- title: Using `federation-up` and `deploy.sh`
|
- title: Using federation-up and deploy.sh
|
||||||
path: /docs/admin/federation/
|
path: /docs/admin/federation/
|
||||||
|
|||||||
@@ -3,6 +3,10 @@ assignees:
|
|||||||
- madhusudancs
|
- madhusudancs
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
* TOC
|
||||||
|
{:toc}
|
||||||
|
|
||||||
Kubernetes version 1.5 includes a new command line tool called
|
Kubernetes version 1.5 includes a new command line tool called
|
||||||
`kubefed` to help you administrate your federated clusters.
|
`kubefed` to help you administrate your federated clusters.
|
||||||
`kubefed` helps you to deploy a new Kubernetes cluster federation
|
`kubefed` helps you to deploy a new Kubernetes cluster federation
|
||||||
@@ -14,11 +18,6 @@ using `kubefed`.
|
|||||||
|
|
||||||
> Note: `kubefed` is an alpha feature in Kubernetes 1.5.
|
> Note: `kubefed` is an alpha feature in Kubernetes 1.5.
|
||||||
|
|
||||||
|
|
||||||
* TOC
|
|
||||||
{:toc}
|
|
||||||
|
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
This guide assumes that you have a running Kubernetes cluster. Please
|
This guide assumes that you have a running Kubernetes cluster. Please
|
||||||
@@ -61,8 +60,8 @@ The output should contain an entry corresponding to your host cluster,
|
|||||||
similar to the following:
|
similar to the following:
|
||||||
|
|
||||||
```
|
```
|
||||||
CURRENT NAME CLUSTER AUTHINFO NAMESPACE
|
CURRENT NAME CLUSTER AUTHINFO NAMESPACE
|
||||||
gke_myproject_asia-east1-b_gce-asia-east1 gke_myproject_asia-east1-b_gce-asia-east1 gke_myproject_asia-east1-b_gce-asia-east1
|
gke_myproject_asia-east1-b_gce-asia-east1 gke_myproject_asia-east1-b_gce-asia-east1 gke_myproject_asia-east1-b_gce-asia-east1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -13,6 +13,12 @@ assignees:
|
|||||||
|
|
||||||
[`kubectl`](/docs/user-guide/kubectl/) is the command line tool for Kubernetes. It controls the Kubernetes cluster manager.
|
[`kubectl`](/docs/user-guide/kubectl/) is the command line tool for Kubernetes. It controls the Kubernetes cluster manager.
|
||||||
|
|
||||||
|
### Kubefed
|
||||||
|
|
||||||
|
[`kubefed`](/docs/admin/federation/kubefed/) is the command line tool
|
||||||
|
to help you administrate your federated clusters.
|
||||||
|
|
||||||
|
|
||||||
### Dashboard
|
### Dashboard
|
||||||
|
|
||||||
[Dashboard](/docs/user-guide/ui/), the web-based user interface of Kubernetes, allows you to deploy containerized applications
|
[Dashboard](/docs/user-guide/ui/), the web-based user interface of Kubernetes, allows you to deploy containerized applications
|
||||||
|
|||||||
Reference in New Issue
Block a user