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
Implement nodeSelectors for the seed job agent. #257
Comments
Hi @salluvada, If the operator will populate the node selector from Cheers |
Hi @tomaszsek That would definitely work for me. Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently in the Jenkins custom resource manifest, even if I provide a nodeSelector, the generated seed job deployment is not having that. Due to this issue, the seed job agent is stuck in a ContainerCreating state when I am trying this on an EKS cluster with multiple node groups (linux and windows). The VPC admission webhook needs the nodeSelector item to be present in the podmanifest without which, it is not adding the label "vpc.amazonaws.com/PrivateIPv4Address" to the pod.
Error in
failed to parse Kubernetes args: pod does not have label vpc.amazonaws.com/PrivateIPv4Address
Below is the seed jobs section of the jenkins custom resource manifest. The generated deployment is not having the nodeSelector in it.
The text was updated successfully, but these errors were encountered: