From dff77dc4cef2edcb2214157057e90aa1402214df Mon Sep 17 00:00:00 2001 From: Jimmy Song Date: Fri, 12 May 2017 18:19:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8F=82=E8=80=83=E9=93=BE?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- issues.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/issues.md b/issues.md index 094c90dac..46d0666a6 100644 --- a/issues.md +++ b/issues.md @@ -67,4 +67,10 @@ dd if=/dev/zero of=test bs=1G count=10 ![pvc-storage-limit](images/pvc-storage-limit.jpg) -从截图中可以看到创建了9个size为1G的block后无法继续创建了,已经超出了8G的限额。 \ No newline at end of file +从截图中可以看到创建了9个size为1G的block后无法继续创建了,已经超出了8G的限额。 + +**参考** + +[Persistent Volume](https://kubernetes.io/docs/concepts/storage/persistent-volumes/) + +[Resource Design Proposals](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/resources.md) \ No newline at end of file