Port 443 and 80 closed after OKD server rebuild #2044
Unanswered
manas-suleman
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have OKD4.15 deployed on 3 bare-metal servers. I recently had to remove one server and replace with a new one. I gave the new server same IP and hostname as the old one. The server seems to be working just fine for the most part except it doesn't have ports 443 and 80 exposed. As a result, it doesn't communicate with the load-balancer on those ports and any pods running on that server cannot be exposed.
I'm not sure if this is a bug or if I missed some step. These are the steps I followed to add the new server:
oc create -f masterX.yaml
.oc get csr -o go-template='{{range .items}}{{if not .status}}{{.metadata.name}}{{"\n"}}{{end}}{{end}}' | xargs oc adm certificate approve
.oc -n openshift-etcd get pods -l k8s-app=etcd
.the node shows as healthy and ready but port scan shows 443 and 80 isn't open.
I've tried rebooting multiple times and manually opening the ports using
iptables
but nothing seems to work. Please let me know if I should share further info and any potential solutions.Thanks
Beta Was this translation helpful? Give feedback.
All reactions