Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement helm handlers and add configuration values to FleetAddonConfig to set up the fleet installation. #42

Open
5 tasks
Tracked by #38
Danil-Grigorev opened this issue May 23, 2024 · 0 comments

Comments

@Danil-Grigorev
Copy link
Contributor

Danil-Grigorev commented May 23, 2024

We need to implement Helm CLI wrapper, which would provide basic functionality for fleet CRD, agent and controller operations, like:

  • Helm repo operation
  • Helm list
  • Helm install
  • Helm template
  • Helm uninstall

The CLI will be available in the addon image, and it will use in-cluster kubeconfig. RBAC roles should updated accordingly to allow performing operations like helm install and helm uninstall.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant