Skip to content

Commit 3d4bf16

Browse files
authored
Update 101 getting started
Instead of having the user run a command that is expected to fail as a part of getting started, prefer to use a command that works and explain the utility of autocomplete for those unfamiliar.
1 parent 87b8d5f commit 3d4bf16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01-path-basics/101-start-here/readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ If you deployed your Cloud9 IDE in any region not supported by EKS, you will nee
8686
export AWS_DEFAULT_REGION=us-east-1
8787
echo "AWS_DEFAULT_REGION=us-east-1" >> ~/.bash_profile
8888

89-
At this point you can restart the Cloud9 IDE terminal session to ensure that the kubectl completion is enabled. Once a new terminal window is opened, type `kubectl get nodes`. You do not have to run the command. It is normal for this command to fail with an error message if you run it. You have not yet created the Kubernetes cluster. We are merely testing to make sure the `kubectl` tool is installed on the command line correctly and can autocomplete.
89+
At this point you can restart the Cloud9 IDE terminal session to ensure that the kubectl completion is enabled. Once a new terminal window is opened, type `kubectl ver` and press `Tab` to autocomplete and press `Enter`. This will ensure that the `kubectl` tool is installed on the command line correctly and can autocomplete.
9090

9191
[NOTE]
9292
All shell commands _(starting with "$")_ throughout the rest of the workshop should be run in this tab. You may want to resize it upwards to make it larger.

0 commit comments

Comments
 (0)