-
Notifications
You must be signed in to change notification settings - Fork 25
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
csm: modify o11y test to use proxyless bootstrap injector #141
Conversation
Testing the new cluster + test driver here |
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.
The last one failed for connectivity issues. I was able to verify that the injector added the CSM o11y env vars and also the bootstrap config to the volume mount.
Kicking off another run of the test suite:
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.
Ideally I'd like to avoid creating new templates, and just configure everything with deployment args. Let's talk IRL about how we can achieve that.
latest run after modifying api version |
Things are looking better -
discussed offline - will do this in a fast followup |
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.
LGTM if full CSM suite passes
Running the entire suite again - |
As part of CSM Gateway for Mesh GA - we have already implemented a Proxyless Bootstrap Injector in GCP which will allow clusters that are onboarded to CSM Gateway for Mesh to get the following injected into the pod with the right labels:
The test cluster also had to be updated to follow the new onboarding steps. I will create a CL internally to update the cluster creation script
Testing: here