Skip to content
Snippets Groups Projects
Unverified Commit 832dadca authored by Hung-Han (Henry) Chen's avatar Hung-Han (Henry) Chen
Browse files

Gave up

parent 44da99d4
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,6 @@ jobs: ...@@ -52,7 +52,6 @@ jobs:
- run: | - run: |
kubectl cluster-info kubectl cluster-info
kubectl get nodes kubectl get nodes
kubectl describe configmap local-path-config -n local-path-storage
- name: Set up Helm - name: Set up Helm
uses: azure/setup-helm@v3 uses: azure/setup-helm@v3
...@@ -105,9 +104,6 @@ jobs: ...@@ -105,9 +104,6 @@ jobs:
sleep 40 sleep 40
kubectl get pods -n $HELM_NAMESPACE kubectl get pods -n $HELM_NAMESPACE
echo "model binary files downloaded to host node at /var/local-path-provisioner:"
ls /var/local-path-provisioner
- name: Ask the AI for a joke - name: Ask the AI for a joke
run: | run: |
kubectl port-forward svc/$HELM_RELEASE_NAME 8000:8000 & kubectl port-forward svc/$HELM_RELEASE_NAME 8000:8000 &
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment