Skip to content

Commit

Permalink
Update e2e-config.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Danil-Grigorev <[email protected]>
  • Loading branch information
Danil-Grigorev committed Dec 15, 2024
1 parent e5044e6 commit b1ec601
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/book/src/01_user/01_getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.
No additional steps are required and you can install the RKE2 provider with **clusterctl** directly:

```bash
clusterctl init --core cluster-api:v1.8.5 --bootstrap rke2:v0.9.0 --control-plane rke2:v0.9.0 --infrastructure docker:v1.8.5
clusterctl init --core cluster-api:v1.9.0--bootstrap rke2:v0.9.0 --control-plane rke2:v0.9.0 --infrastructure docker:v1.9.0
```

Next, you can proceed to [creating a workload cluster](#create-a-workload-cluster).
Expand Down
18 changes: 9 additions & 9 deletions test/e2e/config/e2e_conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ providers:
- name: cluster-api
type: CoreProvider
versions:
- name: "v1.8.5"
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.8.5/core-components.yaml"
- name: "v1.9.0"
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.9.0/core-components.yaml"
type: "url"
contract: v1beta1
files:
Expand All @@ -30,8 +30,8 @@ providers:
- name: docker
type: InfrastructureProvider
versions:
- name: "v1.8.5"
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.8.5/infrastructure-components-development.yaml"
- name: "v1.9.0"
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.9.0/infrastructure-components-development.yaml"
type: "url"
contract: v1beta1
files:
Expand All @@ -47,8 +47,8 @@ providers:
- name: docker-updated
type: InfrastructureProvider
versions:
- name: "v1.8.5"
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.8.5/infrastructure-components-development.yaml"
- name: "v1.9.0"
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.9.0/infrastructure-components-development.yaml"
type: "url"
contract: v1beta1
files:
Expand Down Expand Up @@ -116,12 +116,12 @@ providers:

variables:
KUBERNETES_VERSION_MANAGEMENT: "v1.29.2"
KUBERNETES_VERSION: "v1.29.4"
KIND_IMAGE_VERSION: "v1.29.4"
KUBERNETES_VERSION: "v1.30.4"
KIND_IMAGE_VERSION: "v1.30.4"
NODE_DRAIN_TIMEOUT: "60s"
WORKER_MACHINE_COUNT: "2"
CONTROL_PLANE_MACHINE_COUNT: "1"
KUBERNETES_VERSION_UPGRADE_TO: "v1.29.5"
KUBERNETES_VERSION_UPGRADE_TO: "v1.31.0"
KUBERNETES_UPGRADE_OCI_IMAGE_ID: "${KUBERNETES_UPGRADE_OCI_IMAGE_ID}"
IP_FAMILY: "IPv4"
EXP_CLUSTER_RESOURCE_SET: "true"
Expand Down
3 changes: 3 additions & 0 deletions test/e2e/data/shared/v1beta1/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3
kind: Metadata
releaseSeries:
- major: 1
minor: 9
contract: v1beta1
- major: 1
minor: 8
contract: v1beta1
Expand Down

0 comments on commit b1ec601

Please sign in to comment.