mirror of
https://github.com/confidential-containers/confidential-containers.git
synced 2025-08-21 09:12:50 +00:00
quickstart: Use v0.3.0 as example, instead of v0.2.0
As we're about to release v0.3.0, let's update the quickstart guide so it's easier for folks to try it out using the correct latest release. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
41d23524f7
commit
a7f1716eae
@ -61,9 +61,9 @@ with the desired [release tag](https://github.com/confidential-containers/operat
|
|||||||
kubectl apply -k github.com/confidential-containers/operator/config/release?ref=<RELEASE_VERSION>
|
kubectl apply -k github.com/confidential-containers/operator/config/release?ref=<RELEASE_VERSION>
|
||||||
```
|
```
|
||||||
|
|
||||||
For example, to deploy the `v0.2.0` release run:
|
For example, to deploy the `v0.3.0` release run:
|
||||||
```
|
```
|
||||||
kubectl apply -k github.com/confidential-containers/operator/config/release?ref=v0.2.0
|
kubectl apply -k github.com/confidential-containers/operator/config/release?ref=v0.3.0
|
||||||
```
|
```
|
||||||
|
|
||||||
Wait until each pod has the STATUS of Running.
|
Wait until each pod has the STATUS of Running.
|
||||||
|
Loading…
Reference in New Issue
Block a user