We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I have executed both command
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I have executed both command
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.
The text was updated successfully, but these errors were encountered: