You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
argo rollout pod throws this error time="2025-02-02T15:06:33Z" level=fatal msg="Failed to init config: failed to unmarshal traffic router plugins while initializing: error unmarshaling JSON: while decoding JSON: json: cannot unmarshal object into Go value of type []types.PluginItem" To Reproduce
Simply add the rollouts-plugin-trafficrouter-gatewayapi via config map
Expected behavior
Should load up the plugin
Screenshots
Version
New version 1.8
Logs
time="2025-02-02T15:06:33Z" level=fatal msg="Failed to init config: failed to unmarshal traffic router plugins while initializing: error unmarshaling JSON: while decoding JSON: json: cannot unmarshal object into Go value of type []types.PluginItem"
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:
So, I started the Argo rollout without the plugin, added it after the pods were ready, and it worked. After restarting, it continued to work, so I guess all is well in the state of Denemark.
Checklist:
Describe the bug
When upgrading to version 1.8 and have argo rollout load plugin
argo rollout pod throws this error
time="2025-02-02T15:06:33Z" level=fatal msg="Failed to init config: failed to unmarshal traffic router plugins while initializing: error unmarshaling JSON: while decoding JSON: json: cannot unmarshal object into Go value of type []types.PluginItem"
To Reproduce
Simply add the rollouts-plugin-trafficrouter-gatewayapi via config map
Expected behavior
Should load up the plugin
Screenshots
Version
New version 1.8
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: