Skip to content

Commit

Permalink
Update images
Browse files Browse the repository at this point in the history
  • Loading branch information
Oron Golan committed Sep 23, 2020
1 parent aaa4e4f commit 288a61a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion K8sIntro/LAB%2D1.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ metadata:
kubectl apply -f namespace.yaml
kubectl get namespaces
```
![image.png](image-59d46f9e-de1e-4a42-9e6b-f02a8278b0eb.png)
![image.png](namespace.png)

# Task 3 - Create Limits
## 1. Create Limits yaml
Expand Down
Binary file added K8sIntro/namespace.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions K8sIntro/yamls/namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: citi

0 comments on commit 288a61a

Please sign in to comment.