Skip to content
New issue

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

Support k8s 1.16+ #44

Open
kdorosh opened this issue Dec 26, 2019 · 3 comments
Open

Support k8s 1.16+ #44

kdorosh opened this issue Dec 26, 2019 · 3 comments

Comments

@kdorosh
Copy link

kdorosh commented Dec 26, 2019

sqoopctl install kube installs old versions of k8s resources that fail on newer k8s versions:

No resources found in default namespace.
configmap/gateway-proxy-envoy-config created
configmap/sqoop-proxy-config created
clusterrole.rbac.authorization.k8s.io/gloo-role-gateway created
clusterrole.rbac.authorization.k8s.io/sqoop-role created
clusterrolebinding.rbac.authorization.k8s.io/gloo-role-binding-gateway-gloo-system created
clusterrolebinding.rbac.authorization.k8s.io/sqoop-role-binding created
service/gloo created
service/gateway-proxy created
service/sqoop created
unable to recognize "STDIN": no matches for kind "Deployment" in version "extensions/v1beta1"
unable to recognize "STDIN": no matches for kind "Deployment" in version "extensions/v1beta1"
unable to recognize "STDIN": no matches for kind "Deployment" in version "extensions/v1beta1"
unable to recognize "STDIN": no matches for kind "Deployment" in version "extensions/v1beta1"
unable to recognize "STDIN": no matches for kind "Deployment" in version "extensions/v1beta1"
@kdorosh
Copy link
Author

kdorosh commented Dec 26, 2019

we need to update to install newer versions of Gloo, that support k8s 1.16+

@gus-hallaq
Copy link

when I run sqoopctl install kube, it install very old version of gloo on the cluster (v0.13.25).

@gus-hallaq
Copy link

Suggestion: I know sqoop is a layer over gloo, so when I install sqoop that mean may I already have gloo installed, and I want sqoop to be installed over my gloo installation.

that mean making gloo as prerequisite to install sqoop,
and if we have compatibility problem you can display a message with the preferred version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants