diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-05-08 12:46:53 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-08 12:46:53 -0700 |
| commit | b8d4a1b389bd105d23ca496b1c67febe1e2efdf2 (patch) | |
| tree | 18fe4cbfb0f16a8f83aeb2044d435f8656bd69f2 | |
| parent | 88db4aab76dbe4d66663480c5a1da8afb9237dbd (diff) | |
| parent | a2c495e4bfcbeec540452d221922fd636b208b69 (diff) | |
Merge pull request #2134 from angao/scalability
Typo error: repeat 'from'
| -rw-r--r-- | sig-scalability/slis/apimachinery_slis.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sig-scalability/slis/apimachinery_slis.md b/sig-scalability/slis/apimachinery_slis.md index 512548ee..b86d3f57 100644 --- a/sig-scalability/slis/apimachinery_slis.md +++ b/sig-scalability/slis/apimachinery_slis.md @@ -68,7 +68,7 @@ in Kubernetes, so this metric is a building block for less trivial SLIs and SLOs. Other notes: -- The SLO has to be satisfied independently from from the used encoding. This +- The SLO has to be satisfied independently from the used encoding. This makes the mix of client important while testing. However, we assume that all `core` components communicate with apiserver with protocol buffers (otherwise the SLO doesn’t have to be satisfied). |
