-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathelemental-more-info.xml
107 lines (106 loc) · 3.73 KB
/
elemental-more-info.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE topic
[
<!ENTITY % entities SYSTEM "../common/generic-entities.ent">
%entities;
]>
<topic xml:id="glue-more-info"
role="glue" xml:lang="en"
xmlns="http://docbook.org/ns/docbook" version="5.2"
xmlns:its="http://www.w3.org/2005/11/its"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:trans="http://docbook.org/ns/transclusion">
<info>
<title>Rancher OS management documentation</title><!-- can be changed via merge in the
assembly -->
<!--add author's e-mail address-->
<meta name="maintainer" content="[email protected]" its:translate="no"/>
<!-- add an abstract/para here, if you need one -->
<!-- can be changed via merge in the assembly -->
</info>
<para>
The Elemental Teal documentation comprises the following parts:
</para>
<itemizedlist>
<listitem>
<para>
<link xlink:href="https://elemental.docs.rancher.com/quickstart-ui/">Quickstart</link>
</para>
</listitem>
<listitem>
<para>
<link xlink:href="https://elemental.docs.rancher.com/custom-install/">Customizing the installation</link>
</para>
</listitem>
<listitem>
<para>
<link xlink:href="https://elemental.docs.rancher.com/cloud-config-reference/">The <literal>cloud-config</literal> reference</link>
</para>
</listitem>
<listitem>
<para>
<link xlink:href="https://elemental.docs.rancher.com/machineregistration-reference/">The
<literal>MachineRegistration</literal> resource reference</link>
</para>
</listitem>
<listitem>
<para>
<link
xlink:href="https://elemental.docs.rancher.com/machineinventoryselectortemplate-reference/">The
<literal>MachineInventorySelectorTemplate</literal> resource reference</link>
</para>
</listitem>
<listitem>
<para>
<link xlink:href="https://elemental.docs.rancher.com/cluster-reference/">The <literal>Cluster</literal> reference</link>
</para>
</listitem>
<listitem>
<para>
<link xlink:href="https://elemental.docs.rancher.com/seedimage-reference/">The <literal>SeedImage</literal> reference</link>
</para>
</listitem>
<listitem>
<para>
<link
xlink:href="https://elemental.docs.rancher.com/elementaloperatorchart-reference/">The
helm chart for Elemental Operator </link>
</para>
</listitem>
<listitem>
<para>
<link xlink:href="https://elemental.docs.rancher.com/smbios/">Using the System Management BIOS (SMBIOS) data</link>
</para>
</listitem>
<listitem>
<para>
<link xlink:href="https://elemental.docs.rancher.com/kubernetesversions/">Valid Kubernetes version</link>
</para>
</listitem>
<listitem>
<para>
<link xlink:href="https://elemental.docs.rancher.com/hardwarelabels/">Hardware labels</link>
</para>
</listitem>
<listitem>
<para>
<link xlink:href="https://elemental.docs.rancher.com/inventory-management/">Managing the machine inventory by the Elemental operator</link>
</para>
</listitem>
<listitem>
<para>
<link
xlink:href="https://elemental.docs.rancher.com/backup/">Performing
a backup of the Elemental configuration</link>
</para>
</listitem>
<listitem>
<para>
<link
xlink:href="https://elemental.docs.rancher.com/restore/">Restoring
the Elemental configuration</link>
</para>
</listitem>
</itemizedlist>
</topic>