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

Remove unnecessary API server balancer setup step #294

Closed
wants to merge 1 commit into from
Closed

Remove unnecessary API server balancer setup step #294

wants to merge 1 commit into from

Conversation

awly
Copy link
Contributor

@awly awly commented Jan 12, 2018

This:
KUBERNETES_PUBLIC_ADDRESS=$(gcloud compute addresses describe kubernetes-the-hard-way
--region $(gcloud config get-value compute/region)
--format 'value(name)')

is identical to just "kubernetes-the-hard-way".

This:
KUBERNETES_PUBLIC_ADDRESS=$(gcloud compute addresses describe kubernetes-the-hard-way \
  --region $(gcloud config get-value compute/region) \
  --format 'value(name)')

is identical to just "kubernetes-the-hard-way".
@robsonpeixoto
Copy link

Maybe #312 make more sense

@kelseyhightower
Copy link
Owner

I'm going to use the IP address everywhere to avoid confusion. This is now fixed on the 1.10.2 branch.

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

Successfully merging this pull request may close these issues.

3 participants