You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl -Lo v1.4.0.tar.gz https://github.com/kubeflow/manifests/archive/refs/tags/v1.4.0.tar.gz
tar xzf v1.4.0.tar.gz
// we copy this file into manifests-1.4.0 for simplify installation process
copy kustomize.v3.2.3 manifests-1.4.0\kustomize.v3.2.3
cd manifests-1.4.0
kustomize.v3.2.3 build --load_restrictor=none example > yaml.yaml
cd ..
kubectl apply -f manifests-1.4.0\yaml.yaml # maybe we need to run this multiple times