elotl / kip

Virtual-kubelet provider running pods in cloud instances
Apache License 2.0
223 stars 14 forks source link

Refactor templates #126

Closed ldx closed 4 years ago

ldx commented 4 years ago

The goal is to make it easier to override parameters that apply to every resource we deploy, such as the namespace, name prefixes and suffixes.

Note: unfortunately, we can't use kubectl kustomize or kubectl apply -k anymore, since it comes with an old version of kustomize built in. I added kustomize to our build, and also updated our docs.