mirror of
https://github.com/kemko/nomad.git
synced 2026-01-09 03:45:41 +03:00
Merge pull request #4248 from hashicorp/f-short-init
changelog: init -short option
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
## 0.8.4 (Unreleased)
|
||||
|
||||
IMPROVEMENTS:
|
||||
* command: add -short option to init command that emits a minimal
|
||||
jobspec [[GH-4239](https://github.com/hashicorp/nomad/issues/4239)]
|
||||
|
||||
## 0.8.3 (April 27, 2018)
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
@@ -110,8 +110,8 @@ job "example" {
|
||||
}
|
||||
|
||||
resources {
|
||||
cpu = 500 # 500 MHz
|
||||
memory = 256 # 256MB
|
||||
cpu = 500
|
||||
memory = 256
|
||||
network {
|
||||
mbits = 10
|
||||
port "db" {}
|
||||
|
||||
Reference in New Issue
Block a user