Merge pull request #2134 from angao/scalability

Typo error: repeat 'from'
This commit is contained in:
k8s-ci-robot 2018-05-08 12:46:53 -07:00 committed by GitHub
commit b8d4a1b389
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ in Kubernetes, so this metric is a building block for less trivial SLIs and
SLOs. SLOs.
Other notes: 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 makes the mix of client important while testing. However, we assume that all
`core` components communicate with apiserver with protocol buffers (otherwise `core` components communicate with apiserver with protocol buffers (otherwise
the SLO doesnt have to be satisfied). the SLO doesnt have to be satisfied).