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

Upgrade Kubernetes plugin to 1.30.0 #587

Closed
thecooldrop opened this issue Jun 22, 2021 · 2 comments
Closed

Upgrade Kubernetes plugin to 1.30.0 #587

thecooldrop opened this issue Jun 22, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@thecooldrop
Copy link

thecooldrop commented Jun 22, 2021

Describe the bug
During running of Jenkins Kubernetes Operator on local kind cluster I was not able to run my pipelines in Pods due to an issue in 1.29.7 Kubernetes plugin. Namely it seems that there was a build-error for this plugin version and any attempt to run a pipeline within a Pod results in NoSuchMethodException, due to lack of fabric8 methods.

To Reproduce
Follow the following steps:

  • Download Kind tool
  • Execute command kind cluster create
  • Install Jenkins operator into local cluster with default values provided by the chart ( Helm installation )
  • Login to the instance via port-forwarding
  • Create a new pipeline, and choose to run sample pipeline Declarative (Kubernetes)
  • Run it
  • Observe how large number of Pods get created and never start

image

Additional information

Kubernetes version: 1.21.1
Jenkins Operator version: 0.6

@thecooldrop thecooldrop added the bug Something isn't working label Jun 22, 2021
@prryb
Copy link
Collaborator

prryb commented Jun 22, 2021

#579

That's already merged in.

@prryb
Copy link
Collaborator

prryb commented Jun 22, 2021

You can always supply upgraded plugins in basePlugins - the default version of kubernetes plugin is upgraded to 1.30.0 on master branch – it will go out in the next release.

@prryb prryb closed this as completed Jun 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants