-
Notifications
You must be signed in to change notification settings - Fork 40k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixup kubectl walktrough example #11396
Conversation
GCE e2e build/test failed for commit 42d4035a5ae7679325026767f3dd223f778c8666. |
|
||
By default, kubectl configuration lives at `~/.kube/config`. | ||
|
||
If your cluster was deployed by other means (e.g. a [getting started guide](../getting-started-guides/README.md)) your kubectl client will typically be configured during that process. I for some reason your kubectl client is not yet configured, checkout [kubeconfig-file.md](kubeconfig-file.md). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"I for some reason" should be "If for some reason"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/checkout/check out/
- [What's Next?](#whats-next) | ||
**Table of Contents** | ||
<!-- BEGIN MUNGE: GENERATED_TOC --> | ||
- [Kubernetes 201 - Labels, Replication Controllers, Services and Health Checking](#kubernetes-201---labels,-replication-controllers,-services-and-health-checking) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commas don't seem to work either, but not a big deal since this is the top of the doc.
Actual anchor is:
#kubernetes-201---labels-replication-controllers-services-and-health-checking
We should strip commas @janetkuo
LGTM |
GCE e2e build/test passed for commit 8083a675386ebcb41367b9ea35ea492f94c9acea. |
GCE e2e build/test passed for commit a654318. |
fixup kubectl walktrough example
look like it's too late for this one, but I already made my case to another reviewer: I really dislike having |
It's for consistency with other docs. |
@bgrant0607