mirror of https://github.com/kubernetes/kops.git
Typo delete duplicated "is ", "utilty"->"utility"
In "The upgrade is will occur once the channels utilty picks up the change within a few minutes.", “is” is superfluous. "utilty" is wrong word, should be utility here.
This commit is contained in:
parent
d46f35539f
commit
02c0115043
|
@ -31,7 +31,7 @@ kubectl get deployment -n kube-system kube-dns \
|
|||
-o jsonpath='{.spec.template.spec.containers[?(@.name == "dnsmasq")].image}'
|
||||
```
|
||||
|
||||
The upgrade is will occur once the channels utilty picks up the change within a
|
||||
The upgrade will occur once the channels utility picks up the change within a
|
||||
few minutes.
|
||||
|
||||
## Tested Kubernetes Versions
|
||||
|
|
Loading…
Reference in New Issue