Nikhil Jindal

Results 17 issues of Nikhil Jindal

Ref https://github.com/GoogleCloudPlatform/k8s-multicluster-ingress/issues/124 Steps to repro: * Create an ingress using SSL certs stored in a secret. * Update the SSL cert stored in secret and then run `kubemci create` again...

This is not an issue so much as a lightweight way of gathering information on who is using the kubemci command line tool. This is mostly to satisfy our curiosity,...

@G-Harmon rightly pointed out in https://github.com/GoogleCloudPlatform/k8s-multicluster-ingress/pull/92 that we do not handle the situation when the difference in existing and desired target proxies is something other than the urlmap link (for...

First stab at defining a MultiClusterIngress API. There are 2 high level resources here: MultiClusterIngress and MultiClusterService. Key differences with the current CLI model: * MultiClusterService can be used to...

List of known issues: - [x] HTTPS services not supported. Throws an error if https is requested (https://github.com/GoogleCloudPlatform/k8s-multicluster-ingress/issues/46) - [ ] Does not work with XPN (https://github.com/GoogleCloudPlatform/k8s-multicluster-ingress/issues/96) - [x] --force...

Ref https://github.com/kubernetes/ingress-gce/issues/182 Due to a regression in ingress-gce controller, creating multi-cluster ingresses fail with kubernetes clusters with version 1.10.0. Existing MCIs will continue to work if they are not updated....

We have multiple Validate*Args tests for each command such as ValidateCreateArgs, ValidateDeleteArgs and we can convert them all to be table based as per comments: https://github.com/GoogleCloudPlatform/k8s-multicluster-ingress/pull/149/files#r177542923 and https://github.com/GoogleCloudPlatform/k8s-multicluster-ingress/pull/152#discussion_r177497544. Filing this...

From #146: // This assumes that the ordering of target tags has not changed on these instances. // A potential solution to that problem is to recompute the target tags...

We should add a `--dry-run` flag that when set outputs what will happen if the command is run without that flag. It should not make any changes at all.

To update the cert in ingress-gce controller, we first create a new cert with a different name, then update the target proxy to point to the new cert and then...