Hello everyone, I'm having some issues with kubern...
# kubernetes
k
Hello everyone, I'm having some issues with kubernetes jobs deployed through rancher fleet. I use approach with having different Job name on each deployment described here (solution 2): https://www.suse.com/c/rancher_blog/rancher-fleet-tips-for-kubernetes-jobs-deployment-strategies-in-continuous-delivery-scenarios/ But that approach creates 2 jobs in quick succession, with one being deleted from kubernetes (with pod) and other left there
Copy code
7m41s       Normal   SuccessfulCreate   job/app-db-resource-deployer-lrysbkpj         Created pod: app-db-resource-deployer-lrysbkpj-j7wjb
7m41s       Normal   SuccessfulCreate   job/app-db-resource-deployer-lu0ggeag         Created pod: app-db-resource-deployer-lu0ggeag-6z4w9
There are no double job definitions in chart or such... Only thing I could think of is that job uses externalsecret that also gets deployed and updated at the same second as these jobs are deployed. Could this be a reason for having two jobs, or you have any other idea/suggestion?