hotfix: gen envoy rule id by ns and resource uid (#500)

* hotfix: gen envoy rule id by ns and uid
This commit is contained in:
naison
2025-03-30 20:57:11 +08:00
committed by GitHub
parent 208f607f03
commit cd68b1fb00
16 changed files with 71 additions and 47 deletions

View File

@@ -56,7 +56,7 @@ jobs:
- name: Wait for pods reviews to be ready
run: |
kubectl wait --for=condition=Ready pods --all --all-namespaces --timeout=3600s
kubectl wait --for=condition=Ready pods --all --timeout=3600s
kubectl get svc -A -o wide
kubectl get pod -A -o wide
kubectl get all -o wide

View File

@@ -74,7 +74,7 @@ jobs:
- name: Wait for pods reviews to be ready
run: |
kubectl wait --for=condition=Ready pods --all --all-namespaces --timeout=3600s
kubectl wait --for=condition=Ready pods --all --timeout=3600s
kubectl get svc -A -o wide
kubectl get pod -A -o wide
kubectl get all -o wide
@@ -113,12 +113,12 @@ jobs:
}
}
- uses: azure/setup-kubectl@v4
- name: Install kind
- name: Install minikube
run: |
set -x
docker version
brew install kind
kind create cluster
brew install minikube
minikube start --driver=docker --memory=max --cpus=max --wait=all --wait-timeout=60m
kubectl cluster-info
kubectl config view --flatten --raw
kubectl get pod -A -o wide
@@ -146,7 +146,7 @@ jobs:
- name: Wait for pods reviews to be ready
run: |
kubectl wait --for=condition=Ready pods --all --all-namespaces --timeout=3600s
kubectl wait --for=condition=Ready pods --all --timeout=3600s
kubectl get svc -A -o wide || true
kubectl get pod -A -o wide || true
kubectl get all -o wide || true