Skip to content

Commit

Permalink
Set cluster api version to 1.1.5 in e2e config
Browse files Browse the repository at this point in the history
  • Loading branch information
sedefsavas committed Jul 28, 2022
1 parent 7b51921 commit b581910
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 48 deletions.
43 changes: 1 addition & 42 deletions test/e2e/data/e2e_conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,6 @@ providers:
new: "imagePullPolicy: IfNotPresent"
- old: --metrics-bind-addr=127.0.0.1:8080
new: --metrics-bind-addr=:8080
- name: v1.1.99 # next; use manifest from source files
value: "https://storage.googleapis.com/artifacts.k8s-staging-cluster-api.appspot.com/components/nightly_main_20220216/core-components.yaml"
type: "url"
contract: v1beta1
files:
- sourcePath: "./shared/v1beta1/metadata.yaml"
replacements:
- old: "imagePullPolicy: Always"
new: "imagePullPolicy: IfNotPresent"
- old: --metrics-bind-addr=127.0.0.1:8080
new: --metrics-bind-addr=:8080
- name: kubeadm
type: BootstrapProvider
files:
Expand Down Expand Up @@ -98,18 +87,6 @@ providers:
new: "imagePullPolicy: IfNotPresent"
- old: --metrics-bind-addr=127.0.0.1:8080
new: --metrics-bind-addr=:8080
- name: v1.1.99 # next; use manifest from source files
value: "https://storage.googleapis.com/artifacts.k8s-staging-cluster-api.appspot.com/components/nightly_main_20220216/bootstrap-components.yaml"
type: "url"
contract: v1beta1
files:
- sourcePath: "./shared/v1beta1/metadata.yaml"
replacements:
- old: "imagePullPolicy: Always"
new: "imagePullPolicy: IfNotPresent"
- old: --metrics-bind-addr=127.0.0.1:8080
new: --metrics-bind-addr=:8080

- name: kubeadm
type: ControlPlaneProvider
files:
Expand Down Expand Up @@ -138,17 +115,6 @@ providers:
new: "imagePullPolicy: IfNotPresent"
- old: --metrics-bind-addr=127.0.0.1:8080
new: --metrics-bind-addr=:8080
- name: v1.1.99 # next; use manifest from source files
value: "https://storage.googleapis.com/artifacts.k8s-staging-cluster-api.appspot.com/components/nightly_main_20220216/control-plane-components.yaml"
type: "url"
contract: v1beta1
files:
- sourcePath: "./shared/v1beta1/metadata.yaml"
replacements:
- old: "imagePullPolicy: Always"
new: "imagePullPolicy: IfNotPresent"
- old: --metrics-bind-addr=127.0.0.1:8080
new: --metrics-bind-addr=:8080
- name: aws
type: InfrastructureProvider
versions:
Expand All @@ -159,14 +125,7 @@ providers:
files:
- sourcePath: "./shared/v1alpha4_provider/metadata.yaml"
- sourcePath: "./infrastructure-aws/capi-upgrades/v1alpha4/cluster-template.yaml"
- name: v1.2.0 # latest published release in the v1alpha4 series; this is used for v1alpha4 --> v1beta1 clusterctl upgrades test only.
value: "https://github.com/kubernetes-sigs/cluster-api-provider-aws/releases/download/v1.2.0/infrastructure-components.yaml"
type: "url"
contract: v1beta1
files:
- sourcePath: "./shared/v1beta1_provider/metadata.yaml"
- sourcePath: "./infrastructure-aws/generated/cluster-template.yaml"
- name: v1.2.99
- name: v1.4.99
# Use manifest from source files
value: ../../../config/default
contract: v1beta1
Expand Down
12 changes: 6 additions & 6 deletions test/e2e/data/e2e_eks_conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ providers:
new: "imagePullPolicy: IfNotPresent"
- old: --metrics-bind-addr=127.0.0.1:8080
new: --metrics-bind-addr=:8080
- name: v1.1.99 # next;
value: "https://storage.googleapis.com/artifacts.k8s-staging-cluster-api.appspot.com/components/nightly_main_20220216/core-components.yaml"
- name: v1.2.99 # next;
value: "https://storage.googleapis.com/artifacts.k8s-staging-cluster-api.appspot.com/components/nightly_main_20220725/core-components.yaml"
type: "url"
contract: v1beta1
files:
Expand Down Expand Up @@ -115,8 +115,8 @@ providers:
new: "imagePullPolicy: IfNotPresent"
- old: --metrics-bind-addr=127.0.0.1:8080
new: --metrics-bind-addr=:8080
- name: v1.1.99 # next;
value: "https://storage.googleapis.com/artifacts.k8s-staging-cluster-api.appspot.com/components/nightly_main_20220216/bootstrap-components.yaml"
- name: v1.2.99 # next;
value: "https://storage.googleapis.com/artifacts.k8s-staging-cluster-api.appspot.com/components/nightly_main_20220725/bootstrap-components.yaml"
type: "url"
contract: v1beta1
files:
Expand Down Expand Up @@ -163,8 +163,8 @@ providers:
new: "imagePullPolicy: IfNotPresent"
- old: --metrics-bind-addr=127.0.0.1:8080
new: --metrics-bind-addr=:8080
- name: v1.1.99 # next;
value: "https://storage.googleapis.com/artifacts.k8s-staging-cluster-api.appspot.com/components/nightly_main_20220216/control-plane-components.yaml"
- name: v1.2.99 # next;
value: "https://storage.googleapis.com/artifacts.k8s-staging-cluster-api.appspot.com/components/nightly_main_20220725/control-plane-components.yaml"
type: "url"
contract: v1beta1
files:
Expand Down
6 changes: 6 additions & 0 deletions test/e2e/data/shared/v1beta1_provider/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ releaseSeries:
- major: 1
minor: 2
contract: v1beta1
- major: 1
minor: 3
contract: v1beta1
- major: 1
minor: 4
contract: v1beta1

0 comments on commit b581910

Please sign in to comment.