-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
removed tabs and spaces to fix the text. #392
Conversation
The docs contains "shell" because there were tabs in the text. Also I changed wget for curl on OSX.
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
I signed it!
|
CLAs look good, thanks! |
Thanks @jmiddleton ! |
@@ -73,7 +73,7 @@ variable. | |||
For example, OS X: | |||
|
|||
```shell | |||
wget http://storage.googleapis.com/kubernetes-release/release/${K8S_VERSION}/bin/darwin/amd64/kubectl | |||
curl -O http://storage.googleapis.com/kubernetes-release/release/${K8S_VERSION}/bin/darwin/amd64/kubectl |
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.
Sorry, just curious. But why change wget?
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.
@rata wget does not work out of the box on Mac
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.
Oh, thanks! Sorry, didn't get that from the commit title and thought it wasn't on purpose :)
removed tabs and spaces to fix the text.
* Add docs for multi stage installation (kubernetes#387) * Update the CLI and annotation docs for 2.4 (kubernetes#388) * Update Troubleshooting page with new 2.4 checks (kubernetes#389) * Update overview, getting started and architecture (kubernetes#393) * Add PSP doc (kubernetes#392) * Bump the supported k8s version to 1.12 (kubernetes#367) * Add task 'Using Debugging Endpoints' (kubernetes#329) * Add task 'Using Debugging Endpoints' * 2.4 - Upgrade notes (kubernetes#396) * Mark High Availability as non-experimental (kubernetes#399) * 2.4 - Add documentation on using the debug container (kubernetes#327) Signed-off-by: Kevin Leimkuhler <kleimkuhler@icloud.com>
The docs contains "shell" because there were tabs in the text. Also I changed wget for curl on OSX.