Skip to content

Commit

Permalink
test/e2e: Add the e2e tests for flatcar-sysext
Browse files Browse the repository at this point in the history
Signed-off-by: Sayan Chowdhury <[email protected]>
Signed-off-by: Mathieu Tortuyaux <[email protected]>
  • Loading branch information
sayanchowdhury authored and tormath1 committed Oct 22, 2024
1 parent 9ee7645 commit 0c40781
Show file tree
Hide file tree
Showing 7 changed files with 483 additions and 1 deletion.
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-sysext
spec:
clusterSelector:
matchLabels:
cloud-provider: "azure-flatcar-sysext"
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
2 changes: 1 addition & 1 deletion templates/cluster-template-flatcar-sysext.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0c40781

Please sign in to comment.