Skip to content

Commit

Permalink
chore(ray): remove old helm command way to deploy ray (#17985)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao authored Jul 12, 2024
1 parent f8a0771 commit 41f5f8b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 48 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ curl --silent --fail --show-error --location --output "/tmp/$KAFKA_PLUGIN_NAME/r
# Build
unzip -q "/tmp/$KAFKA_PLUGIN_NAME/raw/confluentinc-kafka-connect-avro-converter-$CONFLUENT_KAFKA_CONNECT_AVRO_CONVERTER_VERSION.zip" -d "/tmp/$KAFKA_PLUGIN_NAME/process/"
cp -R "/tmp/$KAFKA_PLUGIN_NAME/process/confluentinc-kafka-connect-avro-converter-$CONFLUENT_KAFKA_CONNECT_AVRO_CONVERTER_VERSION/lib/." "/tmp/$KAFKA_PLUGIN_NAME/jar/"
rm -f "$LOCAL_DIR_PATH/$LOCAL_FILE_NAME"
zip -q --recurse-paths --junk-paths "$LOCAL_DIR_PATH/$LOCAL_FILE_NAME" "/tmp/$KAFKA_PLUGIN_NAME/jar/"

# Clean
Expand Down
2 changes: 0 additions & 2 deletions kubernetes/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,6 @@ kubectl-port-forward-rasa:
kubectl port-forward service/hm-release-postgresql-headless --namespace=hm-rasa 35785:5432
kubectl port-forward service/hm-release-redis-master --namespace=hm-rasa 6379:6379
kubectl port-forward service/hm-release-rasa-action-server --namespace=hm-rasa-action-server 5055:5055
kubectl-port-forward-ray:
kubectl port-forward service/ray-cluster-kuberay-head-svc --namespace=hm-ray 31596:8265
kubectl-port-forward-kubecost:
kubectl port-forward service/kubecost-cost-analyzer --namespace=hm-kubecost 9090:9090
kubectl-port-forward-polaris:
Expand Down
26 changes: 0 additions & 26 deletions kubernetes/bin/utils/install_ray.sh

This file was deleted.

20 changes: 0 additions & 20 deletions kubernetes/manifests/ray/helm/my-values.yaml

This file was deleted.

0 comments on commit 41f5f8b

Please sign in to comment.