Difference between revisions of "MLRun Kubernetes installation"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
  kubectl create namespace mlrun
 
  kubectl create namespace mlrun
 
  [[helm repo add]] v3io-stable https://v3io.github.io/helm-charts/stable
 
  [[helm repo add]] v3io-stable https://v3io.github.io/helm-charts/stable
  kubectl --namespace mlrun [[create secret]] docker-registry registry-credentials \
+
  kubectl --namespace mlrun [[create secret docker-registry]] registry-credentials \
 
     --docker-server <your-registry-server> \
 
     --docker-server <your-registry-server> \
 
     --docker-username <your-username> \
 
     --docker-username <your-username> \
 
     --docker-password <your-password> \
 
     --docker-password <your-password> \
 
     --docker-email <your-email>
 
     --docker-email <your-email>

Revision as of 06:04, 10 August 2022

kubectl create namespace mlrun
helm repo add v3io-stable https://v3io.github.io/helm-charts/stable
kubectl --namespace mlrun create secret docker-registry registry-credentials \
   --docker-server <your-registry-server> \
   --docker-username <your-username> \
   --docker-password <your-password> \
   --docker-email <your-email>

Advertising: