Commit 8bc3cdb
docs: add Helm ownership labeling step to CRD migration guide (#245)
## Summary
- Adds a required `kubectl label` + `kubectl annotate` step to the CRD
migration instructions
- Without this, `helm install` of the new CRDs chart fails with "cannot
be imported into the current release: invalid ownership metadata"
- Discovered during demo setup when migrating from previously-installed
CRDs to the new charts format
Extracted from #217 per [this
comment](https://github.com/temporalio/temporal-worker-controller/pull/217/changes/BASE..d6d8f7ce7f5651529c7cdf216fe1a8b4fbecbe1a#r2986526435)
— this needs to land independently in the chart version where CRDs are
first split out.
## Test plan
- [ ] Verify the migration steps work on a cluster with pre-existing
CRDs installed via the old `crds/` directory
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 5ab9bf7 commit 8bc3cdb
1 file changed
Lines changed: 17 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
129 | | - | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
130 | 145 | | |
131 | 146 | | |
132 | 147 | | |
| |||
0 commit comments