Skip to content

Commit 9af6ce4

Browse files
committed
feat(stacks): Add csctl.yaml to all per-minor-version directories
Re-add csctl.yaml files adapted for the per-minor-version structure. Each version directory now contains its own csctl.yaml with the correct provider type, cluster stack name, and Kubernetes minor version. Assisted-by: Claude Code Signed-off-by: Jan Schoone <jan.schoone@uhurutec.com>
1 parent 9170707 commit 9af6ce4

11 files changed

Lines changed: 77 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
apiVersion: csctl.clusterstack.x-k8s.io/v1alpha1
2+
config:
3+
clusterStackName: scs
4+
kubernetesVersion: v1.32
5+
provider:
6+
apiVersion: docker.csctl.clusterstack.x-k8s.io/v1alpha1
7+
type: docker
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
apiVersion: csctl.clusterstack.x-k8s.io/v1alpha1
2+
config:
3+
clusterStackName: scs
4+
kubernetesVersion: v1.33
5+
provider:
6+
apiVersion: docker.csctl.clusterstack.x-k8s.io/v1alpha1
7+
type: docker
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
apiVersion: csctl.clusterstack.x-k8s.io/v1alpha1
2+
config:
3+
clusterStackName: scs
4+
kubernetesVersion: v1.34
5+
provider:
6+
apiVersion: docker.csctl.clusterstack.x-k8s.io/v1alpha1
7+
type: docker
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
apiVersion: csctl.clusterstack.x-k8s.io/v1alpha1
2+
config:
3+
clusterStackName: scs
4+
kubernetesVersion: v1.35
5+
provider:
6+
apiVersion: docker.csctl.clusterstack.x-k8s.io/v1alpha1
7+
type: docker
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
apiVersion: csctl.clusterstack.x-k8s.io/v1alpha1
2+
config:
3+
clusterStackName: hcp
4+
kubernetesVersion: v1.33
5+
provider:
6+
apiVersion: openstack.csctl.clusterstack.x-k8s.io/v1alpha1
7+
type: openstack
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
apiVersion: csctl.clusterstack.x-k8s.io/v1alpha1
2+
config:
3+
clusterStackName: hcp
4+
kubernetesVersion: v1.34
5+
provider:
6+
apiVersion: openstack.csctl.clusterstack.x-k8s.io/v1alpha1
7+
type: openstack
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
apiVersion: csctl.clusterstack.x-k8s.io/v1alpha1
2+
config:
3+
clusterStackName: hcp
4+
kubernetesVersion: v1.35
5+
provider:
6+
apiVersion: openstack.csctl.clusterstack.x-k8s.io/v1alpha1
7+
type: openstack
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
apiVersion: csctl.clusterstack.x-k8s.io/v1alpha1
2+
config:
3+
clusterStackName: scs
4+
kubernetesVersion: v1.32
5+
provider:
6+
apiVersion: openstack.csctl.clusterstack.x-k8s.io/v1alpha1
7+
type: openstack
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
apiVersion: csctl.clusterstack.x-k8s.io/v1alpha1
2+
config:
3+
clusterStackName: scs
4+
kubernetesVersion: v1.33
5+
provider:
6+
apiVersion: openstack.csctl.clusterstack.x-k8s.io/v1alpha1
7+
type: openstack
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
apiVersion: csctl.clusterstack.x-k8s.io/v1alpha1
2+
config:
3+
clusterStackName: scs
4+
kubernetesVersion: v1.34
5+
provider:
6+
apiVersion: openstack.csctl.clusterstack.x-k8s.io/v1alpha1
7+
type: openstack

0 commit comments

Comments
 (0)