-
Notifications
You must be signed in to change notification settings - Fork 236
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
Istio sidecar injection breaks operator #368
Comments
#195 will fix the issue. |
any update on this @tomaszsek |
Any timeline on this? We're also looking to inject a sidecar proxy in our Jenkins pod. |
Team, any update on this? @tomaszsek |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this issue is still affecting you, just comment with any updates and we'll keep it open. Thank you for your contributions. |
@Sig00rd Is there any progress on this? We need to add istio sidecars to make Jenkins usable for our production. |
@Sig00rd is not part of the maintainers anymore :( I can see from the code that the deployment instead of pod is supported (even if does not seems officially released as option). You can try it via an annotation on the jenkins crd, check this code:
Let me know |
@brokenpip3 Is this properly tested? I hava added the annotation to jenkins master CR, but still the operator creates a pod instead of deployment. |
Was possible in the past: #361 (comment) Which version of istio are you using and what is the name of the injected istio container? |
@brokenpip3 Sorry for the late response. The injected container's name is |
Expected Behavior
by adding the below we shouldn't see any breaking of the Jenkins operator/jenkins
Jenkins and operator were running perfectly prior to the change.
Actual Behavior
Jenkins operator isn't able to start jenkins cr, logs below;
Steps to Reproduce the Problem
operator
injenkins-operator
namespacejenkins
injenkins
namespacejenkins
namespace to allow istio automatic sidecar injectionAdditional Info
Kubernetes version:
Output of
kubectl version
:The text was updated successfully, but these errors were encountered: