Replies: 1 comment 2 replies
-
We recommend using Assisted Installer on "new" clouds - this would validate host details before starting installation. See OKD instructions
This would be a CNI config setting and won't show up in
It would be created automatically
I see master0 fetching Ignition (and provisioning correctly), the other masters should point to the same exact URL |
Beta Was this translation helpful? Give feedback.
-
I'm trying to setup OKD with 3 control planes and 3 workers on VPS servers of GoDaddy. There is 0 k8s infrastructure or help provided, not private networks between the servers, or even load balancers. It's even challenging to boot CoreOS at all, because you cannot boot from arbitrary iso files, but I managed to get 2 load balancers (haproxy), the bootstrap server and master0 up following this guide. However, I have no idea where the serviceNetwork (172.30.0.0/16 as per default) is configured. I don't see this network being brought up on any of the hosts. I'm doing regular networking for all machines via kernel cmdline
rd.neednet=1 ip=<lotsofthings>
.Am I supposed to set this up myself somehow (or have it provided by my hoster, haha!), or should okd create this network automatically? My machine-config-server on master0 currently gives a 500 when querying a master ignition file for master1, and the logs are spamming with network errors.
My
install-config.yaml
:log-bundle-20231226231811.tar.gz
Beta Was this translation helpful? Give feedback.
All reactions