mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-09-05 13:21:27 +00:00
Merge branch 'master' of github.com:clearlinux/clear-linux-documentation into rtd-theme
This commit is contained in:
@@ -6,6 +6,7 @@ SPHINXOPTS =
|
||||
SPHINXBUILD = sphinx-build
|
||||
PAPER =
|
||||
BUILDDIR = _build
|
||||
SCRIPTDIR = scripts/_python
|
||||
|
||||
# User-friendly check for sphinx-build
|
||||
ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
|
||||
@@ -56,6 +57,9 @@ html:
|
||||
@echo
|
||||
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
|
||||
|
||||
py:
|
||||
$(MAKE) -C $(SCRIPTDIR) py
|
||||
|
||||
dirhtml:
|
||||
$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
|
||||
@echo
|
||||
@@ -73,6 +77,7 @@ pickle:
|
||||
|
||||
json:
|
||||
$(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json
|
||||
$(MAKE) -C $(SCRIPTDIR) py
|
||||
@echo
|
||||
@echo "Build finished; now you can process the JSON files."
|
||||
|
||||
|
||||
@@ -64,8 +64,19 @@ Download and launch the virtual machine
|
||||
unxz clear-<version>-kvm.img.xz
|
||||
|
||||
#. Download the `OVMF file`_ file that provides UEFI support for
|
||||
virtual machines from the `image <https://download.clearlinux.org/image/>`_
|
||||
directory.
|
||||
virtual machines from the `image <https://download.clearlinux.org/image/>`_ directory.
|
||||
|
||||
#. Copy :file:`OVMF.fd` to the working directory, as shown below.
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
cp /usr/share/qemu/OVMF.fd <working_directory>
|
||||
|
||||
.. note::
|
||||
|
||||
Replace <working_directory> with your own.
|
||||
|
||||
For non-Clear Linux hosts, the preferred approach is to download it from https://cdn.download.clearlinux.org/image/OVMF.fd
|
||||
|
||||
#. Download the sample `QEMU-KVM launcher`_ script from the
|
||||
`image <https://download.clearlinux.org/image/>`_ directory. This script
|
||||
|
||||
@@ -141,7 +141,12 @@ cycle.
|
||||
ksonnet\*
|
||||
*********
|
||||
|
||||
Kubeflow uses ksonnet* to manage deployments, so we need to install that before setting up Kubeflow. On |CL|, follow these steps:
|
||||
Kubeflow uses ksonnet* to manage deployments, so we need to install that before setting up Kubeflow.
|
||||
|
||||
Since Clear Linux version 27550, the ksonnet was added to the bundle cloud-native-basic. But if using
|
||||
old versions (not recommended), please manually install the ksonnet as below.
|
||||
|
||||
On |CL|, follow these steps:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
py:
|
||||
python bundle_lister.py
|
||||
cp bundles.html.txt ../../clear-linux/reference/bundles
|
||||
rm -rf cloned_repo/*
|
||||
rm -rf bundle_lister/cloned_repo/*
|
||||
rm bundles.html.txt
|
||||
@echo "Python script finished successfully!"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user