SAME-Project / same-project

https://sameproject.ml/
Apache License 2.0
20 stars 8 forks source link

Comments on the first two steps of the instructions/walkthrough #64

Open aronchick opened 2 years ago

aronchick commented 2 years ago

cc @lukemarsden

Notes: Flow #1: (https://sameproject.ml/getting-started/installing/)

export NAMESPACE=kubeflow

kustomize build common/kubeflow-namespace/base | kubectl apply --namespace=$NAMESPACE -f - kustomize build common/kubeflow-roles/base | kubectl apply --namespace=$NAMESPACE -f - kustomize build common/istio-1-11/istio-crds/base | kubectl apply --namespace=$NAMESPACE -f - kustomize build common/istio-1-11/istio-namespace/base | kubectl apply --namespace=$NAMESPACE -f - kustomize build common/istio-1-11/istio-install/base | kubectl apply --namespace=$NAMESPACE -f - kustomize build common/istio-1-11/kubeflow-istio-resources/base | kubectl apply --namespace=$NAMESPACE -f -

export PIPELINE_VERSION=1.8.1 kubectl apply -k "github.com/kubeflow/pipelines/manifests/kustomize/cluster-scoped-resources?ref=$PIPELINE_VERSION" --namespace=$NAMESPACE kubectl wait --for condition=established --timeout=60s crd/applications.app.k8s.io --namespace=$NAMESPACE kubectl apply -k "github.com/kubeflow/pipelines/manifests/kustomize/env/dev?ref=$PIPELINE_VERSION" --namespace=$NAMESPACE

Flow #2: (https://sameproject.ml/getting-started/first-notebook/)