oracle-quickstart/oci-cloudnative

Error while running istio verify-install with version 1.6.3

naikvenu opened this issue · 2 comments

I was following the doc: https://oracle-quickstart.github.io/oci-cloudnative/extras/istio/#download-and-install-istio

which installed latest istio 1.6.3, it failed while verifying the install. I do not have istio-system namespace created (fyi)

192-168-1-2:bin vsnaik$ istioctl verify-install
Error: could not load IstioOperator from cluster: the server could not find the requested resource. Use --filename
192-168-1-2:bin vsnaik$ istioctl version --remote
no running Istio pods in "istio-system"
1.6.3

However, this works with 1.4.6

$ $ ./istioctl version --remote
2020-06-18T23:59:15.569963Z	warn	will use `--remote=false` to retrieve version info due to `no Istio pods in namespace "istio-system"`
1.4.6

$ ./istioctl verify-install

Checking the cluster to make sure it is ready for Istio installation...

#1. Kubernetes-api
-----------------------
Can initialize the Kubernetes client.
Can query the Kubernetes API Server.

#2. Kubernetes-version
-----------------------
Istio is compatible with Kubernetes: v1.15.7.

#3. Istio-existence
-----------------------
Istio will be installed in the istio-system namespace.

#4. Kubernetes-setup
-----------------------
Can create necessary Kubernetes configurations: Namespace,ClusterRole,ClusterRoleBinding,CustomResourceDefinition,Role,ServiceAccount,Service,Deployments,ConfigMap.

#5. SideCar-Injector
-----------------------
This Kubernetes cluster supports automatic sidecar injection. To enable automatic sidecar injection see https://istio.io/docs/setup/kubernetes/additional-setup/sidecar-injection/#deploying-an-app

-----------------------
Install Pre-Check passed! The cluster is ready for Istio installation.

This issue is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 10 days.

This issue have been closed for no activity in 25 days