diff --git a/README.md b/README.md index 79cec4a..a51ceb4 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,5 @@ The target audience for this workshop is someone planning to support a productio * [Bootstrapping an H/A etcd cluster](docs/etcd.md) * [Bootstrapping an H/A Kubernetes Control Plane](docs/kubernetes-controller.md) * [Bootstrapping Kubernetes Workers](docs/kubernetes-worker.md) +* [Configuring the Kubernetes Client - Remote Access](docs/kubectl.md) * [Managing the Container Network Routes](docs/network.md) diff --git a/docs/kubectl.md b/docs/kubectl.md index b78c944..dbbd7c1 100644 --- a/docs/kubectl.md +++ b/docs/kubectl.md @@ -1,4 +1,4 @@ -# Configuring Kubectl +# Configuring the Kubernetes Client - Remote Access ## Download and Install kubectl