-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Ubernetes multizone and custom healthchecks #1133
Ubernetes multizone and custom healthchecks #1133
Conversation
@@ -201,18 +197,31 @@ func (b *Backends) List() ([]interface{}, error) { | |||
return interList, nil | |||
} | |||
|
|||
func getBackendsForIGs(igs []*compute.InstanceGroup) []*compute.Backend { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just curious. If not all ubernetes clusters are on gce, how do you handle it? Or just does not support this case?
Can GCE L7 support compute backends which are not on gce?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nope, this is only "ubernetes-lite" i.e ubernetes deployment multi-az in gce.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay I see.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
getBackendsByIGs?
mostly nits. Feel free to update and self LGTM. |
0a55071
to
06674d3
Compare
Updated nits, merging |
Automatic merge from submit-queue Extend ingress e2e Splits the test into a cross platform conformance list, and platform specific bits that exercise features through annotations. Also exercises the features in kubernetes-retired/contrib#1133. Assigning to Girish, simply because I assigned the other pr to Minhan.
…healthchecks Ubernetes multizone and custom healthchecks
@kubernetes/goog-cluster fyi
Fixes #983 and #953