From 41e2d30e4478dfbbf352e3f32859b46e5850b64a Mon Sep 17 00:00:00 2001 From: jesse goodier <31039225+jessegoodier@users.noreply.github.com> Date: Wed, 1 May 2024 19:56:40 +0000 Subject: [PATCH 1/2] ci tools faq --- troubleshooting/frequently-asked-questions.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/troubleshooting/frequently-asked-questions.md b/troubleshooting/frequently-asked-questions.md index 4aa4b4603..2991a563c 100644 --- a/troubleshooting/frequently-asked-questions.md +++ b/troubleshooting/frequently-asked-questions.md @@ -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 the 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) + From c100c89e116c0fdce9b9f5429b07cc9d76cf1a7d Mon Sep 17 00:00:00 2001 From: jesse goodier <31039225+jessegoodier@users.noreply.github.com> Date: Wed, 1 May 2024 19:59:19 +0000 Subject: [PATCH 2/2] ci tools faq --- troubleshooting/frequently-asked-questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/troubleshooting/frequently-asked-questions.md b/troubleshooting/frequently-asked-questions.md index 2991a563c..7ccc23dda 100644 --- a/troubleshooting/frequently-asked-questions.md +++ b/troubleshooting/frequently-asked-questions.md @@ -163,7 +163,7 @@ global: 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 the support for 3rd party tools is limited without an Kubecost Enterprise subscription. We thank our community for some significant contributions here: +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)