Renamed from Boilerplate to CleverClaude

This commit is contained in:
Your Name
2025-08-10 00:20:59 +00:00
parent bae6665d94
commit 20d6c2549d
24 changed files with 219 additions and 194 deletions
+6 -6
View File
@@ -416,10 +416,10 @@ helm lint k8s/
**Solutions**:
```bash
# 1. Check pod status
kubectl get pods -l app.kubernetes.io/name=boilerplate
kubectl get pods -l app.kubernetes.io/name=cleverclaude
# 2. Check pod logs
kubectl logs -l app.kubernetes.io/name=boilerplate
kubectl logs -l app.kubernetes.io/name=cleverclaude
# 3. Describe failing resources
kubectl describe pod <pod-name>
@@ -438,7 +438,7 @@ kubectl describe node
**Solutions**:
```bash
# 1. Check image exists
docker pull ghcr.io/cleverthis/boilerplate:latest
docker pull ghcr.io/cleverthis/cleverclaude:latest
# 2. Check image pull secrets
kubectl get secrets
@@ -446,8 +446,8 @@ kubectl describe secret <image-pull-secret>
# 3. Use local image for testing
# Build locally and use kind/minikube
docker build -t boilerplate:local .
kind load docker-image boilerplate:local
docker build -t cleverclaude:local .
kind load docker-image cleverclaude:local
# 4. Update image pull policy
# In values.yaml
@@ -718,7 +718,7 @@ echo $PYTHONPATH
### Documentation Resources
- **Main Documentation**: https://cleverthis.github.io/boilerplate
- **Main Documentation**: https://cleverthis.github.io/cleverclaude
- **Tool Documentation**:
- [uv docs](https://github.com/astral-sh/uv)
- [Ruff docs](https://docs.astral.sh/ruff/)