-
Notifications
You must be signed in to change notification settings - Fork 19
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
Error occurs when deploying canary in istio environment using gateway. #89
Comments
The problem was the line below.
|
Hello The part that you mention is the part that loads the plugin. And the error you posted shows that the plugin is not loaded. Possible reasons:
Have you also followed https://rollouts-plugin-trafficrouter-gatewayapi.readthedocs.io/en/latest/installation/ ? Can you post the argo-rollouts-config please and also mention what type of machine is running Argo Rollouts? Also the plugin you are trying to load is the latest one for Kubernetes API gateway 1.0+ Are you sure the version of Istio you are running also supports this version? |
Hi! When I configured the plugin with v0.3.0, the plugin was loaded normally and Replicas also worked. But here's my question. My k8s Gateway API is version 1.0. So all resources are already using However, in version v0.4.0, an error message was printed and it did not work properly, but in version v0.3.0, it worked normally. Do you know anything about this? |
I read the release notes and it seems that k8s Gateway API v1.0 is supported starting from v0.3.0. Then, is this a bug in v0.4.0? |
Can you say machine architecture and the plugin that you are trying to download, please ? |
Yes, |
What is your Istio version?
But did you enable again the plugin in the Rollout? Because previously you said you removed that part
To the best of my knowledge there are no major API changes between plugin 0.3.0 and 0.4.0 |
Istio is version
|
Checklist:
Describe the bug
To Reproduce
Expected behavior
Read Document
https://rollouts-plugin-trafficrouter-gatewayapi.readthedocs.io/en/latest/quick-start/
Environment
Contents
**
Message: Rollout does not have minimum availability
Screenshots
Version
plugin version => 0.4.0
argo rollouts controller version => 1.7.2
Logs
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered: