Skip to content

Commit

Permalink
Postsubmit site update from e89accc
Browse files Browse the repository at this point in the history
Signed-off-by: kubevirt-bot <[email protected]>
  • Loading branch information
kubevirt-bot committed Nov 14, 2024
1 parent 9ae4f2e commit 91789c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion user_workloads/creating_vms/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3317,7 +3317,7 @@ <h2 id="short-examples">Short examples<a class="headerlink" href="#short-example
<p>Create a manifest for a VirtualMachine with a cloned PVC:</p>
<div class="highlight"><pre><span></span><code><a id="__codelineno-23-1" name="__codelineno-23-1" href="#__codelineno-23-1"></a>virtctl<span class="w"> </span>create<span class="w"> </span>vm<span class="w"> </span>--volume-import<span class="o">=</span>type:pvc,src:my-ns/my-pvc
</code></pre></div>
<p>Create a manifest for a VirtualMachine with a directly used PVC:</p>
<p>Create a manifest for a VirtualMachine using a PVC without cloning it:</p>
<div class="highlight"><pre><span></span><code><a id="__codelineno-24-1" name="__codelineno-24-1" href="#__codelineno-24-1"></a>virtctl<span class="w"> </span>create<span class="w"> </span>vm<span class="w"> </span>--volume-pvc<span class="o">=</span>src:my-pvc
</code></pre></div>
<p>Create a manifest for a VirtualMachine with a clone DataSource and a blank
Expand Down

0 comments on commit 91789c5

Please sign in to comment.