Skip to content

Add docs about -dev flag for nomad agent CLI command #20323

Open
@GuyAtTheFront

Description

@GuyAtTheFront

Proposal

Add docs about -dev flag for nomad agent CLI command

Use-cases

It is unclear what -dev flag actually does:

  • It is possible to run client and server on the same instance without -dev
  • When starting nomad with / without -dev flag, client fingerprinting behaves differently:
    • With -dev: unique.network.ip-address = 127.0.0.1 (lo)
    • Without -dev: unique.network.ip-address = HOST_IP (eth0)
    • Some attributes (eg. unique.platform) are not picked up with -dev

It is common to start a POC by following Nomad Quick-Start guide, which recommends starting nomad with nomad agent -dev. However, it is difficult to know the exact steps required to move to the no--dev agent, since we have no information on what that does. In fact, I suspect (not tested) this flag is no longer necessary.

Attempted Solutions

NIL

Metadata

Metadata

Assignees

No one assigned

    Labels

    stage/acceptedConfirmed, and intend to work on. No timeline committment though.theme/docsDocumentation issues and enhancements

    Type

    No type

    Projects

    Status

    Needs Roadmapping

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions