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
{{ message }}
This repository was archived by the owner on Jan 21, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: pkg/plugin/flavor/kubernetes/README.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,9 +87,9 @@ wget -qO- https://get.docker.com/ | sh
87
87
### A Word on Security
88
88
89
89
Since Kubeadm use Token to authorize nodes, initializing
90
-
the Kubernetes requires:
90
+
Kubernetes requires:
91
91
92
-
Docken socke API server exposes the remote API, but it is protected by TLS. Infrakit intends to make access to kubernetes manager from the side, but we can not send commands such as `get nodes` yet.
92
+
Docker engine exposes its remote API, but it is protected by TLS. Infrakit intends to make access to kubernetes manager from the side, but we can not send commands such as `get nodes` yet.
93
93
For installation, we use [kubeadm](https://kubernetes.io/docs/admin/kubeadm/) and build a secure cluster.
94
94
95
95
@@ -102,25 +102,26 @@ Building the binaries - do this from the top level project directory:
102
102
make binaries
103
103
```
104
104
105
-
Start required plugins. We use the `infrakit plugin start` utility and a `plugins.json` to start up all the plugins,
106
-
along with the InfraKit manager:
105
+
Start required plugins.
106
+
We can use the plugin utility to start up all the plugins along with the InfraKit manager:
infrakit plugin start manager group vagrant kubernetes &
112
113
```
113
114
114
115
Now start up the cluster comprised of a manager and a worker group. In this case, see `groups-master.json` where we will create a manager group of one node and in `group-worker.json` create a worker group of 3 nodes. The topology in this is a single ensemble of infrakit running on your local machine that manages 4 vagrant vms running Kubernetes.
115
116
At Kubernetes flavor, you should run manager group first.
116
117
Worker group will try to connect to manager before start.
117
-
And as this flavor based on kubeadm, currently it support only one manager node.
118
+
And as this flavor is based on kubeadm, it currently supports only one manager node.
118
119
119
120
```shell
120
121
infrakit group commit groups-manager.json
121
122
```
122
-
Wait for manager comes up.
123
-
As it need to install docker and kubeadm, it take a little time...
123
+
Wait for manager to come up.
124
+
As it needs to install docker and kubeadm, it takes a little time...
0 commit comments