codefresh-io / cli

Codefresh CLI
https://codefresh-io.github.io/cli/
MIT License
76 stars 36 forks source link

codefresh Runner Issue #858

Open chandan78 opened 6 months ago

chandan78 commented 6 months ago

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:-

  1. npm install -g codefresh
  2. Generate a Token
  3. codefresh runner init --token

Screenshot (247)

please help solve this issue so I can install a codefresh runtime pipeline on the cluster.