We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4542e16 + 8e36a83 commit 0619e15Copy full SHA for 0619e15
templates/kube-vip/kube-vip.yml.j2
@@ -83,11 +83,23 @@ spec:
83
add:
84
- NET_ADMIN
85
- NET_RAW
86
+ volumeMounts:
87
+ - mountPath: /etc/kubernetes/admin.conf
88
+ name: kubeconfig
89
+ hostAliases:
90
+ - hostnames:
91
+ - kubernetes
92
+ ip: 127.0.0.1
93
hostNetwork: true
94
serviceAccountName: kube-vip
95
tolerations:
96
- effect: NoSchedule
97
operator: Exists
98
- effect: NoExecute
99
100
+ volumes:
101
+ - hostPath:
102
+ path: /etc/rancher/rke2/rke2.yaml
103
+ type: File
104
105
updateStrategy: {}
0 commit comments