Skip to content

Commit

Permalink
remove outdated --cloud-provider flag references
Browse files Browse the repository at this point in the history
  • Loading branch information
0xch4z committed Aug 3, 2021
1 parent b515853 commit fcf17a0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Makefile
Expand Up @@ -68,7 +68,6 @@ run: build
dist/linode-cloud-controller-manager \
--logtostderr=true \
--stderrthreshold=INFO \
--cloud-provider=linode \
--kubeconfig=${KUBECONFIG}

.PHONY: run-debug
Expand All @@ -77,7 +76,6 @@ run-debug: build
dist/linode-cloud-controller-manager \
--logtostderr=true \
--stderrthreshold=INFO \
--cloud-provider=linode \
--kubeconfig=${KUBECONFIG} \
--linodego-debug

1 change: 0 additions & 1 deletion deploy/ccm-linode-template.yaml
Expand Up @@ -101,7 +101,6 @@ spec:
imagePullPolicy: Always
name: ccm-linode
args:
- --cloud-provider=linode
- --leader-elect-resource-lock=endpoints
- --v=3
- --port=0
Expand Down

0 comments on commit fcf17a0

Please sign in to comment.