Skip to content

docs: update local-* target references to kind-* equivalents#1184

Open
ambient-code[bot] wants to merge 1 commit intomainfrom
docs/update-local-to-kind-targets
Open

docs: update local-* target references to kind-* equivalents#1184
ambient-code[bot] wants to merge 1 commit intomainfrom
docs/update-local-to-kind-targets

Conversation

@ambient-code
Copy link
Copy Markdown
Contributor

@ambient-code ambient-code bot commented Apr 3, 2026

Summary

  • Replace deprecated local-* Makefile target names with kind-* equivalents across 6 documentation files
  • Mapping: local-upkind-up, local-cleankind-down, local-rebuildkind-rebuild, local-reload-backendkind-reload-backend, local-reload-frontendkind-reload-frontend, local-reload-operatorkind-reload-operator
  • CRC-specific content (crc.md, CRC sections in README.md, manifests/README.md) intentionally left unchanged

Files changed

  • tests/README.md — 5 replacements
  • docs/internal/developer/local-development/kind.md — 2 replacements
  • docs/internal/developer/README.md — 2 replacements
  • components/README.md — 4 replacements
  • docs/internal/architecture/diagrams/deployment-stack.mmd — 2 replacements
  • docs/internal/architecture/diagrams/component-structure.mmd — 2 replacements

Closes #1080

Test plan

  • Verify no non-CRC references to old target names remain
  • Verify all CRC references are preserved unchanged
  • Visual review of Mermaid diagrams render correctly

🤖 Generated with Claude Code

Replace deprecated Makefile target names with their kind equivalents
across documentation files. CRC-specific content is intentionally
left unchanged as those targets remain valid for OpenShift Local.

Mapping: local-up→kind-up, local-clean→kind-down,
local-rebuild→kind-rebuild, local-reload-*→kind-reload-*

Closes #1080

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ambient-code ambient-code bot added this to the Review Queue milestone Apr 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

update docs to reference kind targets instead of local-up

1 participant