Add the bootstrap command to the agent creation popup
Release notes
Problem to solve
As an Application Operator, I want to manage my agentk installation with FluxCD.
Proposal
With Easy bootstrapping of k8s functionality with th... (&12594 - closed) released, we can add support for the glab cluster agent bootstrap command to the agent registration popup.
Microcopy at the top:
Bootstrap the agent with Flux
If Flux is installed in the cluster, you can install and register the agent from the command line:
glab cluster agent bootstrap <agent-name>You can view a list of options with
--help.If you're
[bootstrapping the agent with Flux](link_to_docs), you can close this dialog.
Docs link:
Intended users
Feature Usage Metrics
No metrics to implement here
Does this feature require an audit event?
No
Implementation plan
- Update
install_agent_modalto include the new section. - The strings are located in the
I18N_AGENT_MODALconstant. - To add a code block with the
glabcommand, use a similar approach as in theconnect_to_agent_modal. - Update the corresponding specs
Edited by Anna Vovchenko
