diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-08-15 19:58:01 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-15 19:58:01 -0700 |
| commit | 8ff7c9ce00fa74e75b3ffd5c825857f7ae023655 (patch) | |
| tree | 1e93afc6f7fcf97360ec378fb986e023ea328464 | |
| parent | 1afca8f6104c45a60545c7c8b241e39d902e2f28 (diff) | |
| parent | 0b53d0960ed793674ecbe794319e01e638080e6c (diff) | |
Merge pull request #2540 from MIBc/master
Fix a typo in metrics-server.md
| -rw-r--r-- | contributors/design-proposals/instrumentation/metrics-server.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/instrumentation/metrics-server.md b/contributors/design-proposals/instrumentation/metrics-server.md index 9b7a8f0b..163b2385 100644 --- a/contributors/design-proposals/instrumentation/metrics-server.md +++ b/contributors/design-proposals/instrumentation/metrics-server.md @@ -78,7 +78,7 @@ horizontally, though it’s rather complicated and is out of the scope of this d Metrics server will be Kubernetes addon, create by kube-up script and managed by [addon-manager](https://git.k8s.io/kubernetes/cluster/addons/addon-manager). -Since there is a number of dependent components, it will be marked as a critical addon. +Since there are a number of dependent components, it will be marked as a critical addon. In the future when the priority/preemption feature is introduced we will migrate to use this proper mechanism for marking it as a high-priority, system component. |
