meshery / meshery-istio

Meshery adapter for Istio
https://docs.meshery.io
Apache License 2.0
135 stars 107 forks source link

[Lifecycle] Provisioning failure using istioctl #260

Closed leecalcote closed 3 years ago

leecalcote commented 3 years ago

Description Provisioning failure using istioctl.

Desired Behavior Switch to helm-based deployment.

Screenshots

➜  ~ mesheryctl system logs | grep meshery-istio
Starting Meshery logging...
Attaching to meshery_meshery-traefik-mesh_1, meshery_meshery-kuma_1, meshery_meshery-nsm_1, meshery_meshery-linkerd_1, meshery_watchtower_1, meshery_meshery_1, meshery_meshery-istio_1, meshery_meshery-cpx_1, meshery_meshery-osm_1, meshery_meshery-consul_1
meshery-istio_1         | time="2021-08-15T14:21:44Z" level=info msg="Adaptor Listening at port: 10000" app=istio-adaptor
meshery-istio_1         | time="2021-08-15T14:22:31Z" level=info msg="Creating instance" app=istio-adaptor
meshery-istio_1         | time="2021-08-15T14:22:31Z" level=info msg="Listing Operations" app=istio-adaptor
meshery-istio_1         | time="2021-08-15T14:22:31Z" level=info msg="Creating instance" app=istio-adaptor
meshery-istio_1         | time="2021-08-15T14:23:12Z" level=info msg="Creating instance" app=istio-adaptor
meshery-istio_1         | time="2021-08-15T14:23:12Z" level=info msg="Applying operation istio" app=istio-adaptor
meshery-istio_1         | time="2021-08-15T14:23:12Z" level=info msg="Looking for istio in the path..." app=istio-adaptor
meshery-istio_1         | time="2021-08-15T14:23:12Z" level=info msg="Looking for istio in/root/.meshery/bin..." app=istio-adaptor
meshery-istio_1         | time="2021-08-15T14:23:12Z" level=info msg="istio not found in the path, downloading..." app=istio-adaptor
meshery-istio_1         | time="2021-08-15T14:23:13Z" level=info msg=Installing... app=istio-adaptor
meshery-istio_1         | time="2021-08-15T14:23:16Z" level=info msg=Done app=istio-adaptor
meshery-istio_1         | time="2021-08-15T14:23:16Z" level=error msg="Error occured while installing istio mesh through istioctl.exit status 1" app=istio-adaptor code=1002 probable-cause= severity=2 short-description="Error with istio operation" suggested-remediation=
meshery-istio_1         | time="2021-08-15T14:23:16Z" level=error msg="Error occured while installing istio mesh through istioctl.exit status 1" app=istio-adaptor code=1002 probable-cause= severity=2 short-description="Error with istio operation" suggested-remediation=

Contributor Resources

The meshery.io website uses Jekyll and GitHub Pages. Site content is found under the master branch.

tangledbytes commented 3 years ago

@leecalcote is this in-cluster deployment?

leecalcote commented 3 years ago

@utkarsh-pro I just tested an out of cluster using Local provider and ran into this issue. Testing in-cluster...

DelusionalOptimist commented 3 years ago

fixed in: https://github.com/meshery/meshery-istio/pull/262 https://github.com/meshery/meshery-istio/pull/264