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 master patch #41351
Conversation
k8s-merge-robot
added
the
approved
label
Feb 13, 2017
k8s-merge-robot
assigned
ivan4th
Feb 13, 2017
k8s-ci-robot
added
the
cncf-cla: yes
label
Feb 13, 2017
k8s-merge-robot
added
size/L
release-note
labels
Feb 13, 2017
k8s-reviewable
commented
Feb 13, 2017
|
I don't see any problems with this patch, but I can't test juju-based clusters at the moment. I already mentioned this in another PR, but maybe I'm should be removed from the reviewer list of this directory? |
k8s-ci-robot
added
the
lgtm
label
Feb 21, 2017
|
/lgtm |
|
@ivan4th - I'll make sure to follow up and issue a PR removing you from the reviewers list. Thanks for letting us know you're not comfortable reviewing these submissions. I'm happy to remove you and should you ever feel comfortable moving forward just issue an incoming PR and let me know so I can +1 :) |
|
@k8s-bot gce etcd3 e2e test this |
|
@k8s-bot bazel test this |
|
Fantastic this looks good now. I don't see a follow up that it's on it's way to the submit queue however, and based on PR #41256 it seems like our contributions are stuck in a limbo. |
|
Limbo averted. things are progressing |
Cynerva
and others
added some commits
Feb 10, 2017
k8s-merge-robot
added
needs-rebase
and removed
lgtm
needs-rebase
labels
Feb 22, 2017
|
@ivan4th - I got ninja'd by another branches lint fixes (hence the rebase). Once I've got the tests settled I'll re-ping for re LGTM label. Thanks for supporting this branch until landing. |
|
Minor flake here -
@k8s-bot verify test this -- edit -- this doesn't appear to have an open flake against it, but is also the first time I've seen this particular test failure. Will open a bug if it continues to be a problem. |
added a commit
to chuckbutler/kubernetes
that referenced
this pull request
Feb 22, 2017
This was referenced Feb 22, 2017
|
upstream issue seems resolved. giving this another go @k8s-bot verify test this |
|
@ivan4th - ok this looks ready to re-review/LGTM again. all the tests have passed and the merge conflict is resolved. Thanks! |
|
/lgtm |
k8s-ci-robot
added
the
lgtm
label
Feb 23, 2017
|
[APPROVALNOTIFIER] This PR is APPROVED The following people have approved this PR: chuckbutler, ivan4th Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
added a commit
that referenced
this pull request
Feb 24, 2017
|
This change has been reviewed and approved days ago. Now this is getting"Jenkins overloaded" messages. We do want to get this change in before code freeze as it is an important fix for our cluster. @k8s-bot gce etcd3 e2e test this |
|
@k8s-bot node e2e test this |
|
All the required tests have passed. I see this PR in the submit queue! Yeah! |
|
Automatic merge from submit-queue (batch tested with PRs 40665, 41094, 41351, 41721, 41843) |
chuckbutler commentedFeb 13, 2017
•
Edited 1 time
-
chuckbutler
Feb 22, 2017
What this PR does / why we need it: Corrects a sync files issue present when running in a HA Master configuration. This PR adds logic to syncronize on first deployment for
/etc/kubernetes/serviceaccount.keywhich will cause cypto verification failure if not 1:1 on each master unit. Additionally syncs basic_auth and additional files in /srv/kubernetes.Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close that issue when PR gets merged): fixes #41019Special notes for your reviewer: This requires PR #41251 as a dependency before merging.
Release note: