Skip to content
Open

Typo #16

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kubernetes-101/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down