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

fix manifest for action runner #3280

Merged
merged 1 commit into from
Mar 12, 2022
Merged

fix manifest for action runner #3280

merged 1 commit into from
Mar 12, 2022

Conversation

yourmoonlight
Copy link
Collaborator

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

when we do the cmd
kubectl apply -f runner.yaml
it will throw error msg like this:

error validating data: [ValidationError(RunnerDeployment.spec.template.spec.resources): unknown field "dockerEnabled" in dev.summerwind.actions.v1alpha1.RunnerDeployment.spec.template.spec.resources, ValidationError(RunnerDeployment.spec.template.spec.resources): unknown field "dockerdContainerResources" in dev.summerwind.actions.v1alpha1.RunnerDeployment.spec.template.spec.resources, ValidationError(RunnerDeployment.spec.template.spec.resources): unknown field "dockerdWithinRunnerContainer" in dev.summerwind.actions.v1alpha1.RunnerDeployment.spec.template.spec.resources]; if you choose to ignore these errors, turn validation off with --validate=false

What is the new behavior?

fix the error

@jolestar jolestar merged commit 1e65cf9 into master Mar 12, 2022
@jolestar jolestar deleted the fix_action_runner_manifest branch March 12, 2022 00:57
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.

2 participants