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

Use curl exclusively in vSphere deployment #2311

Merged
merged 1 commit into from
Nov 12, 2014

Conversation

pietern
Copy link

@pietern pietern commented Nov 12, 2014

This fixes #2295.

I also removed the superfluous MASTER_HTPASSWD line in the salt master template, since that is now generated in the salt overlay tree.

@@ -50,7 +50,5 @@ EOF
#
# -M installs the master
set +x
wget -q -O - https://bootstrap.saltstack.com | sh -s -- -M -X
curl -L --connect-timeout 20 --retry 6 --retry-delay 10 http://bootstrap.saltstack.com | sh -s -- -M -X
Copy link
Contributor

Choose a reason for hiding this comment

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

Are you sure you want to stop doing TLS here?

Copy link
Author

Choose a reason for hiding this comment

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

Ah, I didn't notice, I copied these lines from the GCE scripts. Maybe you want to update them there as well then ;)

I'll amend and force push.

Copy link
Author

Choose a reason for hiding this comment

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

Nevermind, was checking an older version of those scripts.

jbeda added a commit that referenced this pull request Nov 12, 2014
Use curl exclusively in vSphere deployment
@jbeda jbeda merged commit 21ff53c into kubernetes:master Nov 12, 2014
@jbeda
Copy link
Contributor

jbeda commented Nov 12, 2014

Thanks Pieter!

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.

Built-in certificates for kube.vmdk do not contain bootstrap.saltstack.com
2 participants