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,10 +37,10 @@ Complete the following steps to install KubeVirt.
|
|||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ watch -n 5 system application-list
|
$ watch -n 5 system application-list
|
||||||
|
|
||||||
# Wait for all pods in kubevirt namespace to be Running
|
# Wait for all pods in kubevirt namespace to be Running
|
||||||
$ watch -n 5 kubectl get pods -n kubevirt
|
$ watch -n 5 kubectl get pods -n kubevirt
|
||||||
|
|
||||||
# Wait for all pods in cdi namespace to be Running
|
# Wait for all pods in cdi namespace to be Running
|
||||||
$ watch -n 5 kubectl get pods -n cdi
|
$ watch -n 5 kubectl get pods -n cdi
|
||||||
|
|
||||||
@ -43,17 +50,17 @@ Complete the following steps to install KubeVirt.
|
|||||||
|
|
||||||
# Create /home/sysadmin/bin directory, if it doesn't exist already
|
# Create /home/sysadmin/bin directory, if it doesn't exist already
|
||||||
$ mkdir -p /home/sysadmin/bin
|
$ mkdir -p /home/sysadmin/bin
|
||||||
|
|
||||||
# Create symbolic link in /home/sysadmin/bin to virtctl client executable installed on host in step 2)
|
# Create symbolic link in /home/sysadmin/bin to virtctl client executable installed on host in step 2)
|
||||||
$ cd /home/sysadmin/bin
|
$ cd /home/sysadmin/bin
|
||||||
$ ln -s /var/opt/kubevirt/virtctl-v0.53.1-linux-amd64 virtctl
|
$ ln -s /var/opt/kubevirt/virtctl-v0.53.1-linux-amd64 virtctl
|
||||||
|
|
||||||
# Logout and log back in to ensure that /home/sysadmin/bin gets added to your PATH variable.
|
# Logout and log back in to ensure that /home/sysadmin/bin gets added to your PATH variable.
|
||||||
$ exit
|
$ exit
|
||||||
|
|
||||||
login: sysadmin
|
login: sysadmin
|
||||||
password:
|
password:
|
||||||
|
|
||||||
$ which virtctl
|
$ which virtctl
|
||||||
/home/sysadmin/bin/virtctl
|
/home/sysadmin/bin/virtctl
|
||||||
|
|
||||||
|
@ -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