ray/release/kubernetes_manual_tests/helm-test.sh

8 lines
368 B
Bash
Executable file

#!/bin/bash
set -x
kubectl create namespace helm-test
kubectl create namespace helm-test2
KUBERNETES_OPERATOR_TEST_NAMESPACE=helm-test KUBERNETES_OPERATOR_TEST_IMAGE="$IMAGE" python ../../python/ray/tests/kubernetes_e2e/test_helm.py
kubectl delete namespace helm-test
kubectl delete namespace helm-test2
kubectl delete -f ../../deploy/charts/ray/crds/cluster_crd.yaml