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

ci tools faq #1023

Merged
merged 3 commits into from
May 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions troubleshooting/frequently-asked-questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,10 @@ global:
enabled: true
```
Keep in mind that any config change to Kubecost that does not include new images will require steps to ensure the new configuration is used.

Q: Is it possible to use a CI/CD tool to install and maintain Kubecost?\
A: Yes! Many do. There are a number of examples on our [poc-common-configurations repo](https://github.com/kubecost/poc-common-configurations). Keep in mind that support for 3rd party tools is limited without an Kubecost Enterprise subscription. We thank our community for some significant contributions here:
- [ArgoCD](https://github.com/kubecost/poc-common-configurations/tree/main/argocd)
- [Flux](https://github.com/kubecost/poc-common-configurations/tree/main/fluxcd)
- [Terraform](https://github.com/kubecost/poc-common-configurations/tree/main/terraform)

Loading