jenkinsci / kubernetes-operator

Kubernetes native Jenkins Operator
https://jenkinsci.github.io/kubernetes-operator
Other
598 stars 233 forks source link

bash: line 1: /usr/bin/tini: No such file or directory #976

Closed gubinjie closed 5 months ago

gubinjie commented 7 months ago

1、The k8s Jenkins operator installation steps follow the following path: https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/v0.6.x/installing-the-operator/ 2、jenkins_instance.yaml file format `apiVersion: jenkins.io/v1alpha2 kind: Jenkins metadata: name: example namespace: default spec: configurationAsCode: configurations: [] secret: name: "" groovyScripts: configurations: [] secret: name: "" jenkinsAPISettings: authorizationStrategy: createUser master: basePlugins:

brokenpip3 commented 7 months ago

hello!

there are several different issues here, the one in bold is the real important one:

gubinjie commented 7 months ago

@brokenpip3 I used kubernetes-operator v0.7 version and jenkins/jenkins:2.426.2-lts version, but there are still compatibility issues.

image

Harguer commented 7 months ago

Hey @gubinjie , as @brokenpip3 posted in his last comment, it only works with the Jenkins operator latest version 0.8.0 , it won't work with version 0.7.x.