kubegene: submit execution error:the server could not find the requested resource

When I submited the workflow, I met a mistake: Error: submit execution error: the server could not find the requested resource (post executions.execution.kubegene.io) the command I used is as follows: genectl sub workflow example/simple-sample/simple-sample.yaml --tool-repo example/tools/ what does the error means and how can I solve it?

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 16 (16 by maintainers)

Most upvoted comments

There is a mistake in README.md. the file path is wrong. $ kubectl create -f example/simale-sample/sample-pv.yaml $ kubectl create -f example/simale-sample/sample-pvc.yaml should be $ kubectl create -f example/simple-sample/sample-pv.yaml $ kubectl create -f example/simple-sample/sample-pvc.yaml