Skip to content

Commit 6e39c72

Browse files
committed
fix: update kube-vip to v0.8.10
1 parent 7c1c21b commit 6e39c72

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

charts/cluster-api-runtime-extensions-nutanix/defaultclusterclasses/nutanix-cluster-class.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ spec:
173173
- name: address
174174
value: '{{ .Address }}'
175175
- name: prometheus_server
176-
image: ghcr.io/kube-vip/kube-vip:v0.8.9
176+
image: ghcr.io/kube-vip/kube-vip:v0.8.10
177177
imagePullPolicy: IfNotPresent
178178
name: kube-vip
179179
resources: {}
@@ -182,6 +182,8 @@ spec:
182182
add:
183183
- NET_ADMIN
184184
- NET_RAW
185+
drop:
186+
- ALL
185187
volumeMounts:
186188
- mountPath: /etc/kubernetes/admin.conf
187189
name: kubeconfig

hack/examples/files/kube-vip.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
- name: address
3838
value: '{{ .Address }}'
3939
- name: prometheus_server
40-
image: ghcr.io/kube-vip/kube-vip:v0.8.9
40+
image: ghcr.io/kube-vip/kube-vip:v0.8.10
4141
imagePullPolicy: IfNotPresent
4242
name: kube-vip
4343
resources: {}
@@ -46,6 +46,8 @@
4646
add:
4747
- NET_ADMIN
4848
- NET_RAW
49+
drop:
50+
- ALL
4951
volumeMounts:
5052
- mountPath: /etc/kubernetes/admin.conf
5153
name: kubeconfig

make/addons.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export AWS_CCM_VERSION_132 := v1.32.1
1919

2020
export NUTANIX_CCM_CHART_VERSION := 0.5.0
2121

22-
export KUBE_VIP_VERSION := v0.8.9
22+
export KUBE_VIP_VERSION := v0.8.10
2323

2424
export METALLB_CHART_VERSION := 0.14.9
2525

0 commit comments

Comments
 (0)