File tree 2 files changed +11
-1
lines changed
powerwatch/cloud/kubernetes/powerwatch-oink
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -21,3 +21,9 @@ $ kubectl create -f ./postgres-user-pass.yaml
21
21
```
22
22
$ kubectl create -f powerwatch-oink.yaml
23
23
```
24
+
25
+ ##getting the whitelisted IP
26
+ Korba needs a whitelisted IP. You need to set a label on a node in your pool
27
+ ``` korba-node=true ```
28
+ Then assign that node as static IP described here:
29
+ https://stackoverflow.com/questions/41133755/static-outgoing-ip-in-kubernetes
Original file line number Diff line number Diff line change 27
27
readOnly : true
28
28
29
29
restartPolicy : OnFailure
30
+ nodeSelector :
31
+ korba-node : ' true'
30
32
31
33
volumes :
32
34
- name : config
@@ -90,11 +92,13 @@ spec:
90
92
readOnly : true
91
93
92
94
restartPolicy : OnFailure
95
+ nodeSelector :
96
+ korba-node : ' true'
93
97
94
98
volumes :
95
99
- name : config
96
100
configMap :
97
- name : config
101
+ name : oink- config
98
102
items :
99
103
- key : postgres.json
100
104
path : postgres.json
You can’t perform that action at this time.
0 commit comments