Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Multi host #5
Conversation
chuckbutler
added some commits
Oct 28, 2015
mbruzek
reviewed
Oct 28, 2015
| @@ -0,0 +1 @@ | ||
| +includes: ['layer:docker', 'layer:flannel', 'interface:etcd'] |
mbruzek
Oct 28, 2015
Owner
Glad to have the new name of the file, charm-tools 1.8.0 allowed this, right?
mbruzek
reviewed
Oct 28, 2015
| @@ -75,7 +75,7 @@ def download_kubectl(): | ||
| cmd = 'chmod +x /usr/local/bin/kubectl' | ||
| check_call(split(cmd)) | ||
| set_state('kubectl.downloaded') | ||
| - status_set('maintenance', 'Kubernetes installed') | ||
| + status_set('active', 'Kubernetes installed') |
|
Regarding
We have to balance the firewall test with how the industry is recommending the distribution of the releases. At the moment this seems to be the way it is going, perhaps we will have to pull the images from another location at some point in the future |
added a commit
that referenced
this pull request
Oct 28, 2015
mbruzek
merged commit 47bb688
into
mbruzek:master
Oct 28, 2015
|
+1 on that comment. I just felt it was prudent to leave somewhere that we should be cognizant of it :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
chuckbutler commentedOct 28, 2015
This is the core modification to K8's to support flannel networking. The overall implementation has been abstracted enough to be generic to most deployments.
There are a few things going on here we should be cognizant of:
The flannel layer can be found here