Skip to content

Commit

Permalink
update ccm to 0.4.1 + add ignore CP
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxtof committed Aug 26, 2024
1 parent 0883e55 commit 6ccc358
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 10 deletions.
7 changes: 5 additions & 2 deletions templates/ccm/nutanix-ccm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ data:
"enableCustomLabeling": ${CCM_CUSTOM_LABEL=false},
"topologyDiscovery": {
"type": "Prism"
}
},
"ignoredNodeIPs": [
"${CONTROL_PLANE_ENDPOINT_IP}"
]}
}
---
# Source: nutanix-cloud-provider/templates/rbac.yaml
Expand Down Expand Up @@ -186,7 +189,7 @@ spec:
key: node.kubernetes.io/not-ready
operator: Exists
containers:
- image: "${CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller}:${CCM_TAG=v0.4.0}"
- image: "${CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller}:${CCM_TAG=v0.4.1}"
imagePullPolicy: IfNotPresent
name: nutanix-cloud-controller-manager
env:
Expand Down
7 changes: 5 additions & 2 deletions templates/cluster-template-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ data:
"enableCustomLabeling": ${CCM_CUSTOM_LABEL=false},
"topologyDiscovery": {
"type": "Prism"
}
},
"ignoredNodeIPs": [
"${CONTROL_PLANE_ENDPOINT_IP}"
]}
}
---
# Source: nutanix-cloud-provider/templates/rbac.yaml
Expand Down Expand Up @@ -197,7 +200,7 @@ data:
key: node.kubernetes.io/not-ready
operator: Exists
containers:
- image: "${CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller}:${CCM_TAG=v0.4.0}"
- image: "${CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller}:${CCM_TAG=v0.4.1}"
imagePullPolicy: IfNotPresent
name: nutanix-cloud-controller-manager
env:
Expand Down
7 changes: 5 additions & 2 deletions templates/cluster-template-csi3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ data:
"enableCustomLabeling": ${CCM_CUSTOM_LABEL=false},
"topologyDiscovery": {
"type": "Prism"
}
},
"ignoredNodeIPs": [
"${CONTROL_PLANE_ENDPOINT_IP}"
]}
}
---
# Source: nutanix-cloud-provider/templates/rbac.yaml
Expand Down Expand Up @@ -197,7 +200,7 @@ data:
key: node.kubernetes.io/not-ready
operator: Exists
containers:
- image: "${CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller}:${CCM_TAG=v0.4.0}"
- image: "${CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller}:${CCM_TAG=v0.4.1}"
imagePullPolicy: IfNotPresent
name: nutanix-cloud-controller-manager
env:
Expand Down
7 changes: 5 additions & 2 deletions templates/cluster-template-topology.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ data:
"enableCustomLabeling": ${CCM_CUSTOM_LABEL=false},
"topologyDiscovery": {
"type": "Prism"
}
},
"ignoredNodeIPs": [
"${CONTROL_PLANE_ENDPOINT_IP}"
]}
}
---
# Source: nutanix-cloud-provider/templates/rbac.yaml
Expand Down Expand Up @@ -196,7 +199,7 @@ data:
key: node.kubernetes.io/not-ready
operator: Exists
containers:
- image: "${CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller}:${CCM_TAG=v0.4.0}"
- image: "${CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller}:${CCM_TAG=v0.4.1}"
imagePullPolicy: IfNotPresent
name: nutanix-cloud-controller-manager
env:
Expand Down
7 changes: 5 additions & 2 deletions templates/cluster-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ data:
"enableCustomLabeling": ${CCM_CUSTOM_LABEL=false},
"topologyDiscovery": {
"type": "Prism"
}
},
"ignoredNodeIPs": [
"${CONTROL_PLANE_ENDPOINT_IP}"
]}
}
---
# Source: nutanix-cloud-provider/templates/rbac.yaml
Expand Down Expand Up @@ -197,7 +200,7 @@ data:
key: node.kubernetes.io/not-ready
operator: Exists
containers:
- image: "${CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller}:${CCM_TAG=v0.4.0}"
- image: "${CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller}:${CCM_TAG=v0.4.1}"
imagePullPolicy: IfNotPresent
name: nutanix-cloud-controller-manager
env:
Expand Down

0 comments on commit 6ccc358

Please sign in to comment.