Skip to content
Snippets Groups Projects

[cern] k8s: Use ClusterFirstWithHostNet with hostNetwork

Merged Spyridon Trigazis requested to merge os12667 into cern/train
8 files
+ 9
1
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -212,6 +212,7 @@ spec:
nodeSelector:
node-role.kubernetes.io/master: ""
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
tolerations:
- effect: NoSchedule
operator: Exists
@@ -329,6 +330,7 @@ spec:
k8s-app: magnum-auto-healer
spec:
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
serviceAccountName: magnum-auto-healer
tolerations:
- effect: NoSchedule
Loading