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
@@ -61,7 +61,7 @@ Once your Cloud9 is ready, download the build script and install in your IDE. Th
61
61
62
62
- jq
63
63
- kubectl _(the Kubernetes CLI, which we'll cover in great detail later in the workshop)_
64
-
- kops _(Kubernetes Operations, which we'll also cover in detail later)_
64
+
- kops _(Kubernetes Operations, which we'll also cover in detail later)_
65
65
- configures the AWS CLI and stores necessary environment variables in bash_profile
66
66
- creates an SSH key
67
67
- clone the workshop repository into Cloud9
@@ -97,7 +97,7 @@ You are now ready to continue on with the workshop!
97
97
98
98
The next step is link:../102-your-first-cluster[to create a Kubernetes cluster using kops].
99
99
100
-
== Workshop Cleanup
100
+
== Workshop Cleanup
101
101
102
102
Once you have finished with the workshop, please don't forget to spin down your cluster or you will incur additional charges.
103
103
(We will also remind you at the end!)
@@ -177,7 +177,7 @@ Docker is preinstalled. You can verify the version by running the following:
177
177
$ docker --version
178
178
Docker version 17.06.2-ce, build 3dfb8343b139d6342acfd9975d7f1068b5b1c3d3
179
179
180
-
You should have a similar or newer version.
180
+
You should have a similar or newer version.
181
181
182
182
=== Install Kubectl CLI
183
183
@@ -206,7 +206,7 @@ Install kops using the following:
206
206
207
207
kops needs a "`state store`" to store configuration information of the cluster. We will use a s3 bucket with versioning enabled. A state store can work with multiple kops clusters.
208
208
209
-
[NOTE]
209
+
[NOTE]
210
210
The bucket name must be unique otherwise you will encounter an error on deployment. We will use an example bucket name of `kops-state-store-` and add a randomly generated string to the end.
0 commit comments