Closed prateekpandey14 closed 6 years ago
cc @tirumaraiselvan PTAL
@prateekpandey14 This is awesome. I ll take a look.
I have just updated the e2e tests: https://github.com/hasura/gitkube/pull/98
Once merged, we can test this one out.
@prateekpandey14 This is looking great. I just ran the tests and it worked. And it solves #85 for EKS.
Awesome @tirumaraiselvan .... great to hear, it solves #85 . Thanks @shark-h appreciate that !!!
Use
golang/dep
instead ofglide
as Go dependency management toolUpgrade kubernets client-go version to latest 9.0 with required constraints as below in Gopkg.toml
[[constraint]] name = "k8s.io/apimachinery" version = "kubernetes-1.12.0"
[[constraint]] name = "k8s.io/apiextensions-apiserver" version = "kubernetes-1.12.0"
[[constraint]] name = "k8s.io/client-go" version = "9.0.0"