You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
- Remove `components/manifests/minikube/` directory and
`docs/internal/developer/local-development/minikube.md`
- Convert CI workflow (`.github/workflows/test-local-dev.yml`) from
minikube to kind
- Remove minikube-specific Makefile targets (`local-reload-*`,
`_build-and-load`, `_show-access-info`, `check-minikube`,
`local-sync-version`); alias
`local-up`/`local-down`/`local-clean`/`local-rebuild` to their kind
equivalents
- Update `local-test-quick` to use kind cluster checks instead of
`minikube ip`
- Update `check-local-context` to only accept `kind-` prefixed contexts
- Update all documentation, diagrams, skill files, and test scripts
## Test plan
- [ ] `make kind-up` creates cluster successfully
- [ ] `make local-up` works as alias for `kind-up`
- [ ] `make local-test-quick` passes against a running kind cluster
- [ ] `make local-status` shows correct kind cluster info
- [ ] `make local-down` works as alias for `kind-down`
- [ ] CI workflow runs successfully with kind
- [ ] `make help` output looks correct
- [ ] `tests/local-dev-test.sh --ci` passes
Fixes#898
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments