Skip to content
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

Update access-cluster-api.md #16461

Merged
merged 1 commit into from
Oct 8, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This page shows how to access clusters using the Kubernetes API.

{{% capture steps %}}

## Accessing the cluster API
## Accessing the Kubernetes API
Copy link
Contributor

Choose a reason for hiding this comment

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

@sb1975 . I reread this task page. The page appears to briefly describe several ways a client could communicate with a k8s cluster using the Kubernetes API Server: kubectl, curl or wget, or other programmatic clients. I think the title is somewhat unclear. As far as I can tell, there is no mention of the cluster-api on the task page .
@tengqm , would it help to change the title (for example: Client Access to the Kubernetes API)? The heading change seems okay.


### Accessing for the first time with kubectl

Expand Down