Changing hostnames to ips since the hostnames dont currently resolve
This commit is contained in:
parent
b1ca87c681
commit
f3154deba6
@ -14,7 +14,7 @@ jobs:
|
||||
IMAGE_NAME: promiscuity-auth:latest
|
||||
IMAGE_TAR: /tmp/promiscuity-auth.tar
|
||||
# All nodes that might run the pod (control-plane + workers)
|
||||
NODES: "k8s-cp-01 k8s-w-01 k8s-w-02"
|
||||
NODES: "192.168.86.20 192.168.86.22 192.168.86.31"
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user