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 Rollouts 1.7.0 fails to start when a remotely-hosted traffic router plugin is used, e.g. argoproj-labs/rollouts-plugin-trafficrouter-gatewayapi. Pods remain in a CrashLoopBackOff state due to the controller being unable to create a new directory on the root filesystem:
Failed to download plugins: failed to create plugin folder for plugin (argoproj-labs/gatewayAPI): (mkdir /home/argo-rollouts/plugin-bin: read-only file system)
djmcaleese
changed the title
Argo Rollouts 1.7.0 fails to start with traffic router plugins
Argo Rollouts 1.7.0 fails to start with remote traffic router plugins
Jun 17, 2024
Checklist:
Describe the bug
Argo Rollouts 1.7.0 fails to start when a remotely-hosted traffic router plugin is used, e.g. argoproj-labs/rollouts-plugin-trafficrouter-gatewayapi. Pods remain in a
CrashLoopBackOff
state due to the controller being unable to create a new directory on the root filesystem:This may be related to the change made for #3360.
To Reproduce
Install Argo Rollouts 1.7.0
Update the
argo-rollouts-config
configmap to enable the remotely-hosted Gateway API traffic router plugin (as described here):Restart Argo Rollouts
Expected behavior
Argo Rollouts starts successfully.
Version
Broken: 1.7.0
Working: 1.6.6
Logs
Broken:
Working:
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: