-
Notifications
You must be signed in to change notification settings - Fork 19
fix: associate revision to Istio control plane #681
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
Conversation
misohu
left a comment
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.
Nice job. Added some comments. Also please to the original issue add the logs from github action run (logs are not stored for long time in action's run). Its nice to have actual error message in the issue :)
Good idea, @misohu! |
|
note: commits due to review comments will be backported after all review comments are resolved |
NohaIhab
left a comment
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.
Thank you!
* fix: parametrize logs correctly * ci: configure Cilium for Istio * test: cover Istio CNI enablement * test: fix argument parsing * fix: rectofy log message * fix: debug via logs * style: compact multi-line instruction * fix: make warning about missing revision disappear * fix: make warning about missing revision disappear by fixing tag * Revert "fix: make warning about missing revision disappear by fixing tag" This reverts commit a57ff80. * fix: use default name for revision * fix: manipulate output of istioctl directly * test: fix test cases with string-to-byte mocking * fix: apply revision instead of workaround * fix: remove old code block * fix: use default revision name * fix: fix typo * fix: typos * ci: remove spurious conditional * docs: add explanation for default revision
* fix: parametrize logs correctly * ci: configure Cilium for Istio * test: cover Istio CNI enablement * test: fix argument parsing * fix: rectofy log message * fix: debug via logs * style: compact multi-line instruction * fix: make warning about missing revision disappear * fix: make warning about missing revision disappear by fixing tag * Revert "fix: make warning about missing revision disappear by fixing tag" This reverts commit a57ff80. * fix: use default name for revision * fix: manipulate output of istioctl directly * test: fix test cases with string-to-byte mocking * fix: apply revision instead of workaround * fix: remove old code block * fix: use default revision name * fix: fix typo * fix: typos * ci: remove spurious conditional * docs: add explanation for default revision
resolves #680
note: commits up to a5f6d26 introduce integration tests to catch the problem, the CI run corresponding to that commit reproduces it, and the subsequent commits apply the fix described in the linked issue