Skip to content

k8s-mig-operator-0.1.1

Latest
Compare
Choose a tag to compare
@Addyvan Addyvan released this 21 Aug 19:44
· 20 commits to master since this release

A lightweight python operator for managing mig instances.

helm repo add k8s-mig-operator https://riskfuel.github.io/k8s-mig-operator/
helm repo update
helm install mig-operator k8s-mig-operator/k8s-mig-operator \
  --version=0.1.1 \
  --set deployNamespace=default \
  --set dryRun=false \
  --set allowNodeReset=true \
  --set sshSecretName=migoperator-secret \
  --set deployNvidiaPlugins=true \
  --set operatorName=example-mig-operator \
  --set operatorNamespace=default \
  --set image=riskfuel/k8s-mig-operator:0.1.1