Update 'README.md'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user