Skip to content
This repository was archived by the owner on Aug 2, 2021. It is now read-only.

Add note on api compatibility #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/when-to-update-my-operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ For example:
$ kubectl delete pods -n olm -l olm.catalogSource=operatorhubio-catalog

```
The operators that were installed from the catalog will be updated automatically or manually, depending on the value of `installPlanApproval` in the Subscription for the operator. For more information on approving manual updates to operators, please see [How do I approve an update?](openshift/coming-soon.md)
The operators that were installed from the catalog will be updated automatically or manually, depending on the value of `installPlanApproval` in the Subscription for the operator. For more information on approving manual updates to operators, please see [How do I approve an update?](openshift/coming-soon.md)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: Removed newlines.


> Note: If you are changing the schema of a CustomResourceDefinition, please review the [kubernetes sig-architecture's notes](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api_changes.md#on-compatibility) and the [Operator-SDK's notes](https://sdk.operatorframework.io/docs/migrating-existing-apis/) on API compatibility.