Commit 9a5cc9e9 by Chavee Issariyapat

Update README.md

parent e0d077b9
......@@ -134,3 +134,24 @@ $ make env-snippet
key: cer-usertoken-pubkey
```
หากมีการสร้างไฟล์ deployment.yaml ไว้ในโฟลเดอร์ k8s
สามารถสั่ง deploy ขึ้น kubenetes cluster ได้ด้วยคำสั่ง
ในกรณีที่ใน yaml ไม่จำเป็นต้องระบุ namespace (เช่นใช้ default)
```
make deploy
```
ในกรณีที่ต้องการระบุ namespace
```
make deploy <namespace>
```
ในกรณีที่ต้องระบุ namespace และเลือก context
```
make deploy <namespace> <context>
```
เช่น
```
make deploy nexpie minikube
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment