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

Installing using kubectl directly fails #71

Closed
Tracked by #43
ahg-g opened this issue Apr 25, 2023 · 1 comment · Fixed by #83
Closed
Tracked by #43

Installing using kubectl directly fails #71

ahg-g opened this issue Apr 25, 2023 · 1 comment · Fixed by #83
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@ahg-g
Copy link
Contributor

ahg-g commented Apr 25, 2023

When running the instruction:

kubectl apply -k github.com/kubernetes-sigs/jobset/config/default?ref=main

We get the following error:

error: unable to decode "github.com/kubernetes-sigs/jobset/config/default?ref=main": parsing time "null" as "2006-01-02T15:04:05Z07:00": cannot parse "null" as "2006"                                             

however, building the files first using kustomize and then applying them succeeds:

./bin/kustomize build config/default | kubectl apply --server-side -f -

This started to happen after the PR that added the webhooks #51

@ahg-g
Copy link
Contributor Author

ahg-g commented Apr 25, 2023

/kind bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants