From b9bab739ce69401285539fc24e7dc3d82c2b6b5e Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Sun, 19 May 2019 17:52:22 +0200 Subject: [PATCH] Update docs link for installing kubectl * Fix install kubectl link to refer to upstream docs. Link to coreos.com is now outdated and directed users to install kubectl v1.8.4 * https://github.com/poseidon/typhoon/issues/476 --- docs/atomic/aws.md | 2 +- docs/atomic/bare-metal.md | 2 +- docs/atomic/digital-ocean.md | 2 +- docs/atomic/google-cloud.md | 2 +- docs/cl/aws.md | 2 +- docs/cl/azure.md | 2 +- docs/cl/bare-metal.md | 2 +- docs/cl/digital-ocean.md | 2 +- docs/cl/google-cloud.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/atomic/aws.md b/docs/atomic/aws.md index 77ed0824..ffa57156 100644 --- a/docs/atomic/aws.md +++ b/docs/atomic/aws.md @@ -150,7 +150,7 @@ In 5-10 minutes, the Kubernetes cluster will be ready. ## Verify -[Install kubectl](https://coreos.com/kubernetes/docs/latest/configure-kubectl.html) on your system. Use the generated `kubeconfig` credentials to access the Kubernetes cluster and list nodes. +[Install kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) on your system. Use the generated `kubeconfig` credentials to access the Kubernetes cluster and list nodes. ``` $ export KUBECONFIG=/home/user/.secrets/clusters/tempest/auth/kubeconfig diff --git a/docs/atomic/bare-metal.md b/docs/atomic/bare-metal.md index e258ad07..da2f6b59 100644 --- a/docs/atomic/bare-metal.md +++ b/docs/atomic/bare-metal.md @@ -348,7 +348,7 @@ bootkube[5]: Tearing down temporary bootstrap control plane... ## Verify -[Install kubectl](https://coreos.com/kubernetes/docs/latest/configure-kubectl.html) on your system. Use the generated `kubeconfig` credentials to access the Kubernetes cluster and list nodes. +[Install kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) on your system. Use the generated `kubeconfig` credentials to access the Kubernetes cluster and list nodes. ``` $ export KUBECONFIG=/home/user/.secrets/clusters/mercury/auth/kubeconfig diff --git a/docs/atomic/digital-ocean.md b/docs/atomic/digital-ocean.md index 370bbd98..01a7911a 100644 --- a/docs/atomic/digital-ocean.md +++ b/docs/atomic/digital-ocean.md @@ -146,7 +146,7 @@ In 3-6 minutes, the Kubernetes cluster will be ready. ## Verify -[Install kubectl](https://coreos.com/kubernetes/docs/latest/configure-kubectl.html) on your system. Use the generated `kubeconfig` credentials to access the Kubernetes cluster and list nodes. +[Install kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) on your system. Use the generated `kubeconfig` credentials to access the Kubernetes cluster and list nodes. ``` $ export KUBECONFIG=/home/user/.secrets/clusters/nemo/auth/kubeconfig diff --git a/docs/atomic/google-cloud.md b/docs/atomic/google-cloud.md index 891ef102..7f62eb10 100644 --- a/docs/atomic/google-cloud.md +++ b/docs/atomic/google-cloud.md @@ -191,7 +191,7 @@ In 5-10 minutes, the Kubernetes cluster will be ready. ## Verify -[Install kubectl](https://coreos.com/kubernetes/docs/latest/configure-kubectl.html) on your system. Use the generated `kubeconfig` credentials to access the Kubernetes cluster and list nodes. +[Install kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) on your system. Use the generated `kubeconfig` credentials to access the Kubernetes cluster and list nodes. ``` $ export KUBECONFIG=/home/user/.secrets/clusters/yavin/auth/kubeconfig diff --git a/docs/cl/aws.md b/docs/cl/aws.md index e08292d0..4dc947b0 100644 --- a/docs/cl/aws.md +++ b/docs/cl/aws.md @@ -159,7 +159,7 @@ In 4-8 minutes, the Kubernetes cluster will be ready. ## Verify -[Install kubectl](https://coreos.com/kubernetes/docs/latest/configure-kubectl.html) on your system. Use the generated `kubeconfig` credentials to access the Kubernetes cluster and list nodes. +[Install kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) on your system. Use the generated `kubeconfig` credentials to access the Kubernetes cluster and list nodes. ``` $ export KUBECONFIG=/home/user/.secrets/clusters/tempest/auth/kubeconfig diff --git a/docs/cl/azure.md b/docs/cl/azure.md index 8c0826d7..2a12f80d 100644 --- a/docs/cl/azure.md +++ b/docs/cl/azure.md @@ -155,7 +155,7 @@ In 4-8 minutes, the Kubernetes cluster will be ready. ## Verify -[Install kubectl](https://coreos.com/kubernetes/docs/latest/configure-kubectl.html) on your system. Use the generated `kubeconfig` credentials to access the Kubernetes cluster and list nodes. +[Install kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) on your system. Use the generated `kubeconfig` credentials to access the Kubernetes cluster and list nodes. ``` $ export KUBECONFIG=/home/user/.secrets/clusters/ramius/auth/kubeconfig diff --git a/docs/cl/bare-metal.md b/docs/cl/bare-metal.md index 11d37eb8..b60ecfc8 100644 --- a/docs/cl/bare-metal.md +++ b/docs/cl/bare-metal.md @@ -313,7 +313,7 @@ bootkube[5]: Tearing down temporary bootstrap control plane... ## Verify -[Install kubectl](https://coreos.com/kubernetes/docs/latest/configure-kubectl.html) on your system. Use the generated `kubeconfig` credentials to access the Kubernetes cluster and list nodes. +[Install kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) on your system. Use the generated `kubeconfig` credentials to access the Kubernetes cluster and list nodes. ``` $ export KUBECONFIG=/home/user/.secrets/clusters/mercury/auth/kubeconfig diff --git a/docs/cl/digital-ocean.md b/docs/cl/digital-ocean.md index 3aab64ef..90e26b4f 100644 --- a/docs/cl/digital-ocean.md +++ b/docs/cl/digital-ocean.md @@ -154,7 +154,7 @@ In 3-6 minutes, the Kubernetes cluster will be ready. ## Verify -[Install kubectl](https://coreos.com/kubernetes/docs/latest/configure-kubectl.html) on your system. Use the generated `kubeconfig` credentials to access the Kubernetes cluster and list nodes. +[Install kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) on your system. Use the generated `kubeconfig` credentials to access the Kubernetes cluster and list nodes. ``` $ export KUBECONFIG=/home/user/.secrets/clusters/nemo/auth/kubeconfig diff --git a/docs/cl/google-cloud.md b/docs/cl/google-cloud.md index b8959464..7c188dd4 100644 --- a/docs/cl/google-cloud.md +++ b/docs/cl/google-cloud.md @@ -162,7 +162,7 @@ In 4-8 minutes, the Kubernetes cluster will be ready. ## Verify -[Install kubectl](https://coreos.com/kubernetes/docs/latest/configure-kubectl.html) on your system. Use the generated `kubeconfig` credentials to access the Kubernetes cluster and list nodes. +[Install kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) on your system. Use the generated `kubeconfig` credentials to access the Kubernetes cluster and list nodes. ``` $ export KUBECONFIG=/home/user/.secrets/clusters/yavin/auth/kubeconfig