-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Unable to apply actions-runner-controller.yaml v0.20.0 #823
Comments
@pje Thanks for reporting! It seems like we need to add FYI this is how Calico handled the same error. They didn't need defaulting so the choice was to omit |
Can confirm same issue using Helm chart loaded via an Application CRD in Argo CD so be sure you hit the helm chart as well CustomResourceDefinition.apiextensions.k8s.io "runnerdeployments.actions.summerwind.dev" is invalid: spec.preserveUnknownFields: Invalid value: true: must be false in order to use defaults in the schema |
Just got the same issue upgrading to 0.20.0 with chart version 0.13.0 Fixed it adding the default
Upgrade goes well |
Trying to get my head around this (sorry for not testing upgrades during #803) - as above I've tested manually adding Whilst I don't yet know how to change this repo's toolchain to get that set during CRD creation, is there a problem going this way rather than reverting-my-revert? |
It appears getting
|
@tyrken Thanks for your efforts! My original assumption was that an upgrade from |
This should be resolved with the release of v0.20.1 @pje, please confirm and close |
Can confirm that Thanks for the fix! |
Describe the bug
When I run this:
I get this error:
Checks
To Reproduce
Steps to reproduce the behavior:
kubectl apply -f https://github.com/actions-runner-controller/actions-runner-controller/releases/download/v0.20.0/actions-runner-controller.yaml
Expected behavior
kubectl apply
should apply CustomResourceDefinitions without errors.Environment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: