Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Summary
PR #1036 removed minikube targets from the Makefile and added deprecation aliases. There are still 31 references to the old target names across 9 files that should be updated to use the kind equivalents.
Files to update
tests/README.md
docs/internal/developer/local-development/crc.md
docs/internal/developer/local-development/README.md
docs/internal/developer/local-development/kind.md
docs/internal/developer/README.md
docs/internal/architecture/diagrams/component-structure.mmd
docs/internal/architecture/diagrams/deployment-stack.mmd
components/README.md
components/manifests/README.md
Mapping
| Old target |
New target |
local-up |
kind-up |
local-clean |
kind-down |
local-rebuild |
kind-rebuild |
local-reload-backend |
kind-reload-backend |
local-reload-frontend |
kind-reload-frontend |
local-reload-operator |
kind-reload-operator |
Notes
- CRC content is still supported and should NOT be changed
- The old names still work via deprecation aliases, so this is not urgent
Summary
PR #1036 removed minikube targets from the Makefile and added deprecation aliases. There are still 31 references to the old target names across 9 files that should be updated to use the kind equivalents.
Files to update
tests/README.mddocs/internal/developer/local-development/crc.mddocs/internal/developer/local-development/README.mddocs/internal/developer/local-development/kind.mddocs/internal/developer/README.mddocs/internal/architecture/diagrams/component-structure.mmddocs/internal/architecture/diagrams/deployment-stack.mmdcomponents/README.mdcomponents/manifests/README.mdMapping
local-upkind-uplocal-cleankind-downlocal-rebuildkind-rebuildlocal-reload-backendkind-reload-backendlocal-reload-frontendkind-reload-frontendlocal-reload-operatorkind-reload-operatorNotes