That’s a question for the ‘rancher-desktop’ channel
h
hundreds-battery-84841
06/27/2023, 3:42 PM
@quick-midnight-57843 In rancher desktop k8s CA and related files are stored in the cluster's configuration directory. One way you can do it is open the rancher desktop and ensure that your k8s is running. Then access the rancher resktop VM terminal. Click on the cluster name in the rancher desktop ui and then select "Open Terminal" from the dropdown menu.
hundreds-battery-84841
06/27/2023, 3:43 PM
Once you're in the terminal, navigate to the cluster configuration directory with this command: cd ~/.rancher-desktop/clusters/cluster_name/kube_config
hundreds-battery-84841
06/27/2023, 3:44 PM
There, you should find the CA certificate file named ca.crt. You can view the contents of the file or copy it to another location for further use if you want.