Skip to content

Commit

Permalink
feat: init k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
earayu committed Nov 5, 2024
1 parent ee8c717 commit 0a3d5e7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/wescale_wesql_performance_kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,14 @@ jobs:
kubectl exec -it $(kubectl get pods -l app.kubernetes.io/name=wesql-vtgate -o jsonpath='{.items[0].metadata.name}') -- mysql -uroot -P15306 -ppasswd -e "SHOW DATABASES;"
- name: Print WeSQL Server Logs
if: always()
run: |
kubectl get configmap wesql-server-config -o yaml
kubectl get secret wesql-server-secret -o yaml
kubectl logs mycluster-wesql-0-0
- name: Clean up
if: always()
run: |
Expand Down

0 comments on commit 0a3d5e7

Please sign in to comment.