Hi All,
I just installed Rancher one a single node kubernetes for poc purpose.
I have used Netscaler VIP as the hostname.
I have used a minimal cluster.yaml. It looks like below.
nodes:
- address: 10.17.129.242
user: svc-rancher
role: [controlplane,worker,etcd]
services:
etcd:
backup_config:
interval_hours: 12
retention: 6
Rancher is up and running. When I try to create new cluster, I am getting the error msg as seen below.
Am I missing any config in the cluster.yaml.? Please let me know.
PS: I tried below option while helm install as per few suggestions, but it didnt work.
--set ingress.extraAnnotations.'nginx\.org/websocket-services'='rancher' \
Thanks,
Vishnu