You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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.
sqoopctl install kube
installs old versions of k8s resources that fail on newer k8s versions:The text was updated successfully, but these errors were encountered: