Skip to content

Commit

Permalink
renamed kct to use clusterclass name
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakm-ntnx committed Feb 19, 2024
1 parent 50fa8f0 commit 82eaa1c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions templates/cluster-template-clusterclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,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.3.1}"
- image: "${CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller}:${CCM_TAG=v0.3.2}"
imagePullPolicy: IfNotPresent
name: nutanix-cloud-controller-manager
env:
Expand Down Expand Up @@ -269,7 +269,7 @@ spec:
apiVersion: bootstrap.cluster.x-k8s.io/v1beta1
kind: KubeadmConfigTemplate
metadata:
name: ${CLUSTER_NAME}-kcfg-0
name: ${CLUSTER_CLASS_NAME}-kcfg-0
namespace: ${NAMESPACE}
spec:
template:
Expand Down Expand Up @@ -584,7 +584,7 @@ spec:
ref:
apiVersion: bootstrap.cluster.x-k8s.io/v1beta1
kind: KubeadmConfigTemplate
name: ${CLUSTER_NAME}-kcfg-0
name: ${CLUSTER_CLASS_NAME}-kcfg-0
namespace: ${NAMESPACE}
infrastructure:
ref:
Expand Down
2 changes: 1 addition & 1 deletion templates/clusterclass/clusterclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
ref:
apiVersion: bootstrap.cluster.x-k8s.io/v1beta1
kind: KubeadmConfigTemplate
name: "${CLUSTER_NAME}-kcfg-0"
name: "${CLUSTER_CLASS_NAME}-kcfg-0"
namespace: ${NAMESPACE}
infrastructure:
ref:
Expand Down
2 changes: 1 addition & 1 deletion templates/clusterclass/kct.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: bootstrap.cluster.x-k8s.io/v1beta1
kind: KubeadmConfigTemplate
metadata:
name: "${CLUSTER_NAME}-kcfg-0"
name: "${CLUSTER_CLASS_NAME}-kcfg-0"
spec:
template:
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,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.3.1}"
- image: "${CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller}:${CCM_TAG=v0.3.2}"
imagePullPolicy: IfNotPresent
name: nutanix-cloud-controller-manager
env:
Expand Down Expand Up @@ -269,7 +269,7 @@ spec:
apiVersion: bootstrap.cluster.x-k8s.io/v1beta1
kind: KubeadmConfigTemplate
metadata:
name: ${CLUSTER_NAME}-kcfg-0
name: ${CLUSTER_CLASS_NAME}-kcfg-0
namespace: ${NAMESPACE}
spec:
template:
Expand Down Expand Up @@ -584,7 +584,7 @@ spec:
ref:
apiVersion: bootstrap.cluster.x-k8s.io/v1beta1
kind: KubeadmConfigTemplate
name: ${CLUSTER_NAME}-kcfg-0
name: ${CLUSTER_CLASS_NAME}-kcfg-0
namespace: ${NAMESPACE}
infrastructure:
ref:
Expand Down

0 comments on commit 82eaa1c

Please sign in to comment.