Skip to content

Commit e047bdc

Browse files
authored
Updates name of node pool for kube-ip (#973)
We had a disk pressure issue on the static-public-ip nodes, which caused script-exporter to be evicted. It is not possible to resize the disks of an existing node pool. The only way to achieve this is to create a new node pool with the desired configurations and then migrate your workloads to this new node pool. I created a new node pool in mlab-oti named static-external-ip and migrated the workloads to this new node pool. This change configures kube-ip to be sure that those nodes get static IPv4 addresses. Meanwhile I have manually updated the kube-ip deployment in production with the change in this commit.
1 parent d4c292c commit e047bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k8s/prometheus-federation/deployments/kubeip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
value: "prometheus-federation"
3333
# Nodepool to which KubeIP assigns addresses
3434
- name: "KUBEIP_NODEPOOL"
35-
value: "static-public-ip"
35+
value: "static-external-ip"
3636
# GCP Application Default Credentials (ADC)
3737
# See: https://cloud.google.com/docs/authentication/production
3838
- name: "GOOGLE_APPLICATION_CREDENTIALS"

0 commit comments

Comments
 (0)