G-Harmon
G-Harmon
#79 (--force doesn't work) is now fixed. removing that blocker.
#46 (HTTPS Ingresses) is closed/fixed now.
FTR, these two annotations are needed: kubernetes.io/ingress.class: gce-multi-cluster kubernetes.io/ingress.global-static-ip-name: ip-for-kubemci where ip-for-kubemci is the named static IP setup with gcloud.
Is there some particular step/steps that you're thinking of? Waiting for some annotation to show up?
Interesting. I think this case is supposed to work. Here's where that code is: https://sourcegraph.com/github.com/GoogleCloudPlatform/k8s-multicluster-ingress/-/blob/app/kubemci/pkg/kubeutils/utils.go#L140 I should be able to take a look at this next week.
Looks like you figured out that the Service's port.Name needs to match up with the Deployment's container.port. It seems like most, if not all, of the problem is setting up...
No, we don't have this requirement from Kubemci. (Its main requirement is that the same NodePorts are used across clusters.) @NickSardo to comment on why/whether things should work as you...
Is this a Beta blocker?
Where can we store this info?
Where can I learn more about uid vs provider-uid?