From 54f100b856e61e5a7b1cb5efdf6c5933502a0557 Mon Sep 17 00:00:00 2001 From: marco Date: Fri, 16 Sep 2022 10:36:03 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4891138..117df8f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ In order to experience the behaviour of resource limits the following setup is e > Create the minikube cluster if you haven't done it yet. Once it is started open a terminal and enter the command `kubectl get events --watch` to receive constant updates on what is happening inside the cluster. > Minikube is a controller and worker at the same time, unlike production systems. You'll learn soon why they have to be seperated. If your system becomes totally unusable keep in mind that this is the reason why resource management is important. -``` Eventually cleanup the deployment (don' try this now) @@ -27,8 +26,8 @@ deployment.apps "memory-waster" deleted All deployments will be done in a seperate namespace. Please create it now and adjust the context to use this as the default namespace. ```bash -kubectl create namespace resoure-demo -kubectl config set-context --namespace=resource-demo --current +❯ kubectl create namespace resoure-demo +❯ kubectl config set-context --namespace=resource-demo --current ``` ## QoS Levels