Skip to content

Commit

Permalink
Update cluster template versions (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kshatrix authored Jan 14, 2025
1 parent 981747c commit 5c0ce32
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ spec:
iamInstanceProfile: nodes.cluster-api-provider-aws.sigs.k8s.io
instanceType: ""
workersNumber: 2
template: aws-standalone-cp-0-0-4
template: aws-standalone-cp-0-0-5
credential: aws-credential
dryRun: true
```
Expand All @@ -235,7 +235,7 @@ metadata:
name: aws-standalone
namespace: kcm-system
spec:
template: aws-standalone-cp-0-0-4
template: aws-standalone-cp-0-0-5
credential: aws-credential
config:
region: us-east-2
Expand Down
2 changes: 1 addition & 1 deletion config/dev/adopted-clusterdeployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: adopted-dev
namespace: ${NAMESPACE}
spec:
template: adopted-cluster-0-0-1
template: adopted-cluster-0-0-2
credential: adopted-cluster-cred
config: {}
services:
Expand Down
2 changes: 1 addition & 1 deletion config/dev/aks-clusterdeployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: azure-aks-dev
namespace: ${NAMESPACE}
spec:
template: azure-aks-0-0-1
template: azure-aks-0-0-2
credential: azure-aks-credential
propagateCredentials: false
config:
Expand Down
2 changes: 1 addition & 1 deletion config/dev/aws-clusterdeployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
k0rdent.mirantis.com/component: kcm
spec:
template: aws-standalone-cp-0-0-4
template: aws-standalone-cp-0-0-5
credential: aws-cluster-identity-cred
config:
controlPlane:
Expand Down
2 changes: 1 addition & 1 deletion config/dev/azure-clusterdeployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
k0rdent.mirantis.com/component: kcm
spec:
template: azure-standalone-cp-0-0-4
template: azure-standalone-cp-0-0-5
credential: azure-cluster-identity-cred
config:
controlPlaneNumber: 1
Expand Down
2 changes: 1 addition & 1 deletion config/dev/eks-clusterdeployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
k0rdent.mirantis.com/component: kcm
spec:
template: aws-eks-0-0-2
template: aws-eks-0-0-3
credential: "aws-cluster-identity-cred"
config:
region: ${AWS_REGION}
Expand Down
2 changes: 1 addition & 1 deletion config/dev/openstack-clusterdeployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: openstack-dev
namespace: ${NAMESPACE}
spec:
template: openstack-standalone-cp-0-0-1
template: openstack-standalone-cp-0-0-2
credential: openstack-cluster-identity-cred
config:
controlPlaneNumber: 1
Expand Down
2 changes: 1 addition & 1 deletion config/dev/vsphere-clusterdeployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
k0rdent.mirantis.com/component: kcm
spec:
template: vsphere-standalone-cp-0-0-3
template: vsphere-standalone-cp-0-0-5
credential: vsphere-cluster-identity-cred
config:
controlPlaneNumber: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ClusterDeployment
metadata:
name: ${CLUSTER_DEPLOYMENT_NAME}
spec:
template: aws-hosted-cp-0-0-3
template: aws-hosted-cp-0-0-4
credential: ${AWS_CLUSTER_IDENTITY}-cred
config:
clusterIdentity:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ClusterDeployment
metadata:
name: ${CLUSTER_DEPLOYMENT_NAME}
spec:
template: aws-standalone-cp-0-0-4
template: aws-standalone-cp-0-0-5
credential: ${AWS_CLUSTER_IDENTITY}-cred
config:
clusterIdentity:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: ${CLUSTER_DEPLOYMENT_NAME}
namespace: ${NAMESPACE}
spec:
template: azure-hosted-cp-0-0-3
template: azure-hosted-cp-0-0-4
credential: ${AZURE_CLUSTER_IDENTITY}-cred
config:
location: "${AZURE_REGION}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: ${CLUSTER_DEPLOYMENT_NAME}
namespace: ${NAMESPACE}
spec:
template: azure-standalone-cp-0-0-4
template: azure-standalone-cp-0-0-5
credential: ${AZURE_CLUSTER_IDENTITY}-cred
config:
controlPlaneNumber: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ClusterDeployment
metadata:
name: ${CLUSTER_DEPLOYMENT_NAME}
spec:
template: vsphere-hosted-cp-0-0-3
template: vsphere-hosted-cp-0-0-5
credential: ${VSPHERE_CLUSTER_IDENTITY}-cred
config:
controlPlaneNumber: ${CONTROL_PLANE_NUMBER:=1}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ClusterDeployment
metadata:
name: ${CLUSTER_DEPLOYMENT_NAME}
spec:
template: vsphere-standalone-cp-0-0-3
template: vsphere-standalone-cp-0-0-5
credential: ${VSPHERE_CLUSTER_IDENTITY}-cred
config:
controlPlaneNumber: ${CONTROL_PLANE_NUMBER:=1}
Expand Down

0 comments on commit 5c0ce32

Please sign in to comment.