Skip to content
Merged
Show file tree
Hide file tree
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: 2 additions & 2 deletions docs/draft/concepts/clusterobjectsets.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ When operator-controller creates ClusterObjectSets for ClusterExtensions, it aut
- Objects larger than 900 KiB are gzip-compressed before storage (ref resolution auto-detects and transparently decompresses gzip-compressed values so consumers see the original JSON manifest)
- Content-addressable naming (based on SHA-256 hashes of the data) ensures that Secret names and data keys are deterministic, making creation idempotent and safe to retry

For a detailed design discussion, see [Large Bundle Support](../../concepts/large-bundle-support.md).
For a detailed design discussion, see [Large Bundle Support](large-bundle-support.md).

## Status conditions

Expand Down Expand Up @@ -390,4 +390,4 @@ Example output:
NAME AVAILABLE PROGRESSING AGE
my-extension-abc12 Unknown False 2d
my-extension-def34 True True 1h
```
```
4 changes: 2 additions & 2 deletions docs/project/olmv1_community.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ You can reach out to the OLM community for feedbacks/discussions/contributions i

* Kubernetes Slack channel: [#olm-dev](https://kubernetes.slack.com/messages/olm-dev)
* [Operator Framework on Google Groups](https://groups.google.com/forum/#!forum/operator-framework)
* Weekly in-person Working Group meeting: [olm-wg](https://github.com/operator-framework/community#operator-lifecycle-manager-working-group)
* Biweekly (every two weeks) in-person Working Group meeting: [olm-wg](https://github.com/operator-framework/community#operator-lifecycle-manager-working-group)

For further information on contributing, please consult the [Contribution Guide](../contribute/contributing.md)
For further information on contributing, please consult the [Contribution Guide](../contribute/contributing.md)
Loading