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 think ValueError: Invalid value for type (PodReadyToStartContainers), must be one of ['ContainersReady', 'Initialized', 'PodScheduled', 'Ready'] is the important line.
The text was updated successfully, but these errors were encountered:
Version
quay.io/ansible/galaxy-operator:2024.02.29
Describe the bug
If I create an Backup CRD. the pod comes up but restarts the hole time.
To Reproduce
kubectl apply -f backup.yml
backup.yml:
kubectl create job --from=cronjob/galaxybackup -n galaxy manual-backup
Expected behavior
backup-manager pod must be created, backup the galaxy, terminate
Additional context
Error message in operator:
I think
ValueError: Invalid value for
type(PodReadyToStartContainers), must be one of ['ContainersReady', 'Initialized', 'PodScheduled', 'Ready']
is the important line.The text was updated successfully, but these errors were encountered: