Commit cf8fb4af authored by Kati Paizee's avatar Kati Paizee

Merge branch 'docs-add-agents-flags' into 'master'

Add the agents flags in documentation

See merge request gitlab-org/gitlab!81598
parents eb47a2b0 18dbf1b7
...@@ -114,6 +114,18 @@ To view all available options, open a terminal and run this command: ...@@ -114,6 +114,18 @@ To view all available options, open a terminal and run this command:
```shell ```shell
docker run --pull=always --rm registry.gitlab.com/gitlab-org/cluster-integration/gitlab-agent/cli:stable generate --help docker run --pull=always --rm registry.gitlab.com/gitlab-org/cluster-integration/gitlab-agent/cli:stable generate --help
Usage:
cli generate [flags]
Flags:
--agent-token string Access token registered for agent
--agent-version string Version of the agentk image to use (default "v14.8.1")
-h, --help help for generate
--kas-address string GitLab Kubernetes Agent Server address
--name-prefix string The prefix to use for names of Kubernetes objects
--namespace string Kubernetes namespace to create resources in (default "gitlab-agent")
--no-rbac Do not include corresponding Roles and RoleBindings for the agent service account
``` ```
WARNING: WARNING:
......
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