Skip to content

Commit 3e3a90f

Browse files
committed
Add more changelog
Signed-off-by: Pavol Loffay <[email protected]>
1 parent 1a1e2fa commit 3e3a90f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.chloggen/v1beta1-webhook.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ subtext: |
1919
Follow [migration guide](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning/#upgrade-existing-objects-to-a-new-stored-version) for upgrading already created collector instances.
2020
After all `otelcol.v1alpha1.opentelemetry.io` are stored as `v1beta1` update the collector CRD to store only `v1beta1`
2121
`kubectl patch customresourcedefinitions opentelemetrycollectors.opentelemetry.io --subresource='status' --type='merge' -p '{"status":{"storedVersions":["v1beta1"]}}'`.
22+
**Only `AllNamespaces` install mode is now supported** due to the conversion webhook from `v1beta1` to `v1alpha1`.
23+
See [OLM docs](https://olm.operatorframework.io/docs/tasks/install-operator-with-olm/) and
24+
[OLM operator groups docs](https://olm.operatorframework.io/docs/advanced-tasks/operator-scoping-with-operatorgroups/).
25+

0 commit comments

Comments
 (0)