argocd and keptn #3909
Unanswered
seecodemung
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i have keptn resources being managed by argo along with my test app. my test app rollouts out fine but my KeptnAppVersion gets appended a hash when rolled out, so i also have a reconcile workload error and always stuck in ' KeptnAppVersion is progressing'. not sure what i am missing to get this setup correctly.
KeptnAppVersion event message:
Reconcile Workloads: could not find KeptnWorkloadVersion for KeptnWorkload: nginx-keptn / Namespace: test, Name: nginx-keptn-app-1.22.448-4b227777, Version: 1.22.448
`kubectl get keptnapp,keptnappversion,keptnworkload
NAME AGE
keptnapp.lifecycle.keptn.sh/nginx-keptn-app 5d21h
NAME APPNAME VERSION PHASE
keptnappversion.lifecycle.keptn.sh/nginx-keptn-app-1.22.448-4b227777 nginx-keptn-app 1.22.448 AppDeploy
NAME APPNAME VERSION
keptnworkload.lifecycle.keptn.sh/nginx-keptn nginx-keptn-app 1.22.448`
Beta Was this translation helpful? Give feedback.
All reactions