We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It required to add the support for custom nodeSelector and serviceAccount for the K8s builder pod.
nodeSelector
serviceAccount
Setting are going to be
wave.build.k8s.nodeSelector: <MAP> wave.build.k8s.serviceAccount: <STRING>
https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes/#create-a-pod-that-gets-scheduled-to-your-chosen-node
https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
The text was updated successfully, but these errors were encountered:
feature: specify node-selector and service-account (#118)
760e3bb
Signed-off-by: Jorge Aguilera <[email protected]>
47b45e4
service account as optional Signed-off-by: Jorge Aguilera <[email protected]>
feature: specify node-selector and service-account (#118) (#119)
d93b0cc
Successfully merging a pull request may close this issue.
It required to add the support for custom
nodeSelector
andserviceAccount
for the K8s builder pod.Setting are going to be
https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes/#create-a-pod-that-gets-scheduled-to-your-chosen-node
https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
The text was updated successfully, but these errors were encountered: