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 61cbd0b commit 3485ba7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/wescale_wesql_performance_colima.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,16 +119,11 @@ jobs:
- name: Generate Cluster YAML File And Create Cluster
run: |
kubectl apply -f https://raw.githubusercontent.com/wesql/deploy/refs/heads/main/artifact/wescale-killercoda.yaml
kubectl apply -f https://raw.githubusercontent.com/wesql/deploy/refs/heads/main/artifact/wescale.yaml
- name: Wait for WeSQL Server to be ready
run: |
kubectl wait --for=condition=available deployment/wesql-vtgate --timeout=30s
kubectl logs mycluster-wesql-0-0
kubectl wait --for=condition=available deployment/wesql-vtgate --timeout=300s
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 ConfigMap and Secret
Expand Down

0 comments on commit 3485ba7

Please sign in to comment.