Skip to content

Commit 00582c2

Browse files
haimariclaude
andcommitted
docs: Replace "StartApp" with "start.io" throughout documentation
- Update FEATURES_OVERVIEW.md to use "start.io" branding consistently - Update Helm Chart maintainer name to use "start.io Team" - Ensure consistent branding across all documentation files πŸ€– Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2920dc5 commit 00582c2

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

β€Ždocs/FEATURES_OVERVIEW.mdβ€Ž

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## πŸš€ **Executive Summary**
44

5-
This document provides a comprehensive overview of the **StartApp Karpenter OCI Provider** and its key differentiators compared to other implementations. Our fork delivers **enterprise-grade dynamic provisioning** with advanced cost optimization, comprehensive rate limiting protection, and production-validated reliability.
5+
This document provides a comprehensive overview of the **start.io Karpenter OCI Provider** and its key differentiators compared to other implementations. Our fork delivers **enterprise-grade dynamic provisioning** with advanced cost optimization, comprehensive rate limiting protection, and production-validated reliability.
66

77
---
88

@@ -12,7 +12,7 @@ This document provides a comprehensive overview of the **StartApp Karpenter OCI
1212

1313
Our Karpenter OCI Provider transforms the static approach of other implementations into a **dynamic, intelligent, and production-ready solution**:
1414

15-
| **Aspect** | **Other Implementations** | **StartApp Version (Our Fork)** | **Improvement** |
15+
| **Aspect** | **Other Implementations** | **start.io Version (Our Fork)** | **Improvement** |
1616
|------------|----------------------------|----------------------------------|-----------------|
1717
| **Shape Provisioning** | Static list of fixed shapes | **Dynamic flexible shape calculation** | **∞% flexibility** |
1818
| **Cost Optimization** | Basic shape selection | **20% cost reduction with smart filtering** | **$2,500+/month savings** |
@@ -181,7 +181,7 @@ metrics:
181181
182182
---
183183
184-
## πŸ†š **Detailed Comparison: Other Implementations vs StartApp Version**
184+
## πŸ†š **Detailed Comparison: Other Implementations vs start.io Version**
185185
186186
### **Shape Provisioning Approach**
187187
@@ -203,7 +203,7 @@ var SupportedInstanceTypes = []string{
203203
// ❌ Manual maintenance - requires updating static lists
204204
```
205205

206-
#### **StartApp Version (Dynamic):**
206+
#### **start.io Version (Dynamic):**
207207
```go
208208
// Intelligent, real-time calculation
209209
func (p *InstanceTypeProvider) GetDynamicInstanceTypes(
@@ -247,7 +247,7 @@ func (c *Client) TerminateInstance(ctx context.Context, instanceID string) error
247247
}
248248
```
249249

250-
#### **StartApp Version:**
250+
#### **start.io Version:**
251251
```go
252252
// Comprehensive multi-layered protection
253253
func (c *Client) TerminateInstance(ctx context.Context, instanceID string) error {
@@ -300,7 +300,7 @@ func selectInstanceType(requirements []Requirement) string {
300300
// ❌ Potential for significant cost waste
301301
```
302302

303-
#### **StartApp Version:**
303+
#### **start.io Version:**
304304
```go
305305
// Advanced cost optimization engine
306306
func (p *Provider) SelectOptimalShape(requirements []Requirement) *ShapeConfig {
@@ -474,7 +474,7 @@ spec:
474474
475475
## πŸ“Š **Feature Comparison Matrix**
476476
477-
| **Feature** | **Other Implementations** | **StartApp Version** | **Impact** |
477+
| **Feature** | **Other Implementations** | **start.io Version** | **Impact** |
478478
|-------------|------------------|----------------------|------------|
479479
| **Shape Selection** | Static list | **Dynamic calculation** | ∞% flexibility |
480480
| **Cost Optimization** | None | **20% reduction** | $2,500+/month savings |
@@ -531,7 +531,7 @@ spec:
531531
532532
## πŸ† **Conclusion**
533533
534-
The **StartApp Karpenter OCI Provider** represents a **complete evolution** from other implementations:
534+
The **start.io Karpenter OCI Provider** represents a **complete evolution** from other implementations:
535535
536536
- **🎯 From Static β†’ Dynamic**: Intelligent, real-time provisioning
537537
- **πŸ’° From Wasteful β†’ Optimized**: 20% cost reduction proven

β€Žhelm/karpenter-oci/Chart.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ keywords:
1515
- autoscaling
1616
- kubernetes
1717
maintainers:
18-
- name: StartApp Team
18+
- name: start.io Team
1919
email: support@startapp.com

0 commit comments

Comments
Β (0)