Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

argo workflow wip #158

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

argo workflow wip #158

wants to merge 1 commit into from

Conversation

clux
Copy link
Member

@clux clux commented Oct 17, 2023

had a quick go to look at #108 and wrote a quick integration setup for it

ultimately it looks like their schema is not valid?

kubectl apply --force-conflicts --server-side -f https://raw.githubusercontent.com/argoproj/argo-workflows/master/manifests/base/crds/full/argoproj.io_workflows.yaml
The CustomResourceDefinition "workflows.argoproj.io" is invalid:
* spec.validation.openAPIV3Schema.properties[spec].properties[templateDefaults].properties[dag].properties[tasks].items.properties[inline].type: Required value: must not be empty for specified object fields
* spec.validation.openAPIV3Schema.properties[spec].properties[templateDefaults].properties[steps].items.items: Required value: must be specified
* spec.validation.openAPIV3Schema.properties[spec].properties[templates].items.properties[dag].properties[tasks].items.properties[inline].type: Required value: must not be empty for specified object fields
* spec.validation.openAPIV3Schema.properties[spec].properties[templates].items.properties[steps].items.items: Required value: must be specified
* spec.validation.openAPIV3Schema.properties[status].properties[storedTemplates].additionalProperties.properties[dag].properties[tasks].items.properties[inline].type: Required value: must not be empty for specified object fields
* spec.validation.openAPIV3Schema.properties[status].properties[storedTemplates].additionalProperties.properties[steps].items.items: Required value: must be specified
* spec.validation.openAPIV3Schema.properties[status].properties[storedWorkflowTemplateSpec].properties[templateDefaults].properties[dag].properties[tasks].items.properties[inline].type: Required value: must not be empty for specified object fields
* spec.validation.openAPIV3Schema.properties[status].properties[storedWorkflowTemplateSpec].properties[templateDefaults].properties[steps].items.items: Required value: must be specified
* spec.validation.openAPIV3Schema.properties[status].properties[storedWorkflowTemplateSpec].properties[templates].items.properties[dag].properties[tasks].items.properties[inline].type: Required value: must not be empty for specified object fields
* spec.validation.openAPIV3Schema.properties[status].properties[storedWorkflowTemplateSpec].properties[templates].items.properties[steps].items.items: Required value: must be specified
error: Recipe `test-argowf` failed on line 46 with exit code 1

leaving this here in case someone is interested. this isn't super important to me as i don't use argo.

Signed-off-by: clux <[email protected]>
@clux clux linked an issue Oct 17, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Argo-Workflows crd's not working
1 participant