1.1.5 • Published 3 years ago

@gitlab/gitlab-agent-token v1.1.5

Weekly downloads
3
License
MIT
Repository
gitlab
Last release
3 years ago

GitLab Agent Token generator

This script helps setting up a new GitLab Kubernetes Agent by providing a CLI script to register a new agent with a GitLab instance and retrieve the agent's token.

The GitLab Kubernetes Agent is GitLab's cluster side component to support GitLab's Kubernetes integration features like pull based deployments. Once the token is available, it should be added to your cluster as a secret. See the GitLab documentation for more details about setting up the GitLab Kubernetes Agent.

Usage

$ npx @gitlab/gitlab-agent-token

Todo

See the issues: https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent-token/-/issues

Release

Release a new version with npm version ... run locally