Updating cluster ips after power outage
All checks were successful
Deploy Promiscuity Auth API / deploy (push) Successful in 55s
k8s smoke test / test (push) Successful in 5s

This commit is contained in:
hz 2026-01-02 10:48:42 -06:00
parent 3271059a97
commit 07b57dc1f7

View File

@ -14,7 +14,7 @@ jobs:
IMAGE_NAME: promiscuity-auth:latest IMAGE_NAME: promiscuity-auth:latest
IMAGE_TAR: /tmp/promiscuity-auth.tar IMAGE_TAR: /tmp/promiscuity-auth.tar
# All nodes that might run the pod (control-plane + workers) # All nodes that might run the pod (control-plane + workers)
NODES: "192.168.86.64 192.168.86.66 192.168.86.72" NODES: "192.168.86.72 192.168.86.73 192.168.86.74"
steps: steps:
- name: Checkout repo - name: Checkout repo