We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a...
Problem: Getting kubefed section should cover OSX, Linux and Windows. Today, it's only Linux.
Proposed Solution: Follow the same guidelines as how we get Kubectl
Download the latest release with the command:
curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/darwin/amd64/kubectl
curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl
curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/windows/amd64/kubectl.exe
Page to Update: http://kubernetes.io/...
@madhusudancs @csbell
The text was updated successfully, but these errors were encountered:
@allannaim addressed in PR #2899.
Sorry, something went wrong.
No branches or pull requests
This is a...
Problem:
Getting kubefed section should cover OSX, Linux and Windows. Today, it's only Linux.
Proposed Solution:
Follow the same guidelines as how we get Kubectl
Download the latest release with the command:
OS X
curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/darwin/amd64/kubectl
Linux
curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl
Windows
curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/windows/amd64/kubectl.exe
Page to Update:
http://kubernetes.io/...
@madhusudancs @csbell
The text was updated successfully, but these errors were encountered: