Fixes #837
But we need probably some replacement text

We can’t anyway link to master with line numbers, that wasn’t working
even before we deleted the files

Cc @douglas-reid
This commit is contained in:
Laurent Demailly 2018-01-04 20:10:36 -08:00 committed by GitHub
parent 957e713a79
commit 93fc112206
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 19 deletions

View File

@ -142,8 +142,8 @@ or [manual]({{home}}/docs/setup/kubernetes/sidecar-injection.html#manual-sidecar
If you do not see anything named `promhttp` or `promtcp`, then there is
no Mixer configuration for sending metric instances to a Prometheus adapter.
You will need to supply configuration for rules that connect Mixer metric
instances to a Prometheus handler
([example](https://github.com/istio/istio/blob/master/install/kubernetes/istio.yaml#L892)).
instances to a Prometheus handler.
<!-- todo replace ([example](https://github.com/istio/istio/blob/master/install/kubernetes/istio.yaml#L892)). -->
1. Verify Prometheus handler config exists.
@ -161,8 +161,8 @@ or [manual]({{home}}/docs/setup/kubernetes/sidecar-injection.html#manual-sidecar
```
If there are no prometheus handlers configured, you will need to reconfigure
Mixer with the appropriate handler configuration
([example](https://github.com/istio/istio/blob/master/install/kubernetes/istio.yaml#L819))
Mixer with the appropriate handler configuration.
<!-- todo replace ([example](https://github.com/istio/istio/blob/master/install/kubernetes/istio.yaml#L819)) -->
1. Verify Mixer metric instances config exists.
@ -189,8 +189,8 @@ or [manual]({{home}}/docs/setup/kubernetes/sidecar-injection.html#manual-sidecar
```
If there are no metric instances configured, you will need to reconfigure
Mixer with the appropriate instance configuration
([example](https://github.com/istio/istio/blob/master/install/kubernetes/istio.yaml#L727))
Mixer with the appropriate instance configuration.
<!-- todo replace ([example](https://github.com/istio/istio/blob/master/install/kubernetes/istio.yaml#L727)) -->
1. Verify Mixer configuration resolution is working for your service.