mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-27 03:13:10 +00:00
Update docs for main
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
This commit is contained in:
@@ -169,10 +169,10 @@ ansible-galaxy<span class="w"> </span>collection<span class="w"> </span>install<
|
||||
<section id="python-libraries">
|
||||
<h4>Python libraries<a class="headerlink" href="#python-libraries" title="Link to this heading"></a></h4>
|
||||
<ul class="simple">
|
||||
<li><p>kubernetes</p></li>
|
||||
<li><p>PyYaml</p></li>
|
||||
<li><p>jsonpatch</p></li>
|
||||
<li><p>jinja2</p></li>
|
||||
<li><p>jsonpatch</p></li>
|
||||
<li><p>kubernetes>=28.1.0</p></li>
|
||||
<li><p>PyYAML>=3.11</p></li>
|
||||
</ul>
|
||||
<p>To install all the dependencies:</p>
|
||||
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>pip<span class="w"> </span>install<span class="w"> </span>-r<span class="w"> </span>requirements.txt
|
||||
|
||||
@@ -55,10 +55,10 @@ collections:
|
||||
|
||||
#### Python libraries
|
||||
|
||||
- kubernetes
|
||||
- PyYaml
|
||||
- jsonpatch
|
||||
- jinja2
|
||||
- jsonpatch
|
||||
- kubernetes>=28.1.0
|
||||
- PyYAML>=3.11
|
||||
|
||||
To install all the dependencies:
|
||||
```bash
|
||||
|
||||
@@ -66,7 +66,7 @@ Requirements
|
||||
------------
|
||||
The below requirements are needed on the local controller node that executes this inventory.
|
||||
|
||||
- python \>= 3.6
|
||||
- python \>= 3.9
|
||||
- kubernetes \>= 28.1.0
|
||||
- PyYAML \>= 3.11
|
||||
|
||||
|
||||
@@ -66,7 +66,7 @@ Requirements
|
||||
------------
|
||||
The below requirements are needed on the host that executes this module.
|
||||
|
||||
- python \>= 3.6
|
||||
- python \>= 3.9
|
||||
- kubernetes \>= 28.1.0
|
||||
- PyYAML \>= 3.11
|
||||
- jsonpatch
|
||||
|
||||
@@ -66,8 +66,9 @@ Requirements
|
||||
------------
|
||||
The below requirements are needed on the host that executes this module.
|
||||
|
||||
- python \>= 3.6
|
||||
- python \>= 3.9
|
||||
- kubernetes \>= 28.1.0
|
||||
- PyYAML \>= 3.11
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -136,7 +136,7 @@ see <a class="reference internal" href="#ansible-collections-kubevirt-core-kubev
|
||||
<span id="ansible-collections-kubevirt-core-kubevirt-inventory-requirements"></span><h2><a class="toc-backref" href="#id2" role="doc-backlink">Requirements</a><a class="headerlink" href="#requirements" title="Link to this heading"></a></h2>
|
||||
<p>The below requirements are needed on the local controller node that executes this inventory.</p>
|
||||
<ul class="simple">
|
||||
<li><p>python >= 3.6</p></li>
|
||||
<li><p>python >= 3.9</p></li>
|
||||
<li><p>kubernetes >= 28.1.0</p></li>
|
||||
<li><p>PyYAML >= 3.11</p></li>
|
||||
</ul>
|
||||
|
||||
@@ -140,7 +140,7 @@ see <a class="reference internal" href="#ansible-collections-kubevirt-core-kubev
|
||||
<span id="ansible-collections-kubevirt-core-kubevirt-vm-module-requirements"></span><h2><a class="toc-backref" href="#id2" role="doc-backlink">Requirements</a><a class="headerlink" href="#requirements" title="Link to this heading"></a></h2>
|
||||
<p>The below requirements are needed on the host that executes this module.</p>
|
||||
<ul class="simple">
|
||||
<li><p>python >= 3.6</p></li>
|
||||
<li><p>python >= 3.9</p></li>
|
||||
<li><p>kubernetes >= 28.1.0</p></li>
|
||||
<li><p>PyYAML >= 3.11</p></li>
|
||||
<li><p>jsonpatch</p></li>
|
||||
|
||||
@@ -140,8 +140,9 @@ see <a class="reference internal" href="#ansible-collections-kubevirt-core-kubev
|
||||
<span id="ansible-collections-kubevirt-core-kubevirt-vm-info-module-requirements"></span><h2><a class="toc-backref" href="#id2" role="doc-backlink">Requirements</a><a class="headerlink" href="#requirements" title="Link to this heading"></a></h2>
|
||||
<p>The below requirements are needed on the host that executes this module.</p>
|
||||
<ul class="simple">
|
||||
<li><p>python >= 3.6</p></li>
|
||||
<li><p>python >= 3.9</p></li>
|
||||
<li><p>kubernetes >= 28.1.0</p></li>
|
||||
<li><p>PyYAML >= 3.11</p></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="parameters">
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user