mirror of https://github.com/kubernetes/kops.git
- added the reference to the aws device naming conventions documentation
This commit is contained in:
parent
dcf3f3b2bb
commit
033cdff99b
|
@ -199,6 +199,8 @@ spec:
|
||||||
type: gp2
|
type: gp2
|
||||||
```
|
```
|
||||||
|
|
||||||
|
For AWS you can find more information on device naming conventions [here](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/device_naming.html)
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ df -h | grep nvme[12]
|
$ df -h | grep nvme[12]
|
||||||
/dev/nvme1n1 20G 45M 20G 1% /data
|
/dev/nvme1n1 20G 45M 20G 1% /data
|
||||||
|
|
Loading…
Reference in New Issue