Commit f78cfed
committed
Add node affinity
- Node affinity will tell the kubernetes scheduler which types of nodes
this installation "prefers" to be installed on. In this case, all we
care about is that the nodes are Linux and either arm or x86. This will
prevent the scheduler from attempting to install the controller on a
Windows node.
Signed-off-by: Brady Siegel <[email protected]>1 parent 39c653a commit f78cfed
1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
102 | 115 | | |
103 | 116 | | |
104 | 117 | | |
| |||
0 commit comments