From 5351252ce58750d0ed2e5addc9f6f1157e73d5fe Mon Sep 17 00:00:00 2001 From: Stewart-YU Date: Tue, 26 Jun 2018 03:30:20 +0800 Subject: [PATCH] Update create-cluster-kubeadm.md (#9207) smaller fix about ` create cluster using kubeadm` docs --- content/en/docs/setup/independent/create-cluster-kubeadm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/setup/independent/create-cluster-kubeadm.md b/content/en/docs/setup/independent/create-cluster-kubeadm.md index b804d4dfec..2bfdec9b2b 100644 --- a/content/en/docs/setup/independent/create-cluster-kubeadm.md +++ b/content/en/docs/setup/independent/create-cluster-kubeadm.md @@ -165,7 +165,7 @@ support [Network Policy](/docs/concepts/services-networking/networkpolicies/). S - IPv6 support was added in [CNI v0.6.0](https://github.com/containernetworking/cni/releases/tag/v0.6.0). - [CNI bridge](https://github.com/containernetworking/plugins/blob/master/plugins/main/bridge/README.md) and [local-ipam](https://github.com/containernetworking/plugins/blob/master/plugins/ipam/host-local/README.md) are the only supported IPv6 network plugins in Kubernetes version 1.9. -Note that kubeadm sets up a more secure cluster by default and enforces use of [RBAC]. +Note that kubeadm sets up a more secure cluster by default and enforces use of [RBAC](/docs/reference/access-authn-authz/rbac/). Make sure that your network manifest supports RBAC. You can install a pod network add-on with the following command: @@ -292,7 +292,7 @@ This will remove the `node-role.kubernetes.io/master` taint from any nodes that have it, including the master node, meaning that the scheduler will then be able to schedule pods everywhere. -### Joining your nodes {join-nodes} +### Joining your nodes {#join-nodes} The nodes are where your workloads (containers and pods, etc) run. To add new nodes to your cluster do the following for each machine: