You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: OCNE/README.md
+17-19Lines changed: 17 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,16 @@
2
2
3
3
This Vagrant project will deploy and configure the following components:
4
4
5
-
- One or more master nodes (one by default, 3 in HA mode)
5
+
- One or more control plane nodes (one by default, 3 in HA mode)
6
6
- One or more worker nodes (2 by default)
7
7
- An optional operator node for the Oracle Cloud Native Environment
8
8
Platform API Server and Platform CLI tool (default is to install these
9
-
components on the first master node)
9
+
components on the first control plane node)
10
10
11
-
If you enable multiple master nodes, an operator node is automatically deployed
11
+
If you enable multiple control plane nodes, an operator node is automatically deployed
12
12
to provide egress routing for the cluster.
13
13
14
-
All master and worker nodes will have the Oracle Cloud Native
14
+
All control plane and worker nodes will have the Oracle Cloud Native
15
15
Environment Platform Agent installed and configured to communicate with the
16
16
Platform API Server on the operator node.
17
17
@@ -45,7 +45,7 @@ makes configuration much easier
45
45
46
46
Your Oracle Cloud Native Environment is ready!
47
47
48
-
From any master node (e.g. master1) you can check the status of the cluster (as
48
+
From any control plane node (e.g. controlplane1) you can check the status of the cluster (as
49
49
the `vagrant` user). E.g.:
50
50
51
51
-`kubectl cluster-info`
@@ -61,16 +61,16 @@ to the Dashboard from a browser on your Vagrant host, you will need to set
61
61
62
62
To access the Kubernetes Dashboard, remember to use `localhost` or `127.0.0.1`
63
63
in the URL, i.e. <http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/>.
64
-
To obtain token from any Master node, you may run: `kubectl -n kubernetes-dashboard get secret -o=jsonpath='{.items[?(@.metadata.annotations.kubernetes\.io/service-account\.name=="kubernetes-dashboard")].data.token}' | base64 --decode`
64
+
To obtain token from any Control plane node, you may run: `kubectl -n kubernetes-dashboard get secret -o=jsonpath='{.items[?(@.metadata.annotations.kubernetes\.io/service-account\.name=="kubernetes-dashboard")].data.token}' | base64 --decode`
0 commit comments