forked from VirtusLab/jenkins-operator
-
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
Discussion : Container Level Validation #185
Labels
question
Further information is requested
Milestone
Comments
One solution would be to exclude jenkins namespace from the service mesh since it does not help the jenkins in any way. (that's what I've done in my clusters) |
@pawelprazak In case of scenario when a user would like to use Jenkins with Service Mesh, to manage proxies and such, injecting sidecar containers becomes a norm. At such time the validation can break the operator. |
There are two solutions:
|
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I noticed that a lot of validation was done on a container level which isn't the best way in an operator. As, admission controllers have the power to add containers / side-cars which augment the operator for specific purposes. In a scenario where a user deploys a service mesh in the cluster, and containers are added, the master pod validation will fail in the Jenkins Operator and keep restarting the pod.
The text was updated successfully, but these errors were encountered: