From d1e3715c8b7f078ebef30205031150397b4e6854 Mon Sep 17 00:00:00 2001 From: Suraj Bhardwaj <114643115+surajb1515@users.noreply.github.com> Date: Fri, 6 Oct 2023 14:19:04 +0530 Subject: [PATCH] Typo Typo --- kubernetes-101/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes-101/README.md b/kubernetes-101/README.md index 1b9b0e9..d8e633f 100644 --- a/kubernetes-101/README.md +++ b/kubernetes-101/README.md @@ -266,7 +266,7 @@ spec: In the above you are asking for 2 but you will the throttled and it will be under the limit which is 1 change CPU to 3 -##deployments +## Deployments ``` kubectl create deploy demo --image=nginx kubectl set image deployment/nginx nginx=nginx:1.15.2 --record