From 5bf39669e3eb5e1b361c774864379fb40e04e99d Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Tue, 9 Jul 2019 06:05:35 -0500 Subject: [PATCH] Consistent naming --- slides/k8s/resource-limits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/k8s/resource-limits.md b/slides/k8s/resource-limits.md index 9fba5c91..2a03c000 100644 --- a/slides/k8s/resource-limits.md +++ b/slides/k8s/resource-limits.md @@ -404,7 +404,7 @@ These quotas will apply to the namespace where the ResourceQuota is created. - Example: ```bash - kubectl create quota sparta --hard=pods=300,limits.memory=300Gi + kubectl create quota my-resource-quota --hard=pods=300,limits.memory=300Gi ``` - With both YAML and CLI form, the values are always under the `hard` section