Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update install_asm #335

Merged
merged 1 commit into from
Dec 18, 2020
Merged

Update install_asm #335

merged 1 commit into from
Dec 18, 2020

Conversation

frits-v
Copy link

@frits-v frits-v commented Dec 17, 2020

Add custom Istio ingress gateway compatbility to validate_ca_consistency() by changing the label selector.

The current validate_ca_consistency() function breaks if using a custom ingress gateway selector while the default ingress gateway is disabled. Changing the kubectl filter to label app=istio-ingressgateway resolves the issue.
Copy link
Contributor

@zerobfd zerobfd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the patch!

@zerobfd zerobfd merged commit 87872f3 into GoogleCloudPlatform:master Dec 18, 2020
zerobfd pushed a commit that referenced this pull request Dec 18, 2020
* Update installation script to support ASM installation with Hub from non hosting project (#328)

* Update installation script to support ASM installation with Hub from non hosting project

* Bump RC (#331)

* Use 1.8 release branch in release script (#332)

* Fix tag (#333)

* Don't release install_asm if no changed (#337)

* Fix error when installing managed (#339)

* Fix validate_ca_consistency with custom ingress selector (#335)

The current validate_ca_consistency() function breaks 
if using a custom ingress gateway selector while the default 
ingress gateway is disabled. Changing the kubectl filter to 
label app=istio-ingressgateway resolves the issue.

* Handle empty JSON case when initializing managed meshconfig (#334)

Co-authored-by: jtrbs <tairan@google.com>
Co-authored-by: Frits <frots@users.noreply.github.com>
zerobfd pushed a commit to zerobfd/anthos-service-mesh-packages that referenced this pull request Jan 25, 2021
* Update installation script to support ASM installation with Hub from non hosting project (GoogleCloudPlatform#328)

* Update installation script to support ASM installation with Hub from non hosting project

* Bump RC (GoogleCloudPlatform#331)

* Use 1.8 release branch in release script (GoogleCloudPlatform#332)

* Fix tag (GoogleCloudPlatform#333)

* Don't release install_asm if no changed (GoogleCloudPlatform#337)

* Fix error when installing managed (GoogleCloudPlatform#339)

* Fix validate_ca_consistency with custom ingress selector (GoogleCloudPlatform#335)

The current validate_ca_consistency() function breaks
if using a custom ingress gateway selector while the default
ingress gateway is disabled. Changing the kubectl filter to
label app=istio-ingressgateway resolves the issue.

* Handle empty JSON case when initializing managed meshconfig (GoogleCloudPlatform#334)

Co-authored-by: jtrbs <tairan@google.com>
Co-authored-by: Frits <frots@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants