Altering k8s ips after system outage
Some checks failed
Deploy Promiscuity Auth API / deploy (push) Failing after 39s
k8s smoke test / test (push) Successful in 6s

This commit is contained in:
hz 2025-11-30 18:46:51 -06:00
parent 3bc4668cbe
commit acfcd09fe1

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.20 192.168.86.22 192.168.86.31" NODES: "192.168.86.64 192.168.86.66 192.168.86.72"
steps: steps:
- name: Checkout repo - name: Checkout repo