Open SamB-GB opened 1 year ago
Hi,
On line 231 of the rke2.sh script
kubectl get svc name=rancher-lb -n cattle-system
This command returns an error
debian@rke3-prod-admin:~$ kubectl get svc name="rancher-lb" -n cattle-system Error from server (NotFound): services "name=rancher-lb" not found
I think the command should be
kubectl get svc --name=rancher-lb -n cattle-system
Hi,
On line 231 of the rke2.sh script
This command returns an error
I think the command should be