We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c86d63d commit bd85ae1Copy full SHA for bd85ae1
.changelog/25716.txt
@@ -1,3 +1,3 @@
1
```release-note:bug
2
-cli: respect NOMAD_REGION and NOMAD_NAMESPACE in operator debug command
+cli: Respect NOMAD_REGION environment variable in operator debug command
3
```
command/operator_debug.go
@@ -512,7 +512,6 @@ func (c *OperatorDebugCommand) Run(args []string) int {
512
}
513
514
c.opts = &api.QueryOptions{
515
- Region: c.Meta.Region(),
516
AllowStale: allowStale,
517
AuthToken: c.Meta.token,
518
0 commit comments