Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
docker-makefile-sample
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sample
docker-makefile-sample
Commits
954fa72d
Commit
954fa72d
authored
May 06, 2019
by
Chavee Issariyapat
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://dev.nexpie.com/sample/docker-makefile-sample
parents
62861440
9a5cc9e9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
README.md
+21
-0
No files found.
README.md
View file @
954fa72d
...
...
@@ -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
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment