-
Notifications
You must be signed in to change notification settings - Fork 430
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4413 from CecileRobertMichon/ccm-caaph
Use CAAPH to install cloud-provider-azure in tests
- Loading branch information
Showing
69 changed files
with
1,426 additions
and
2,015 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
templates/addons/cluster-api-helm/cloud-provider-azure-ci.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
apiVersion: addons.cluster.x-k8s.io/v1alpha1 | ||
kind: HelmChartProxy | ||
metadata: | ||
name: cloud-provider-azure-chart-ci | ||
spec: | ||
clusterSelector: | ||
matchLabels: | ||
cloud-provider: "azure-ci" | ||
repoURL: https://raw.githubusercontent.com/kubernetes-sigs/cloud-provider-azure/master/helm/repo | ||
chartName: cloud-provider-azure | ||
releaseName: cloud-provider-azure-oot | ||
valuesTemplate: | | ||
infra: | ||
clusterName: {{ .Cluster.metadata.name }} | ||
cloudControllerManager: | ||
cloudConfig: ${CLOUD_CONFIG:-"/etc/kubernetes/azure.json"} | ||
cloudConfigSecretName: ${CONFIG_SECRET_NAME:-""} | ||
clusterCIDR: {{ .Cluster.spec.clusterNetwork.pods.cidrBlocks | join "," }} | ||
imageName: ${CCM_IMAGE_NAME:-""} | ||
imageRepository: ${IMAGE_REGISTRY:-""} | ||
imageTag: ${IMAGE_TAG_CCM:-""} | ||
logVerbosity: ${CCM_LOG_VERBOSITY:-4} | ||
replicas: ${CCM_COUNT:-1} | ||
enableDynamicReloading: ${ENABLE_DYNAMIC_RELOADING:-false} | ||
cloudNodeManager: | ||
imageName: ${CNM_IMAGE_NAME:-""} | ||
imageRepository: ${IMAGE_REGISTRY:-""} | ||
imageTag: ${IMAGE_TAG_CNM:-""} |
18 changes: 18 additions & 0 deletions
18
templates/addons/cluster-api-helm/cloud-provider-azure-flatcar.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
apiVersion: addons.cluster.x-k8s.io/v1alpha1 | ||
kind: HelmChartProxy | ||
metadata: | ||
name: cloud-provider-azure-chart-flatcar | ||
spec: | ||
clusterSelector: | ||
matchLabels: | ||
cloud-provider: "azure-flatcar" | ||
repoURL: https://raw.githubusercontent.com/kubernetes-sigs/cloud-provider-azure/master/helm/repo | ||
chartName: cloud-provider-azure | ||
releaseName: cloud-provider-azure-oot | ||
valuesTemplate: | | ||
infra: | ||
clusterName: {{ .Cluster.metadata.name }} | ||
cloudControllerManager: | ||
clusterCIDR: {{ .Cluster.spec.clusterNetwork.pods.cidrBlocks | join "," }} | ||
logVerbosity: 4 | ||
caCertDir: /usr/share/ca-certificates |
17 changes: 17 additions & 0 deletions
17
templates/addons/cluster-api-helm/cloud-provider-azure.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
apiVersion: addons.cluster.x-k8s.io/v1alpha1 | ||
kind: HelmChartProxy | ||
metadata: | ||
name: cloud-provider-azure-chart | ||
spec: | ||
clusterSelector: | ||
matchLabels: | ||
cloud-provider: "azure" | ||
repoURL: https://raw.githubusercontent.com/kubernetes-sigs/cloud-provider-azure/master/helm/repo | ||
chartName: cloud-provider-azure | ||
releaseName: cloud-provider-azure-oot | ||
valuesTemplate: | | ||
infra: | ||
clusterName: {{ .Cluster.metadata.name }} | ||
cloudControllerManager: | ||
clusterCIDR: {{ .Cluster.spec.clusterNetwork.pods.cidrBlocks | join "," }} | ||
logVerbosity: 4 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
50 changes: 50 additions & 0 deletions
50
templates/test/ci/cluster-template-prow-ci-version-dual-stack.yaml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
50 changes: 50 additions & 0 deletions
50
templates/test/ci/cluster-template-prow-ci-version-ipv6.yaml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.