Skip to content

Commit 1a7f231

Browse files
committed
Completely new content for CNV11810
code review edits
1 parent 84f355f commit 1a7f231

18 files changed

+235
-0
lines changed

_topic_maps/_topic_map.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3126,6 +3126,8 @@ Distros: openshift-enterprise,openshift-origin
31263126
Topics:
31273127
- Name: About OpenShift Virtualization
31283128
File: about-virt
3129+
- Name: OpenShift Virtualization architecture
3130+
File: virt-architecture
31293131
Distros: openshift-enterprise
31303132
- Name: About OKD Virtualization
31313133
File: about-virt
43.2 KB
Loading
63.8 KB
Loading
69.1 KB
Loading
74.5 KB
Loading

images/cnv_components_main.png

99.3 KB
Loading
22.6 KB
Loading
16.6 KB
Loading
31.7 KB
Loading

modules/virt-about-cdi-operator.adoc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * virt/virt-architecture.adoc
4+
5+
:_content-type: CONCEPT
6+
[id="virt-about-cdi-operator_{context}"]
7+
= About the cdi-operator
8+
9+
The `cdi-operator` manages the Containerized Data Importer (CDI), and its related resources, which imports a virtual machine (VM) image into a persistent volume claim (PVC) by using a data volume.
10+
11+
image::cnv_components_cdi-operator.png[cdi-operator components]
12+
13+
.cdi-operator components
14+
[cols="1,1"]
15+
|===
16+
|*Component* |*Description*
17+
18+
|`deployment/cdi-apiserver`
19+
|Manages the authorization to upload VM disks into PVCs by issuing secure upload tokens.
20+
21+
|`deployment/cdi-uploadproxy`
22+
|Directs external disk upload traffic to the appropriate upload server pod so that it can be written to the correct PVC. Requires a valid upload token.
23+
24+
|`pod/cdi-importer`
25+
|Helper pod that imports a virtual machine image into a PVC when creating a data volume.
26+
|===

0 commit comments

Comments
 (0)