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

Document: How to use with Istio #10

Open
haf-afa opened this issue Oct 21, 2019 · 3 comments
Open

Document: How to use with Istio #10

haf-afa opened this issue Oct 21, 2019 · 3 comments

Comments

@haf-afa
Copy link

haf-afa commented Oct 21, 2019

These env vars:

        env:
        - name: ISTIO_QUIT_API
          value: http://127.0.0.1:15020
        - name: ENVOY_ADMIN_API 
          value: http://127.0.0.1:15000

works on istio 1.3.3

But without ENVOY_ADMIN_API, it hangs. Note its port, which is different from the README's port of Envoy's admin API.

@ptzianos
Copy link

Isn't this covered in the 1.3 and higher section of the README?

@dimovnike
Copy link

readme says that only one of these vars is important but both are needed.

@gracezhucl
Copy link

Hi team, may I ask other than adding in environment vars like this:

env:
            - name: ENVOY_ADMIN_API
              value: http://127.0.0.1:15000
            - name: SCUTTLE_LOGGING
              value: "true"
            - name: ISTIO_QUIT_API
              value: http://127.0.0.1:15020

Anything else I need to add to make scuttle stop istio? Since right now I dont see it is stopping istio and I dont see any logs. Thank you!!

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

4 participants