Skip to content

Commit

Permalink
CC won't start if secret not present in cluster
Browse files Browse the repository at this point in the history
This is an unfortunate limitation. I'd like to update it to not need
the secret so that some functionality can be unavailable.
  • Loading branch information
michaelmdresser committed Mar 17, 2022
1 parent 978506b commit e19d2ea
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions api-request-recommendation-apply.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@ For the Apply APIs to be available, you must have Kubecost's Cluster Controller
[enabled](./controller.md). Cluster Controller contains Kubecost's automation
features, and thus has write permission to certain resources on your cluster.

> You don't need to set up cloud provider service accounts for Apply to work, but it is recommended.
Just run a standard `helm` install or upgrade with:
```
--set clusterController.enabled=true
```
> Make sure to follow the full setup instructions.

This comment has been minimized.

Copy link
@dwbrown2

dwbrown2 Mar 17, 2022

Contributor

@michaelmdresser what's this reference? Not clear what "full setup instructions" are in this case... maybe it's just me though

## APIs

Expand Down

0 comments on commit e19d2ea

Please sign in to comment.