Merge pull request #4248 from hashicorp/f-short-init

changelog: init -short option
This commit is contained in:
Nick Ethier
2018-05-03 16:03:56 -04:00
committed by GitHub
2 changed files with 8 additions and 2 deletions

View File

@@ -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:

View File

@@ -110,8 +110,8 @@ job "example" {
}
resources {
cpu = 500 # 500 MHz
memory = 256 # 256MB
cpu = 500
memory = 256
network {
mbits = 10
port "db" {}