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

Pin kube version in startup scripts #25

Merged
merged 2 commits into from
Oct 31, 2018

Conversation

marwanad
Copy link
Member

Uses a fixed kubernetes version number for startup scripts on master and agent nodes to avoid unpredictable behavior with deprecations.

Ideally, we should find a better way to bootstrap other than. This PR is just a workaround for now to bootstrap Kubernetes properly on the VMs. I've opened #24 to track this.

@@ -179,12 +179,11 @@ systemctl daemon-reload
systemctl restart kubelet.service

PORT=6443
PRIVATEIP=$(curl -H Metadata:true "http://169.254.169.254/metadata/instance/network/interface/0/ipv4/ipAddress/0/privateIpAddress?api-version=2017-04-01&format=text")
Copy link
Member Author

Choose a reason for hiding this comment

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

was unused

@marwanad marwanad changed the title Pin kube version startup Pin kube version in startup scripts Oct 30, 2018
@vannrt vannrt merged commit 69cc2d5 into kubernetes-sigs:master Oct 31, 2018
@vannrt vannrt mentioned this pull request Oct 31, 2018
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.

2 participants