Merge pull request #460 from kubenetworks/chore/update-bookinfo-resource

chore: update bookinfo resource
This commit is contained in:
naison
2025-03-10 22:00:30 +08:00
committed by GitHub
parent f0694efeda
commit 4547e84de9
2 changed files with 30 additions and 23 deletions

View File

@@ -76,6 +76,7 @@ jobs:
run: |
kubectl wait pods -l app=reviews --for=condition=Ready --timeout=3600s
kubectl wait pods -l app=productpage --for=condition=Ready --timeout=3600s
kubectl wait pods -l app=authors --for=condition=Ready --timeout=3600s
kubectl get svc -A -o wide
kubectl get pod -A -o wide
kubectl get all -o wide
@@ -149,6 +150,7 @@ jobs:
run: |
kubectl wait pods -l app=reviews --for=condition=Ready --timeout=3600s
kubectl wait pods -l app=productpage --for=condition=Ready --timeout=3600s
kubectl wait pods -l app=authors --for=condition=Ready --timeout=3600s
kubectl get svc -A -o wide || true
kubectl get pod -A -o wide || true
kubectl get all -o wide || true
@@ -161,6 +163,8 @@ jobs:
windows:
runs-on: windows-latest
env:
VERSION: ${{ github.event.pull_request.head.sha || github.sha }}
needs: [ "image" ]
steps:
- uses: actions/checkout@v4
@@ -193,4 +197,7 @@ jobs:
choco install make
- name: Build
run: make kubevpn-windows-amd64
run: |
make kubevpn-windows-amd64
./bin/kubevpn.exe version
./bin/kubevpn.exe status