Commit c9a2d18a authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'docs-gitlab-agent-version' into 'master'

Add note about agentk version to one-liner install instructions

See merge request gitlab-org/gitlab!56050
parents 4156f569 95db690f
......@@ -246,6 +246,10 @@ Replace the value of `agent-token` below with the token received from the previo
docker run --rm registry.gitlab.com/gitlab-org/cluster-integration/gitlab-agent/cli:latest generate --agent-token=your-agent-token --kas-address=wss://kas.gitlab.example.com --agent-version latest | kubectl apply -f -
```
Set `agent-version` to the latest released patch version matching your
GitLab installation's major and minor versions. For example, if you have
GitLab v13.9.0, set `--agent-version=v13.9.1`.
To find out the various options the above Docker container supports, run:
```shell
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment