From 6f6a4c20e6a0773df628b50bdf43ae85b8a1ec4a Mon Sep 17 00:00:00 2001 From: Dave Date: Wed, 28 Feb 2018 11:58:58 +0000 Subject: [PATCH] Remove referecne to minions The term "minion" was changed to "node" in 2014, The discussion and eventual deprcation is documented on https://github.com/kubernetes/kubernetes/issues/1111 "A node is a worker machine in Kubernetes, previously known as a minion." - https://kubernetes.io/docs/concepts/architecture/nodes/ updating the documentation to reflect correct terminology --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8f9e8b608..6adcd7a10 100644 --- a/README.md +++ b/README.md @@ -334,10 +334,10 @@ sriov-vlanid-l2enable-conf Network.v1.kubernetes.com sriov-conf Network.v1.kubernetes.com ``` ### Configuring Multus to use the kubeconfig -1. Create Multus CNI configuration file /etc/cni/net.d/multus-cni.conf with below content in minions. Use only the absolute path to point to the kubeconfig file (it may change depending upon your cluster env) and make sure all CNI binary files are in `\opt\cni\bin` dir +1. Create Multus CNI configuration file /etc/cni/net.d/multus-cni.conf with below content on the nodes. Use only the absolute path to point to the kubeconfig file (it may change depending upon your cluster env) and make sure all CNI binary files are in `\opt\cni\bin` dir ``` { - "name": "minion-cni-network", + "name": "node-cni-network", "type": "multus", "kubeconfig": "/etc/kubernetes/node-kubeconfig.yaml" } @@ -350,7 +350,7 @@ sriov-conf Network.v1.kubernetes.com 1. Many user want default networking feature along with Network object. Refer [#14](https://github.com/Intel-Corp/multus-cni/issues/14) & [#17](https://github.com/Intel-Corp/multus-cni/issues/17) issues for more information. In this following config, Weave act as the default network in the absence of network field in the pod metadata annotation. ``` { - "name": "minion-cni-network", + "name": "node-cni-network", "type": "multus", "kubeconfig": "/etc/kubernetes/node-kubeconfig.yaml", "delegates": [{