Skip to content

Commit

Permalink
Merge pull request #2947 from CecileRobertMichon/fix-vmss-csi-driver
Browse files Browse the repository at this point in the history
Add CSI proxy and containerd logger to machine pool test templates
  • Loading branch information
k8s-ci-robot authored Dec 16, 2022
2 parents a60f1cd + 80a7921 commit c1b8d85
Show file tree
Hide file tree
Showing 4 changed files with 480 additions and 0 deletions.
158 changes: 158 additions & 0 deletions templates/test/ci/cluster-template-prow-machine-pool-ci-version.yaml

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

158 changes: 158 additions & 0 deletions templates/test/ci/cluster-template-prow-machine-pool.yaml

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

6 changes: 6 additions & 0 deletions templates/test/ci/prow-machine-pool/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ configMapGenerator:
files:
- windows-cni=../../../addons/windows/calico/calico.yaml
- proxy=../../../addons/windows/calico/kube-proxy-windows.yaml
- name: csi-proxy-addon
files:
- csi-proxy=../../../addons/windows/csi-proxy/csi-proxy.yaml
- name: containerd-logger-${CLUSTER_NAME}
files:
- containerd-windows-logger=../../../addons/windows/containerd-logging/containerd-logger.yaml
generatorOptions:
disableNameSuffixHash: true
labels:
Expand Down
Loading

0 comments on commit c1b8d85

Please sign in to comment.