Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cluster: Allow deploying on external cluster
Allows to deploy Multus dynamic networks controller on external provider. Deploys fixed multus release (doesnt build latest as this repo usually do). Usage: export CLUSTER_TYPE=external export KUBECONFIG=<kubeconfig> export IMAGE_REGISTRY=quay.io/<your_quay> export MULTUS_VERSION=v4.1.1 If CRIO is used, use export CRI=crio (works also for non external clusters). If You don't want to deploy multus at all use (you must deploy it yourself as the controller depends on it) export SKIP_MULTUS_DEPLOYMENT=true (supported only for external clusters) Signed-off-by: Or Shoval <[email protected]>
- Loading branch information