-
Notifications
You must be signed in to change notification settings - Fork 21
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
Config map ref broken while upgrading to 0.1.0 version from 0.0.1 #36
Comments
I can see that the new plugin somehow overrides the configmap name and has controller looking at this name |
@komal-SkyNET hi! Can you check,was config map created ? And in what namespace ? |
It is the default config map name if you don't specify it |
@Philipp-Plotnikov Can you please share a sample config? The configmap has been created and it uses the same name as the previous version I have a config similar to the readme (latest version instead of 0.1.0)
Questions:
|
@komal-SkyNET you should have another config map like here in the example |
It will be great if you share the argo rollouts manifest and say do you see in the cluster created config map that you specified. I have assumption you dont have step with setHeaderRoute, am I right ? If yes, then I think I know what is the reason |
@komal-SkyNET I think my assumption is right, so I have created PR with the fix. Can you test it, please ? You need to switch to the branch and run in the root "make local-build" and you will get binary to test |
@Philipp-Plotnikov That's correct. I'm not using any new features from the new version. Don't have a |
@komal-SkyNET have you tried updated version from PR that I have sent ? Has it helped you ? |
Error from the argo-controller pods after upgrading to v0.1.0
Reverting back to v0.0.1 works fine.
Is there a ReadME with instructions for the upgrade to 0.1.0? How can I help?
The text was updated successfully, but these errors were encountered: