Skip to content

Pulling container images. Different commands required for Agent v2 and v3 #784

Closed
@mjang

Description

@mjang

Overview

Current doc, at least here, is misleading.

Description

It specifies VERSION_TAG as a label for a distro

Related: we now support two different agents, v2 and v3

We need to change the linked doc (and possibly others) to:


I think we need to make it completely obvious in the documentation that :

  • Agent V2
    docker pull private-registry.nginx.com/nginx-plus/agent:{DISTRO}
  • Agent V3 - For N1C, this is the one that unlocks the new features such as otel metrics back to the console, NAP, and UWAAP in XC (soon)
    docker pull private-registry.nginx.com/nginx-plus/agentv3:{DISTRO}

As noted by @mattdesmarais

Probably also affected:

Acceptance criteria

Review all doc content where we use docker to pull different distro images, and have to specify options for different agents

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions