Skip to content
Open
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
1 change: 1 addition & 0 deletions config/crd/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ labels:
- pairs:
# Mapping from CAPI contract to CAPO API versions.
cluster.x-k8s.io/v1beta1: v1beta1
cluster.x-k8s.io/v1beta2: v1beta1

# This kustomization.yaml is not intended to be run by itself,
# since it depends on service name and namespace that are out of this kustomize package.
Expand Down
6 changes: 3 additions & 3 deletions test/e2e/data/e2e_conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ providers:
contract: v1beta2
replacements:
- old: --metrics-addr=127.0.0.1:8080
new: --metrics-addr=:8080
new: "--metrics-addr=:8080\n - --v=4"
files:
- sourcePath: "../data/shared/capi/metadata.yaml"
# For clusterctl upgrade test
Expand Down Expand Up @@ -56,7 +56,7 @@ providers:
contract: v1beta2
replacements:
- old: --metrics-addr=127.0.0.1:8080
new: --metrics-addr=:8080
new: "--metrics-addr=:8080\n - --v=4"
files:
- sourcePath: "../data/shared/capi/metadata.yaml"
# For clusterctl upgrade test
Expand Down Expand Up @@ -89,7 +89,7 @@ providers:
contract: v1beta2
replacements:
- old: --metrics-addr=127.0.0.1:8080
new: --metrics-addr=:8080
new: "--metrics-addr=:8080\n - --v=4"
files:
- sourcePath: "../data/shared/capi/metadata.yaml"
# For clusterctl upgrade test
Expand Down