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:
parent
d5b289b43f
commit
a0d4f366d0
2
doc/source/_includes/installation-66477d7646db.rest
Normal file
2
doc/source/_includes/installation-66477d7646db.rest
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
.. kubevirt-app-version-begin
|
||||||
|
.. kubevirt-app-version-end
|
@ -11,12 +11,19 @@ Complete the following steps to install KubeVirt.
|
|||||||
#. Upload the KubeVirt system application tarball and check the KubeVirt
|
#. Upload the KubeVirt system application tarball and check the KubeVirt
|
||||||
application status:
|
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|
|
#. Apply the KubeVirt system application and check the KubeVirt and |CDI|
|
||||||
status:
|
status:
|
||||||
|
@ -30,8 +30,8 @@ On the remote workstation, install virtctl client tool.
|
|||||||
.. code-block::
|
.. code-block::
|
||||||
|
|
||||||
$ export VERSION=v0.53.1
|
$ export VERSION=v0.53.1
|
||||||
$ wget https://github.com/kubevirt/kubevirt/releases/download/
|
$ wget https://github.com/kubevirt/kubevirt/releases/download/${VERSION}/virtctl-${VERSION}-linux-amd64
|
||||||
$ ${VERSION}/virtctl-${VERSION}-linux-amd64 chmod a+x ./virtctl-${VERSION}-linux-amd64
|
$ chmod a+x ./virtctl-${VERSION}-linux-amd64
|
||||||
$ sudo cp ./virtctl-${VERSION}-linux-amd64 /usr/bin/virtctl
|
$ sudo cp ./virtctl-${VERSION}-linux-amd64 /usr/bin/virtctl
|
||||||
|
|
||||||
|
|
||||||
@ -45,4 +45,3 @@ graphical console.
|
|||||||
|
|
||||||
$ sudo apt -y install virt-viewer
|
$ sudo apt -y install virt-viewer
|
||||||
|
|
||||||
|
|
||||||
|
@ -140,4 +140,3 @@
|
|||||||
|
|
||||||
.. end-install-proc
|
.. end-install-proc
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user