Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

Commit

Permalink
rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegoodier committed Nov 3, 2022
1 parent ab56b31 commit 5517c46
Show file tree
Hide file tree
Showing 5 changed files with 155 additions and 165 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Then install against the local cost-analyzer repo using following helm install c
helm upgrade --install kubecost \
--repo https://raw.githubusercontent.com/kubecost/openshift-helm-chart/1.98.0-rc.4/ cost-analyzer \
--namespace kubecost --create-namespace \
-f https://raw.githubusercontent.com/kubecost/openshift-helm-chart/1.98.0-rc.4/cost-analyzer/values-thanos.yaml
-f https://raw.githubusercontent.com/kubecost/openshift-helm-chart/1.98.0-rc.4/cost-analyzer/values-thanos.yaml \
-f https://raw.githubusercontent.com/kubecost/openshift-helm-chart/1.98.0-rc.4/cost-analyzer/disable-psps.yaml
```

Expand Down
Binary file removed cost-analyzer-ocp-1.97.0.tgz
Binary file not shown.
18 changes: 18 additions & 0 deletions cost-analyzer/values-openshift.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
kubecostProductConfigs:
clusterName: CLUSTER_NAME
# projectID: CLUSTER_NAME

prometheus:
nodeExporter:
enabled: false
serviceAccounts:
nodeExporter:
create: false
kube-state-metrics:
disabled: true
server:
global:
external_labels:
cluster_id: CLUSTER_NAME
networkCosts:
enabled: false
Loading

0 comments on commit 5517c46

Please sign in to comment.