adamant-kite-43734
11/05/2023, 11:25 AMwitty-jelly-95845
11/05/2023, 11:31 AMclean-pilot-41175
11/05/2023, 11:37 AMbored-farmer-36655
11/05/2023, 4:15 PM--disable traefik
but you should just be able to modify the k3s.service (not tested this), but my k3s.service has;
ExecStart=/usr/local/bin/k3s \
server \
'--disable' \
'traefik' \
....
clean-pilot-41175
11/05/2023, 5:48 PMk get service/rancher -n cattle-system -o wide
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE SELECTOR
rancher NodePort 10.43.0.138 <none> 80:30855/TCP,443:31155/TCP 144m app=rancher
You can then install Nginx Ingress and adjust the Traefik Ingress configuration on Nginx.