Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Dev Preview statments to enclave support #1

Open
wants to merge 1 commit into
base: main
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
6 changes: 3 additions & 3 deletions docs/enclave_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ In this context, enclave users are interested in:
* **keeping the volume** of data transfered from one network stage to the other **to a strict minimum**, avoiding to transfer a blob or an image more than one time from one stage to another.

## When can I use the feature?
:warning: **The Enclave support feature is still an MVP and should not be used in production.**
:warning: **The Enclave support feature is an MVP in Developer Preview and should not be used in production.**

In the 4.15 release, the enclave workflow is still an MVP (Minimal Viable Product). It will be graduating to Tech Preview in 4.16.
In the OpenShift 4.15 release, the enclave workflow is a Developer Preview MVP (Minimal Viable Product). It is intended to graduate it to Tech Preview in OpenShift 4.16.

After GA, this new mirroring technique is intended to replace the existing oc-mirror.

Expand Down Expand Up @@ -179,4 +179,4 @@ oc-mirror --v2 -c isc-enclave.yaml
--from /local-disk docker://registry.enc1.in
```

The administrators of the OCP cluster in Enclave1 are now ready to install/upgrade that cluster.
The administrators of the OCP cluster in Enclave1 are now ready to install/upgrade that cluster.