diff --git a/.github/workflows/admission_webhook_test.yaml b/.github/workflows/admission_webhook_test.yaml index 9bf34b12f4..8d106f7b30 100644 --- a/.github/workflows/admission_webhook_test.yaml +++ b/.github/workflows/admission_webhook_test.yaml @@ -25,9 +25,7 @@ jobs: run: kind create cluster --config tests/gh-actions/kind-cluster.yaml - name: Install Calico - run: | - chmod +x ./tests/gh-actions/install_calico.sh - ./tests/gh-actions/install_calico.sh + run: ./tests/gh-actions/install_calico.sh - name: Install kustomize run: ./tests/gh-actions/install_kustomize.sh diff --git a/.github/workflows/bentoml_test.yaml b/.github/workflows/bentoml_test.yaml index 96922cc982..2cd0e31865 100644 --- a/.github/workflows/bentoml_test.yaml +++ b/.github/workflows/bentoml_test.yaml @@ -24,9 +24,7 @@ jobs: run: kind create cluster --config tests/gh-actions/kind-cluster.yaml - name: Install Calico - run: | - chmod +x ./tests/gh-actions/install_calico.sh - ./tests/gh-actions/install_calico.sh + run: ./tests/gh-actions/install_calico.sh - name: Install kustomize run: ./tests/gh-actions/install_kustomize.sh diff --git a/.github/workflows/centraldashboard_test.yaml b/.github/workflows/centraldashboard_test.yaml index c970bd79e0..db72f4b49b 100644 --- a/.github/workflows/centraldashboard_test.yaml +++ b/.github/workflows/centraldashboard_test.yaml @@ -23,9 +23,7 @@ jobs: run: kind create cluster --config tests/gh-actions/kind-cluster.yaml - name: Install Calico - run: | - chmod +x ./tests/gh-actions/install_calico.sh - ./tests/gh-actions/install_calico.sh + run: ./tests/gh-actions/install_calico.sh - name: Install kustomize run: ./tests/gh-actions/install_kustomize.sh diff --git a/.github/workflows/dex_test.yaml b/.github/workflows/dex_test.yaml index 127f57c43a..d7c632c708 100644 --- a/.github/workflows/dex_test.yaml +++ b/.github/workflows/dex_test.yaml @@ -23,9 +23,7 @@ jobs: run: kind create cluster --config tests/gh-actions/kind-cluster.yaml - name: Install Calico - run: | - chmod +x ./tests/gh-actions/install_calico.sh - ./tests/gh-actions/install_calico.sh + run: ./tests/gh-actions/install_calico.sh - name: Install kustomize run: ./tests/gh-actions/install_kustomize.sh diff --git a/.github/workflows/jupyter_web_application_test.yaml b/.github/workflows/jupyter_web_application_test.yaml index 2b029aaa99..21f794754f 100644 --- a/.github/workflows/jupyter_web_application_test.yaml +++ b/.github/workflows/jupyter_web_application_test.yaml @@ -23,9 +23,7 @@ jobs: run: kind create cluster --config tests/gh-actions/kind-cluster.yaml - name: Install Calico - run: | - chmod +x ./tests/gh-actions/install_calico.sh - ./tests/gh-actions/install_calico.sh + run: ./tests/gh-actions/install_calico.sh - name: Install kustomize run: ./tests/gh-actions/install_kustomize.sh diff --git a/.github/workflows/katib_test.yaml b/.github/workflows/katib_test.yaml index 395bf9aa37..6d72626aa6 100644 --- a/.github/workflows/katib_test.yaml +++ b/.github/workflows/katib_test.yaml @@ -25,9 +25,7 @@ jobs: run: kind create cluster --config tests/gh-actions/kind-cluster.yaml - name: Install Calico - run: | - chmod +x ./tests/gh-actions/install_calico.sh - ./tests/gh-actions/install_calico.sh + run: ./tests/gh-actions/install_calico.sh - name: Install kustomize run: ./tests/gh-actions/install_kustomize.sh diff --git a/.github/workflows/metacontroller_test.yaml b/.github/workflows/metacontroller_test.yaml index af466c6773..fe600ccc0d 100644 --- a/.github/workflows/metacontroller_test.yaml +++ b/.github/workflows/metacontroller_test.yaml @@ -26,9 +26,7 @@ jobs: run: kind create cluster --config ./tests/gh-actions/kind-cluster.yaml - name: Install Calico - run: | - chmod +x ./tests/gh-actions/install_calico.sh - ./tests/gh-actions/install_calico.sh + run: ./tests/gh-actions/install_calico.sh - name: Install kustomize run: ./tests/gh-actions/install_kustomize.sh diff --git a/.github/workflows/model_registry_test.yaml b/.github/workflows/model_registry_test.yaml index f9ce6c4e9e..6f2019b935 100644 --- a/.github/workflows/model_registry_test.yaml +++ b/.github/workflows/model_registry_test.yaml @@ -24,9 +24,7 @@ jobs: run: kind create cluster --config tests/gh-actions/kind-cluster.yaml - name: Install Calico - run: | - chmod +x ./tests/gh-actions/install_calico.sh - ./tests/gh-actions/install_calico.sh + run: ./tests/gh-actions/install_calico.sh - name: Install kubectl run: ./tests/gh-actions/install_kubectl.sh diff --git a/.github/workflows/notebook_controller_m2m_test.yaml b/.github/workflows/notebook_controller_m2m_test.yaml index 179114fd26..ddb424c7ca 100644 --- a/.github/workflows/notebook_controller_m2m_test.yaml +++ b/.github/workflows/notebook_controller_m2m_test.yaml @@ -26,9 +26,7 @@ jobs: run: kind create cluster --config tests/gh-actions/kind-cluster.yaml - name: Install Calico - run: | - chmod +x ./tests/gh-actions/install_calico.sh - ./tests/gh-actions/install_calico.sh + run: ./tests/gh-actions/install_calico.sh - name: Install kubectl run: ./tests/gh-actions/install_kubectl.sh diff --git a/.github/workflows/notebook_controller_test.yaml b/.github/workflows/notebook_controller_test.yaml index 5c9cfceb39..277a4c0d5b 100644 --- a/.github/workflows/notebook_controller_test.yaml +++ b/.github/workflows/notebook_controller_test.yaml @@ -24,9 +24,7 @@ jobs: run: kind create cluster --config tests/gh-actions/kind-cluster.yaml - name: Install Calico - run: | - chmod +x ./tests/gh-actions/install_calico.sh - ./tests/gh-actions/install_calico.sh + run: ./tests/gh-actions/install_calico.sh - name: Install kustomize run: ./tests/gh-actions/install_kustomize.sh diff --git a/.github/workflows/pipeline_run_from_notebook.yaml b/.github/workflows/pipeline_run_from_notebook.yaml index ffda3e80f8..917ee4163d 100644 --- a/.github/workflows/pipeline_run_from_notebook.yaml +++ b/.github/workflows/pipeline_run_from_notebook.yaml @@ -30,9 +30,7 @@ jobs: run: kind create cluster --config tests/gh-actions/kind-cluster.yaml - name: Install Calico - run: | - chmod +x ./tests/gh-actions/install_calico.sh - ./tests/gh-actions/install_calico.sh + run: ./tests/gh-actions/install_calico.sh - name: Install kustomize run: ./tests/gh-actions/install_kustomize.sh diff --git a/.github/workflows/profiles_test.yaml b/.github/workflows/profiles_test.yaml index 36b5ad4ee8..23129d0363 100644 --- a/.github/workflows/profiles_test.yaml +++ b/.github/workflows/profiles_test.yaml @@ -24,9 +24,7 @@ jobs: run: kind create cluster --config tests/gh-actions/kind-cluster.yaml - name: Install Calico - run: | - chmod +x ./tests/gh-actions/install_calico.sh - ./tests/gh-actions/install_calico.sh + run: ./tests/gh-actions/install_calico.sh - name: Install kustomize run: ./tests/gh-actions/install_kustomize.sh diff --git a/.github/workflows/ray_test.yaml b/.github/workflows/ray_test.yaml index 275c84fbbf..46cd58c86a 100644 --- a/.github/workflows/ray_test.yaml +++ b/.github/workflows/ray_test.yaml @@ -21,9 +21,7 @@ jobs: run: kind create cluster --config tests/gh-actions/kind-cluster.yaml - name: Install Calico - run: | - chmod +x ./tests/gh-actions/install_calico.sh - ./tests/gh-actions/install_calico.sh + run: ./tests/gh-actions/install_calico.sh - name: Install kustomize run: ./tests/gh-actions/install_kustomize.sh diff --git a/.github/workflows/seldon_test.yaml b/.github/workflows/seldon_test.yaml index 68448d1361..2cdcb3412f 100644 --- a/.github/workflows/seldon_test.yaml +++ b/.github/workflows/seldon_test.yaml @@ -26,9 +26,7 @@ jobs: run: kind create cluster --config tests/gh-actions/kind-cluster.yaml - name: Install Calico - run: | - chmod +x ./tests/gh-actions/install_calico.sh - ./tests/gh-actions/install_calico.sh + run: ./tests/gh-actions/install_calico.sh - name: Install kustomize run: ./tests/gh-actions/install_kustomize.sh diff --git a/.github/workflows/tensorboard_controller_test.yaml b/.github/workflows/tensorboard_controller_test.yaml index 2165fb1b45..e83a13ea2f 100644 --- a/.github/workflows/tensorboard_controller_test.yaml +++ b/.github/workflows/tensorboard_controller_test.yaml @@ -24,9 +24,7 @@ jobs: run: kind create cluster --config tests/gh-actions/kind-cluster.yaml - name: Install Calico - run: | - chmod +x ./tests/gh-actions/install_calico.sh - ./tests/gh-actions/install_calico.sh + run: ./tests/gh-actions/install_calico.sh - name: Install kustomize run: ./tests/gh-actions/install_kustomize.sh diff --git a/.github/workflows/tensorboards_web_application_test.yaml b/.github/workflows/tensorboards_web_application_test.yaml index 595537daf5..2cfe7d10be 100644 --- a/.github/workflows/tensorboards_web_application_test.yaml +++ b/.github/workflows/tensorboards_web_application_test.yaml @@ -24,9 +24,7 @@ jobs: run: kind create cluster --config tests/gh-actions/kind-cluster.yaml - name: Install Calico - run: | - chmod +x ./tests/gh-actions/install_calico.sh - ./tests/gh-actions/install_calico.sh + run: ./tests/gh-actions/install_calico.sh - name: Install kustomize run: ./tests/gh-actions/install_kustomize.sh diff --git a/.github/workflows/training_operator_test.yaml b/.github/workflows/training_operator_test.yaml index 989ce1aaaa..418bbfbc0b 100644 --- a/.github/workflows/training_operator_test.yaml +++ b/.github/workflows/training_operator_test.yaml @@ -25,9 +25,7 @@ jobs: run: kind create cluster --config tests/gh-actions/kind-cluster.yaml - name: Install Calico - run: | - chmod +x ./tests/gh-actions/install_calico.sh - ./tests/gh-actions/install_calico.sh + run: ./tests/gh-actions/install_calico.sh - name: Install kustomize run: ./tests/gh-actions/install_kustomize.sh diff --git a/.github/workflows/volumes_web_application_test.yaml b/.github/workflows/volumes_web_application_test.yaml index 77e892e1db..8ac74fb476 100644 --- a/.github/workflows/volumes_web_application_test.yaml +++ b/.github/workflows/volumes_web_application_test.yaml @@ -24,9 +24,7 @@ jobs: run: kind create cluster --config tests/gh-actions/kind-cluster.yaml - name: Install Calico - run: | - chmod +x ./tests/gh-actions/install_calico.sh - ./tests/gh-actions/install_calico.sh + run: ./tests/gh-actions/install_calico.sh - name: Install kustomize run: ./tests/gh-actions/install_kustomize.sh diff --git a/README.md b/README.md index 46ba457a36..0f834b9819 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,9 @@ The `example` directory contains an example kustomization for the single command cat <