You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to switch to `main` kata-containers payload we need to
switch to use the latest operator. There isn't a released version of it yet that supports
the peer pods and nydus-snapshotter changes required,
so switch to the latest branch for now
Signed-off-by: stevenhorsman <[email protected]>
@@ -56,16 +56,30 @@ Alternatively the manual approach, if you want to pick a specific CoCo release/r
56
56
57
57
- Deploy the CoCo operator
58
58
59
-
- Follow the instructions in the ["Deploy the Operator" section](https://github.com/confidential-containers/operator/blob/main/docs/INSTALL.md#deploy-the-operator) of the CoCo Operator's INSTALL.md file.
59
+
<!-- TODO - uncomment when 0.9 is released
60
+
- Either deploy a release version of the peer pods enabled CoCo operator, by running the following command where
61
+
`<RELEASE_VERSION>` needs to be substituted with the desired [release tag](https://github.com/confidential-containers/operator/tags):
62
+
> **Note:** the release version needs to be `v0.9.0` or after
- Create the peer pods variant of the CC custom resource to install the required pieces of CC and create the `kata-remote` `RuntimeClass`
62
-
- Again, either deploy a release version of the Confidential Containers peer pod customer resource with, by running the following command where `<RELEASE_VERSION>` needs to be substituted with the desired [release tag](https://github.com/confidential-containers/operator/tags):
63
-
> **Note:** the release version needs to be `v0.6.0` or after
74
+
<!-- TODO - uncomment when 0.9 is released
75
+
- Either deploy a release version of the Confidential Containers peer pod customer resource with, by running the following command where `<RELEASE_VERSION>` needs to be substituted with the desired [release tag](https://github.com/confidential-containers/operator/tags):
76
+
> **Note:** the release version needs to be `v0.9.0` or after
0 commit comments