Update opaque-integer-resource-node.md (#5330)

typo correction
pull/3375/merge
Weihua Meng 2017-09-09 11:18:05 -05:00 committed by Steve Perry
parent 38d3414a79
commit d58b78d058
1 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ opaque-int-resource-special-storage.
```yaml
Capacity:
...
pod.alpha.kubernetes.io/opaque-int-special-storage: 8
pod.alpha.kubernetes.io/opaque-int-resource-special-storage: 8
```
If you want to allow arbitrary requests for special storage, you
@ -144,7 +144,7 @@ could advertise special storage in chunks of size 1 byte. In that case, you woul
```yaml
Capacity:
...
pod.alpha.kubernetes.io/opaque-int-special-storage: 8Gi
pod.alpha.kubernetes.io/opaque-int-resource-special-storage: 8Gi
```
Then a Container could request any number of bytes of special storage, up to 800Gi.