File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 3737 config : kind-config.yaml
3838 enable_cloud_provider : true
3939
40- # - name: Set up cloud-provider-kind
41- # run: |
42- # wget -O cloud-provider-kind.tar.gz https://github.com/kubernetes-sigs/cloud-provider-kind/releases/download/v0.6.0/cloud-provider-kind_0.6.0_linux_amd64.tar.gz
43- # mkdir -p cloud-provider-kind-tmp
44- # tar -xzf cloud-provider-kind.tar.gz -C cloud-provider-kind-tmp
45- # chmod +x cloud-provider-kind-tmp/cloud-provider-kind
46- # sudo mv cloud-provider-kind-tmp/cloud-provider-kind /usr/local/bin/
47- # rm -rf cloud-provider-kind-tmp cloud-provider-kind.tar.gz
48-
49- # - name: Start Cloud Provider
50- # run: |
51- # cloud-provider-kind &
52-
5340 - name : Apply manifests
5441 run : |
5542 kubectl apply -f deployment.yaml
You can’t perform that action at this time.
0 commit comments