catalinpan

Results 14 comments of catalinpan

The fix is part of the v1.11.1 release, thank you very much for all your help!

Thanks Qasim. Regarding the improvements I'm sure there are many ways of improving the project but I believe it depends also on your use case. The recommended way to use...

Kubernetes health check expects code 200. As you've mentioned if the renew_token.sh fails for any reason and the token is not renewed the health check will not get a 200...

I'm trying to exclude the health checks from tracing using the example from the documentation but it doesn't really work for me https://istio.io/help/faq/telemetry/#controlling-what-the-sidecar-reports Can I have some help please on...

@douglas-reid thanks for the reply. The path is FQDN/_health but I'm not sure where I should add that flag. Is part of a rule similar to this example https://raw.githubusercontent.com/istio/istio/release-1.0/samples/bookinfo/policy/mixer-rule-deny-label.yaml or...

@douglas-reid if you are referring on how the http headers are set on each request, the apps are setting the tracing http headers based on the istio docs from here...

@douglas-reid it looks like we are using the default Envoy. I will check what options there are for this. Thanks for all your help!

What can be done is to disable service_autorestart class {"php": version => latest, service_autorestart => false, }

Why not use augeas? ``` php::augeas { 'php-memorylimit': entry => 'PHP/memory_limit', value => 512M, 'php-date_timezone': entry => 'Date/date.timezone', value => 'Europe/London', } ```