-
Notifications
You must be signed in to change notification settings - Fork 82
update docs to reference kind targets instead of local-up #1080
Copy link
Copy link
Labels
ambient-code:auto-fixAmber agent: automated low-risk fixes (formatting, linting)Amber agent: automated low-risk fixes (formatting, linting)
Description
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.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.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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ambient-code:auto-fixAmber agent: automated low-risk fixes (formatting, linting)Amber agent: automated low-risk fixes (formatting, linting)