projectriff-archive / cnab-k8s-installer-base

A CNAB bundle that allows creation of other declarative CNAB bundles
Apache License 2.0
0 stars 6 forks source link

support minikube #16

Closed sbawaska closed 5 years ago

sbawaska commented 5 years ago

Replace occurrances of LoadBalancer with NodePort in the manifest when one of the following is true:

  1. There is a node named "minikube" in the cluster
  2. There is a node named "docker-for-desktop" in the cluster
  3. The user has specified the parameter NODE_PORT=true while installing the bundle. something like: duffle bundle install -s node-port=true

Refactored the ability to patch the manifest, which is also used to apply labels.

closes #15