linode-cloud-controller-manager icon indicating copy to clipboard operation
linode-cloud-controller-manager copied to clipboard

Update CCM deployment manifest to use Kustomize

Open thorn3r opened this issue 4 years ago • 0 comments

The Linode blockstorage CSI driver's deployment manifest is generated using Kustomize. Currently, the CCM uses a shell script to generate the CCM manifest. It would be nice to update the CCM manifest to use Kustomize, to be in-line with the Linode CSI.

Here is an example of a kustomize plugin which allows dynamic generation of kustomize manifests, which may be helpful in providing some of the functionality of the current shell script, such as inserting tokens: https://github.com/asauber/kustomize-pubkey

thorn3r avatar Dec 18 '20 20:12 thorn3r