Miscellaneous Updates (r8)

- created the installation-66477d7646db.rest file;
- Updated $ wget information and updated the command line.
- Updated kubevirt-app version.
- Updated step to install KubeVirt.

Signed-off-by: Elaine Fonaro <elaine.fonaro@windriver.com>
Change-Id: I01f35539076d835916bb4fc78dd59b9c05ae3dfa
This commit is contained in:
Elaine Fonaro 2023-01-20 09:45:03 -03:00 committed by Ron Stone
parent d5b289b43f
commit a0d4f366d0
4 changed files with 20 additions and 13 deletions

View File

@ -0,0 +1,2 @@
.. kubevirt-app-version-begin
.. kubevirt-app-version-end

View File

@ -11,12 +11,19 @@ Complete the following steps to install KubeVirt.
#. Upload the KubeVirt system application tarball and check the KubeVirt
application status:
.. code-block:: none
.. only:: starlingx
~(keystone_admin)$ system application-upload /usr/local/share/application/helm/kubevirt-app-1.0-1.tgz
.. code-block:: none
~(keystone_admin)$ system application-list
~(keystone_admin)$ system application-upload /usr/local/share/applications/helm/kubevirt-app-1.0-1.tgz
~(keystone_admin)$ system application-list
.. only:: partner
.. include:: /_includes/installation-66477d7646db.rest
:start-after: kubevirt-app-version
:end-before: kubevirt-app-version
#. Apply the KubeVirt system application and check the KubeVirt and |CDI|
status:

View File

@ -30,8 +30,8 @@ On the remote workstation, install virtctl client tool.
.. code-block::
$ export VERSION=v0.53.1
$ wget https://github.com/kubevirt/kubevirt/releases/download/
$ ${VERSION}/virtctl-${VERSION}-linux-amd64 chmod a+x ./virtctl-${VERSION}-linux-amd64
$ wget https://github.com/kubevirt/kubevirt/releases/download/${VERSION}/virtctl-${VERSION}-linux-amd64
$ chmod a+x ./virtctl-${VERSION}-linux-amd64
$ sudo cp ./virtctl-${VERSION}-linux-amd64 /usr/bin/virtctl
@ -45,4 +45,3 @@ graphical console.
$ sudo apt -y install virt-viewer