Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
qmhu committed Apr 6, 2022
1 parent fe56a14 commit a54f957
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Crane is composed of the following components:
- **RecommendationController** - Recommend Pod resource requests and autoscaler.
- **ClusterNodePredictionController** - Create Predictor for nodes.
- **EffectiveHPAController** - Effective HPA for horizontal scaling.
- **EffectiveHPAController** - Effective VPA for vertical scaling.
- **EffectiveVPAController** - Effective VPA for vertical scaling.
- [metric-adaptor](cmd/metric-adapter). - Metric server for driving the scaling.
- [crane-agent](cmd/crane-agent). - Ensure critical workloads SLO based on abnormally detection.
- [gocrane/api](https://github.com/gocrane/api). This repository defines component-level APIs for the Crane platform.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Crane is composed of the following components:
- **RecommendationController** - Recommend Pod resource requests and autoscaler.
- **ClusterNodePredictionController** - Create Predictor for nodes.
- **EffectiveHPAController** - Effective HPA for horizontal scaling.
- **EffectiveHPAController** - Effective VPA for vertical scaling.
- **EffectiveVPAController** - Effective VPA for vertical scaling.
- [metric-adaptor](https://github.com/gocrane/crane/tree/main/cmd/metric-adapter) - Metric server for driving the scaling.
- [crane-agent](https://github.com/gocrane/crane/tree/main/cmd/crane-agent) - Ensure critical workloads SLO based on abnormally detection.
- [gocrane/api](https://github.com/gocrane/api) - This repository defines component-level APIs for the Crane platform.
Expand Down

0 comments on commit a54f957

Please sign in to comment.