Skip to content

Commit fe83346

Browse files
committed
Updated OpenCost plugin documentation
1 parent 9e27c85 commit fe83346

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

oci-scanner-plugin-helm/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Multi-vendor GPU monitoring and health check solution for OCI compute instances
1313
- **Health Check**: GPU performance testing (optional)
1414
- **DRHPC**: Distributed diagnostic monitoring for both AMD and NVIDIA
1515
- **Node Problem Detector**: GPU health monitoring via DRHPC integration (requires labeling)
16+
- **OpenCost**: Cost tracking and resource allocation metrics (via subchart)
1617

1718
## Configuration
1819

@@ -33,10 +34,16 @@ helm upgrade oci-gpu-scanner-plugin . \
3334
--set nodeProblemDetector.enabled=true \
3435
--set drhpc.enabled=true
3536

37+
# Disable OpenCost (enabled by default)
38+
helm install oci-gpu-scanner-plugin . -f values.yaml -n oci-gpu-scanner-plugin \
39+
--set opencost.enabled=false
40+
3641
# Uninstall
3742
helm uninstall oci-gpu-scanner-plugin -n oci-gpu-scanner-plugin
3843
```
3944

45+
**Cost Tracking**: OpenCost is enabled by default to provide cost visibility for Kubernetes workloads. See [cost_tracking.md](cost_tracking.md) for detailed metrics.
46+
4047
## Requirements
4148

4249
- Kubernetes cluster with AMD / Nvidia GPU nodes
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ These metrics show actual resource allocations to containers, used for chargebac
104104

105105
## Additional Resources
106106

107-
- [OCI GPU Scanner OpenCost Fork](https://github.com/gablyu-oci/opencost/tree/custom_pricing) - OCI GPU Scanner specific custom pricing implementation
108-
- [OCI GPU Scanner OpenCost Helm Chart](https://github.com/gablyu-oci/opencost-helm-chart/tree/pricing-configs) - OCI GPU Scanner specific deployment configuration
107+
- [OCI GPU Scanner OpenCost Fork](https://github.com/oci-ai-incubations/opencost) - OCI GPU Scanner specific custom pricing implementation
108+
- [OCI GPU Scanner OpenCost Helm Chart](https://github.com/oci-ai-incubations/opencost-helm-chart) - OCI GPU Scanner specific deployment configuration
109109
- [OpenCost Documentation](https://www.opencost.io/docs/) - OpenCost Official documentation
110110

111111

0 commit comments

Comments
 (0)