Skip to content

update docs to reference kind targets instead of local-up #1080

@ktdreyer

Description

@ktdreyer
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    ambient-code:auto-fixAmber agent: automated low-risk fixes (formatting, linting)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions