Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
glab(1)								       glab(1)

NAME
       glab-cluster-agent-update-kubeconfig  -	Update your kubeconfig for use
       with a GitLab Agent for Kubernetes.

SYNOPSIS
       glab cluster agent update-kubeconfig [flags]

DESCRIPTION
       Configures kubectl to authenticate through the GitLab Agent for	Kuber-
       netes using an exec credential plugin.

        Use --agent to	specify	the agent by its numeric ID.

        Use --use-context to set the agent as the default kubectl context.

        Use  --token-expiry-duration  to control how long the generated token
	 is valid.

        Use --cache-mode to control how generated tokens are cached.

OPTIONS
       -a, --agent=0	  The numeric agent ID to create the kubeconfig	 entry
       for.

       -c,  --cache-mode="force-keyring"       Mode to use for caching the to-
       ken. Allowed values: keyring-filesystem-fallback, force-keyring,	force-
       filesystem, no.

       --check-revoked[=false]	    Check if a cached token  is	 revoked.  Re-
       quires  an  API	call to	GitLab,	which adds latency every time a	cached
       token is	accessed.

       --kubeconfig=""	    Use	a particular kubeconfig	file.

       --token-expiry-duration=24h0m0s	    Duration for generated token's va-
       lidity. Minimum is 1 day. Expires at end	of day,	and ignores time.

       -u, --use-context[=false]      Use as default context.

OPTIONS	INHERITED FROM PARENT COMMANDS
       -h, --help[=false]      Show help for this command.

       -R, --repo=""	   Select  another  repository.	 You  can  use	either
       OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL	or Git URL is also ac-
       cepted.

EXAMPLE
       # Update	kubeconfig for agent 123
       glab cluster agent update-kubeconfig --agent 123

       # Update	kubeconfig and set as the default context
       glab cluster agent update-kubeconfig --agent 123	--use-context

SEE ALSO
       glab-cluster-agent(1)

Auto generated by spf13/cobra	   Jun 2026			       glab(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=glab-cluster-agent-update-kubeconfig&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help