Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kmrmt committed Dec 23, 2024
1 parent 44ae795 commit ee564f5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 24 deletions.
3 changes: 2 additions & 1 deletion .github/actions/e2e-deploy-vald-readreplica/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ runs:
run: |
make k8s/vald-readreplica/deploy HELM_VALUES=${VALUES} HELM_EXTRA_OPTIONS="${HELM_EXTRA_OPTIONS}"
stern vald-lb-gateway | tee gateway.log &
stern vald-lb-gateway &
stern vald-agent-readreplica &
sleep 3
kubectl get pods
Expand Down
19 changes: 0 additions & 19 deletions .github/helm/values/values-readreplica.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,25 +31,6 @@ gateway:
memory: 50Mi
gateway_config:
index_replica: 3
initContainers:
- type: wait-for
name: wait-for-discoverer
target: discoverer
image: busybox:stable
imagePullPolicy: Always
sleepDuration: 2
- type: wait-for
name: wait-for-agent
target: agent
image: busybox:stable
imagePullPolicy: Always
sleepDuration: 2
- type: wait-for
name: wait-for-agent-readreplica
target: agent-readreplica
image: busybox:stable
imagePullPolicy: Always
sleepDuration: 2
agent:
minReplicas: 3
maxReplicas: 10
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -341,10 +341,6 @@ jobs:
e2e/readreplica
env:
POD_NAME: ${{ steps.deploy_vald.outputs.POD_NAME }}
- name: output logs on failure
if: failure()
run: |
cat ./gateway.log
e2e-stream-crud-with-mirror:
name: "E2E test (Stream CRUD) with mirror"
needs: [detect-ci-container]
Expand Down

0 comments on commit ee564f5

Please sign in to comment.