I have my own Kubernetes cluster running in an AWS EC2 instance and trying to install code fresh runner on the Kubernetes cluster. I have used the following commands to install codefresh on Kubernetes:-
npm install -g codefresh
Generate a Token
codefresh runner init --token
After, implementing step 3 I am getting an error, the error is attached in the screenshot
please help solve this issue so I can install a codefresh runtime pipeline on the cluster.
I have my own Kubernetes cluster running in an AWS EC2 instance and trying to install code fresh runner on the Kubernetes cluster. I have used the following commands to install codefresh on Kubernetes:-
please help solve this issue so I can install a codefresh runtime pipeline on the cluster.