Skip to main content

akuity_kargo_agent_create

akuity kargo agent create

Create an agent

akuity kargo agent create [flags]

Examples

akuity kargo agent create \
--organization-name=<name> \
--instance-name=<name> \
<agent-name>

Options

      --agent-namespace string                Kargo agent namespace (default "akuity")
--agent-size string Agent size (One of small,medium,large) (default "small")
--akuity-argocd-id string Akuity Managed ArgoCD instance ID
--akuity-argocd-name string Akuity Managed ArgoCD instance name
--akuity-custom-image-registry string Custom image registry for Akuity images
--annotation stringArray Agent annotation (e.g. --annotation 'key1' or 'key1=value1')
--argocd-namespace string Target ArgoCD Namespace
--disable-auto-update Disable automatic updates of agent components
-h, --help help for create
--instance-id string Kargo instance ID
--instance-name string Kargo instance name
--kargo-custom-image-registry string Custom image registry for Kargo images
--kustomization-path string Path to kustomization.yaml that contains kargo agent kustomization
--label stringArray Agent label (e.g. --label 'key1' or 'key1=value1')
--org-id string Alias for organization-id
--org-name string Alias for organization-name
--organization-id string Akuity cloud organization ID
--organization-name string Akuity cloud organization name
-o, --output string Output format. One of (json, yaml, wide) (default "wide")
--self-hosted[=false] Is the Kargo agent self-hosted?
--upsert Update if exists
--version string Target version

Options inherited from parent commands

      --insecure-skip-tls-verify   If true, the server's certificate will not be checked for validity
--no-color Disable colored output (default true)
--server string The server url of the Akuity cloud (default "https://akuity.cloud")

SEE ALSO