-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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
Stopy proxying etcd (localhost:4001) on https:/$MASTER_IP/etcd. #666
Stopy proxying etcd (localhost:4001) on https:/$MASTER_IP/etcd. #666
Conversation
Issue #603 is filed for flakiness of basic in e2e. |
LGTM but @brendanburns should verify. |
Does it notify Brendan if you mention @brendanburns or do you have to mention @brendandburns (note the extra d in the middle). That second username is the one that has been commenting on stuff, I think. |
He's got both :) |
yeah @brendanburns is my personal @brendandburns is my work. This is fine. I exposed it for ease of debugging mostly, fine to turn it off for security. --brendan |
Stopy proxying etcd (localhost:4001) on https:/$MASTER_IP/etcd.
The previous approach was brittle from within a container and was inconsistend. Fixes kubernetes#666
…aster (kubernetes#666) * Fixed kubernetes#665 : update checking if control machine is one of master * change default value of mapping_domain_to_ip to be true
…aster (kubernetes#666) * Fixed kubernetes#665 : update checking if control machine is one of master * change default value of mapping_domain_to_ip to be true
Propse KEP for Group Managed Service Accounts in Windows
This is a small first step towards implementing the changes discussed in #443.
It removes the proxying of /etcd by the nginx proxy. This is necessary in order to cleanly remove Basic Auth from the system entirely, in order to replace it with token-based auth.
I ran e2e locally, and basic.sh failed while guestbook.sh passed.
The fact that the more complex test passed makes me think the failure was due to flakiness. So, I'm making the PR so travis can run e2e again.