Abhinav Rau

Results 5 issues of Abhinav Rau

There is not uninstall option for specific version in the install_asm script. There is some documentation for it [here](https://cloud.google.com/service-mesh/docs/uninstall) but it is heavily dependent on the istioctl that comes with...

**What did I try?** The example in the README.md ``` module "address-fe" { source = "terraform-google-modules/address/google" version = "3.0.0" names = [ "external-facing-ip"] global = true } ``` **Error I...

bug
triaged
P2

Fix for #61 and #63

scheduled

DNS names for the PKS DNS A records that are being created across the cloud providers. It looks like AWS registers **[api.pks.domain-name](https://github.com/pivotal/paving/blob/master/aws/pks-dns.tf#L2)** , GCP registers ***.[pks.domain-name](https://github.com/pivotal/paving/blob/master/gcp/pks-dns.tf#L2)** and Azure registers **[pks.domain-name](https://github.com/pivotal/paving/blob/master/azure/pks-dns.tf#L2)**....

Azure director.yml and pks.yml refer to 'service-1' as network name which is inconsistent with aws and gcp service network names.