Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Section 101 doc improvements #466

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rddefauw
Copy link
Contributor

@rddefauw rddefauw commented Jun 4, 2018

Minor editing for clarity:

  • Grammar fix on line 8
  • Reminder to select the 'IAM roles' acknowledgement checkbox while deploying the template.
  • Clarify that in order to test kubectl autocompletion you open a new terminal window. The language about restarting a session was not clear.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Minor editing for clarity:

- Grammar fix on line 8
- Reminder to select the 'IAM roles' acknowledgement checkbox while deploying the template.
- Clarify that in order to test kubectl autocompletion you open a new terminal window.  The language about restarting a session was not clear.
Copy link
Contributor

@buzzsurfr buzzsurfr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor change regarding bash completion. Also, please update to latest HEAD for commit.

@@ -77,7 +77,7 @@ image:cloud9-run-script.png[Running the script in Cloud9 Terminal]
[NOTE]
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.

At this point you can restart the Cloud9 IDE terminal session to ensure that the kublectl 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.
At this point you can open a new Cloud9 IDE terminal session to ensure that the kublectl completion is enabled. Once a new terminal window is opened, type `kubectl get n` and hit `Tab`. The completion should offer a choice of items including `node`. 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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is trying to test both kubectl and bash completion. I would rather separate these two, ideally making testing bash completion optional.

Copy link
Contributor Author

@rddefauw rddefauw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. I'm fine if you approve with these changes.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants