Description
Hi, I have executed both command
- kubectl create -f https://storage.googleapis.com/gitkube/gitkube-setup-stable.yaml
- kubectl create -f https://storage.googleapis.com/gitkube/gitkube-setup-stable.yaml
but even after that I get error when I do gitkube --version
Error message:
[ec2-user@ip-172-31-36-215 ~]$ kubectl version
Client Version: version.Info{Major:"1", Minor:"14+", GitVersion:"v1.14.7-eks-1861c5", GitCommit:"1861c597586f84f1498a9f2151c78d8a6bf47814", GitTreeState:"clean", BuildDate:"2019-09-24T22:12:08Z", GoVersion:"go1.12.9", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"14+", GitVersion:"v1.14.9-eks-c0eccc", GitCommit:"c0eccca51d7500bb03b2f163dd8d534ffeb2f7a2", GitTreeState:"clean", BuildDate:"2019-12-22T23:14:11Z", GoVersion:"go1.12.12", Compiler:"gc", Platform:"linux/amd64"}
[ec2-user@ip-172-31-36-215 ~]$ gitkube --version
-bash: gitkube: command not found
[ec2-user@ip-172-31-36-215 ~]$ gitkube version
-bash: gitkube: command not found
I am running Kubernetes on Amazon EKS
Please let me what is wrong with my installation.
Add output for get svc command
I see gitkubed service through my get SVC command but when I run git clone command I get git: command not found error.