mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
README: newer Vault init command
Got a warning message: ``` WARNING! The "vault init" command is deprecated. Please use "vault operator init" instead. This command will be removed in Vault 0.11 (or later). ```
This commit is contained in:
@@ -46,7 +46,7 @@ $ nomad node-status
|
||||
To initialize and unseal Vault, run:
|
||||
|
||||
```bash
|
||||
$ vault init -key-shares=1 -key-threshold=1
|
||||
$ vault operator init -key-shares=1 -key-threshold=1
|
||||
$ vault unseal
|
||||
$ export VAULT_TOKEN=[INITIAL_ROOT_TOKEN]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user