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
I wanted to install an argo workflow template and workflow cron job as a helm chart. helm install command says the chart is installed. But I see only workflow template got deployed and cron job isnt.
I wanted to install an argo workflow template and workflow cron job as a helm chart. helm install command says the chart is installed. But I see only workflow template got deployed and cron job isnt.
When executed helm install command, I see as follows
helm upgrade --install argo-helm-charts --values values.yaml .
WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /Users/e192270/.kube/config
WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /Users/e192270/.kube/config
Release "argo-helm-charts" does not exist. Installing it now.
NAME: argo-helm-charts
LAST DEPLOYED: Mon Feb 8 11:28:01 2021
NAMESPACE: argo
STATUS: deployed
REVISION: 1
TEST SUITE: None
When I list template I can see it
$ argo template list
NAME
test-azure-migration
But unable to see cron installed as a part of chart
argo cron list -n argo
NAME AGE LAST RUN NEXT RUN SCHEDULE SUSPENDED
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Question: Can Argo cron be implemented as a helm chart ?
Using https://tempered.works/posts/2020-05-21-helm-argo/ as a reference to implement worfklows as helm charts, I am unable to implement cron workflow via helm.
I wanted to install an argo workflow template and workflow cron job as a helm chart. helm install command says the chart is installed. But I see only workflow template got deployed and cron job isnt.
Folder structure:
I wanted to install an argo workflow template and workflow cron job as a helm chart. helm install command says the chart is installed. But I see only workflow template got deployed and cron job isnt.
Folder structure:
Argo_helm
|- templates
|-azure-migration-cron-etl.yaml
|-azure-migration-etl-template.yaml
|-Chart.yaml
|-values.yaml
When executed helm install command, I see as follows
When I list template I can see it
But unable to see cron installed as a part of chart
===========================================================================
cron code (azure-migration-cron-etl.yaml)
template code (azure-migration-etl-template.yaml)
Beta Was this translation helpful? Give feedback.
All reactions