Daniel Smith

Results 138 comments of Daniel Smith

API server identity gives the apiservers the ability to identify themselves and each other. Need to not start serving new resources / endpoints until all apiservers are updated... or something...

@bgrant0607 @thockin @dchen1107 we should just make a decision on this. Every client right now (except kube-proxy and kubelet) uses the service IP, which kube-proxy round-robins over actual apiserver endpoints....

@thockin are you arguing that only kubelet needs to have this logic? How would kube-proxy talk to apiserver? It can't use the service IP...

@mikedanese I'm assuming this didn't make the date. Bumping :(

/reopen /lifecycle frozen

Everyone is extremely overloaded. This looks like it may be much more important to you than perhaps to some other people. The description of the reversion PR is pretty clear...

Correct, request & response bodies. Here's an example proto file: https://github.com/kubernetes/kubernetes/blob/master/pkg/apis/apps/v1beta1/generated.proto You may not be able to determine the proto encoding from the OpenAPI spec--it'll be interesting to see you...