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

Issue with /docs/tutorials/federation/set-up-cluster-federation-kubefed/ #2909

Closed
1 of 2 tasks
allannaim opened this issue Mar 18, 2017 · 1 comment
Closed
1 of 2 tasks

Comments

@allannaim
Copy link

This is a...

  • Feature Request
  • Bug Report

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

@madhusudancs
Copy link
Contributor

@allannaim addressed in PR #2899.

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

No branches or pull requests

3 participants