Commit 0e79de7
committed
update azure and ash tolerations on node manager
In our documentation, we instruct users to add a NoExecute taint for the
node-role.kubernetes.io/infra key. This is not tolerated by the azure
node managers and can cause a race condition when new nodes are added
that can prevent the node manager from running on a new node.
This change updates the tolerations for azure and ash to allow the infra
taint, and it also makes the ash permissions more tolerant (same as
azure) to prevent future failures.1 parent 70aa31a commit 0e79de7
2 files changed
Lines changed: 6 additions & 7 deletions
File tree
- pkg/cloud
- azurestack/assets
- azure/assets
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
| |||
Lines changed: 3 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | 48 | | |
53 | 49 | | |
54 | 50 | | |
| |||
0 commit comments