From 55401ac9c041c3097916f18669d4dd55e2914ec0 Mon Sep 17 00:00:00 2001 From: "xin.li" Date: Sat, 30 Apr 2022 21:38:56 +0800 Subject: [PATCH] Update k8 docurl in file Signed-off-by: xin.li --- contrib/ansible/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/ansible/README.md b/contrib/ansible/README.md index 69f73e281..529264054 100644 --- a/contrib/ansible/README.md +++ b/contrib/ansible/README.md @@ -45,7 +45,7 @@ PLAY RECAP ********************************************************************* ``` ## Step 2: -Use [kubeadm](https://kubernetes.io/docs/setup/independent/install-kubeadm/) to bring up a Kubernetes Cluster. Depending on what third-party provider you choose, you might have to set the ```--pod-network-cidr``` to something provider-specific. +Use [kubeadm](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/) to bring up a Kubernetes Cluster. Depending on what third-party provider you choose, you might have to set the ```--pod-network-cidr``` to something provider-specific. Initialize the cluster from one of the nodes (Note: This node will be the master node): ```console $sudo kubeadm init --skip-preflight-checks @@ -117,6 +117,6 @@ Run 'kubectl get nodes' on the master to see this machine join. At the end of Step 3 you should have a kubernetes cluster up and running and ready for deployment. ## Step 4: -Please follow the instructions [here](https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/#pod-network) to deploy CNI network plugins and start a demo app. +Please follow the instructions [here](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/#pod-network) to deploy CNI network plugins and start a demo app. We are constantly striving to improve the installer. Please feel free to open issues and provide suggestions to make the installer fast and easy to use. We are open to receiving help in validating and improving the installer on different distros.