Description
Hi there,
I am very new in Sqoop and quite new in Kubernetes too so excuse me if I am missing something very obvious.
I have installed Minikube and seems to be running fine but getting Error: running kubectl apply on manifest: exit status 1
when I run sqoopctl install kube
as per the instructions.
minikube version
minikube version: v1.12.3
commit: 2243b4b97c131e3244c5f014faedca0d846599f5-dirty
kubectl version --client
Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.8", GitCommit:"9f2892aab98fe339f3bd70e3c470144299398ace", GitTreeState:"clean", BuildDate:"2020-08-13T16:12:48Z", GoVersion:"go1.13.15", Compiler:"gc", Platform:"linux/amd64"}
sqoopctl --version
sqoopctl version 0.2.7
I also tried to install Gloo first just in case but I am getting the same result.
glooctl version
Client: {"version":"1.5.0-beta18"}
Server: {"type":"Gateway","kubernetes":{"containers":[{"Tag":"1.5.0-beta18","Name":"discovery","Registry":"quay.io/solo-io"},{"Tag":"1.5.0-beta18","Name":"gateway","Registry":"quay.io/solo-io"},{"Tag":"1.5.0-beta18","Name":"gloo-envoy-wrapper","Registry":"quay.io/solo-io"},{"Tag":"1.5.0-beta18","Name":"gloo","Registry":"quay.io/solo-io"}],"namespace":"gloo-system"}}
Any ideas?
Activity