ContainerSolutions / ContainerSolutions/registry-tooling

get taints and add them to the template

Open
#10 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.