ContainerSolutions / ContainerSolutions/registry-tooling
get taints and add them to the template
Open
- Dominant language
- Shell
- Stars
- 70
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
My k8s master had a taint applied that prevented your script from running on this node.
I added to the temporary file you create:
```
tolerations:
- key: "node-role.kubernetes.io/master"
operator: "Exists"
effect: "NoSchedule"
```
This allows the pod to be scheduled on the master, as well.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.