I would like to deploy an Argo workflow to my Digital Ocean managed Kubernetes cluster. I am familiar with Argo but new to Digital Ocean. I am starting from the example noted here https://github.com/digitalocean/doks-example, but when I try to apply my Argo workflow, I am getting the following error:
ERRO[2021-01-28T06:03:52.004Z] Create request failed: the server could not find the requested resource (post workflows.argoproj.io) 2021/01/28 06:03:52 Failed to submit workflow: rpc error: code = NotFound desc = the server could not find the requested resource (post workflows.argoproj.io)
What do I need to do to make this work?
Thank you!
Click below to sign up and get $100 of credit to try our products over 60 days!
Can you provide the commands you are using to replicate this issue? Are you sure that you have all the correct APIresources for Argo properly installed? Can you provide reproduction steps or a example that also fails?