glooshot icon indicating copy to clipboard operation
glooshot copied to clipboard

bug in tutorial in docs

Open rickducott opened this issue 6 years ago • 4 comments

The tutorial says to install glooshot using this command:

supergloo install istio \
    --namespace glooshot \
    --name istio-istio-system \
    --installation-namespace istio-system \
    --mtls=true \
    --auto-inject=true

This writes the install CRD to the glooshot namespace. However, when the mesh CRD gets created, it gets written to istio-system. Either the docs should specify installing supergloo to the glooshot namespace, so that mesh discovery will write the discovered mesh CRD to glooshot. Or, it should properly specify the namespace for the mesh CRD:

supergloo set mesh stats \
    --target-mesh glooshot.istio-istio-system \
    --prometheus-configmap glooshot.glooshot-prometheus-server

rickducott avatar Aug 06 '19 17:08 rickducott

I am having some problems with this too.

I am getting: Error: converting output crd: reading crd spec into v1Mesh: unknown field "meshVersion" in v1.DiscoveryMetadata

lordofthejars avatar Nov 21 '19 10:11 lordofthejars

Hi @lordofthejars , could you tell me which version of Supergloo you are using? I know the docs say v0.3.18 or greater and that has been found not to be true.

I can confirm that v0.3.18 works, could you try this version?

mitchdraft avatar Nov 21 '19 14:11 mitchdraft

I am using the latest glooshot and supergloo

lordofthejars avatar Nov 21 '19 15:11 lordofthejars

ok I think that is the issue, the latest supergloo does not work with glooshot unfortunately

mitchdraft avatar Nov 21 '19 15:11 mitchdraft