Hi, I have recently started using rancher and I am...
# kubernetes
n
Hi, I have recently started using rancher and I am attempting to use it in a CICD pipeline. For authentication purposes I have set the kubeconfig-generate-token global setting to false, which allows me to login using the Rancher CLI and authenticate from the command line. This process unfortunately breaks down when working in a pipeline flow as there does not appear to be a non-interactive method to pass credentials for initial kubectl login. Is there a way to do this? Thanks