Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/e2e/data/e2e_conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ providers:
- sourcePath: "./infrastructure-aws/generated/cluster-template-upgrades.yaml"
- sourcePath: "./infrastructure-aws/generated/cluster-template-peered-remote.yaml"
- sourcePath: "./infrastructure-aws/generated/cluster-template-internal-elb.yaml"
- sourcePath: "./infrastructure-aws/kustomize_sources/topology/clusterclass-quick-start.yaml"
- sourcePath: "./infrastructure-aws/kustomize_sources/topology/clusterclass-ci-default.yaml"
- sourcePath: "./infrastructure-aws/generated/cluster-template-nested-multitenancy-clusterclass.yaml"
- sourcePath: "./infrastructure-aws/kustomize_sources/nested-multitenancy-clusterclass/clusterclass-multi-tenancy.yaml"
- sourcePath: "./infrastructure-aws/generated/cluster-template-self-hosted-clusterclass.yaml"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
cidrBlocks:
- 192.168.0.0/16
topology:
class: quick-start
class: ci-default
controlPlane:
replicas: ${CONTROL_PLANE_MACHINE_COUNT}
variables:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
pods:
cidrBlocks: ["192.168.0.0/16"]
topology:
class: "quick-start"
class: "ci-default"
version: "${KUBERNETES_VERSION}"
controlPlane:
replicas: "${CONTROL_PLANE_MACHINE_COUNT}"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
apiVersion: cluster.x-k8s.io/v1beta1
kind: ClusterClass
metadata:
name: quick-start
name: ci-default
spec:
controlPlane:
ref:
apiVersion: controlplane.cluster.x-k8s.io/v1beta1
kind: KubeadmControlPlaneTemplate
name: quick-start-control-plane
name: ci-default-control-plane
machineInfrastructure:
ref:
kind: AWSMachineTemplate
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
name: quick-start-control-plane
name: ci-default-control-plane
infrastructure:
ref:
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
kind: AWSClusterTemplate
name: quick-start
name: ci-default
workers:
machineDeployments:
- class: default-worker
Expand All @@ -26,12 +26,12 @@ spec:
ref:
apiVersion: bootstrap.cluster.x-k8s.io/v1beta1
kind: KubeadmConfigTemplate
name: quick-start-worker-bootstraptemplate
name: ci-default-worker-bootstraptemplate
infrastructure:
ref:
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
kind: AWSMachineTemplate
name: quick-start-worker-machinetemplate
name: ci-default-worker-machinetemplate
variables:
- name: region
required: true
Expand Down Expand Up @@ -218,15 +218,15 @@ spec:
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
kind: AWSClusterTemplate
metadata:
name: quick-start
name: ci-default
spec:
template:
spec: {}
---
kind: KubeadmControlPlaneTemplate
apiVersion: controlplane.cluster.x-k8s.io/v1beta1
metadata:
name: quick-start-control-plane
name: ci-default-control-plane
spec:
template:
spec:
Expand All @@ -252,7 +252,7 @@ spec:
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
kind: AWSMachineTemplate
metadata:
name: quick-start-control-plane
name: ci-default-control-plane
spec:
template:
spec:
Expand All @@ -264,7 +264,7 @@ spec:
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
kind: AWSMachineTemplate
metadata:
name: quick-start-worker-machinetemplate
name: ci-default-worker-machinetemplate
spec:
template:
spec:
Expand All @@ -276,7 +276,7 @@ spec:
apiVersion: bootstrap.cluster.x-k8s.io/v1beta1
kind: KubeadmConfigTemplate
metadata:
name: quick-start-worker-bootstraptemplate
name: ci-default-worker-bootstraptemplate
spec:
template:
spec:
Expand Down