You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh/docs/setup/production-environment/on-premises-vm/ovirt.md
+14-26Lines changed: 14 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,11 @@ title: oVirt
3
3
content_type: concept
4
4
---
5
5
<!--
6
-
---
7
6
reviewers:
8
7
- caesarxuchao
9
8
- erictune
10
9
title: oVirt
11
10
content_type: concept
12
-
---
13
11
-->
14
12
15
13
<!-- overview -->
@@ -20,52 +18,44 @@ oVirt is a virtual datacenter manager that delivers powerful management of multi
20
18
oVirt 是一个虚拟数据中心管理器,可以对多个主机上的多个虚拟机进行强大的管理。
21
19
使用 KVM 和 libvirt ,可以将 oVirt 安装在 Fedora、CentOS 或者 Red Hat Enterprise Linux 主机上,以部署和管理您的虚拟数据中心。
22
20
23
-
24
-
25
21
<!-- body -->
26
22
27
23
<!--
28
24
## oVirt Cloud Provider Deployment
29
-
-->
30
-
## oVirt 云驱动的部署
31
25
32
-
<!--
33
26
The oVirt cloud provider allows to easily discover and automatically add new VM instances as nodes to your Kubernetes cluster.
34
27
At the moment there are no community-supported or pre-loaded VM images including Kubernetes but it is possible to [import] or [install] Project Atomic (or Fedora) in a VM to [generate a template]. Any other distribution that includes Kubernetes may work as well.
35
28
-->
29
+
## oVirt 云驱动的部署
30
+
36
31
oVirt 云驱动可以轻松发现新 VM 实例并自动将其添加为 Kubernetes 集群的节点。
37
-
目前,包括 Kubernetes 在内,尚无社区支持或预加载的 VM 镜像,但可以在 VM 中 [导入] 或 [安装] Project Atomic(或 Fedora)来 [生成模版]。
It is mandatory to [install the ovirt-guest-agent] in the guests for the VM ip address and hostname to be reported to ovirt-engine and ultimately to Kubernetes.
42
41
-->
43
-
必须在寄宿系统中 [安装 ovirt-guest-agent],才能将 VM 的 IP 地址和主机名报给 ovirt-engine 并最终报告给 Kubernetes。
The oVirt Cloud Provider requires access to the oVirt REST-API to gather the proper information,
55
+
the required credential should be specified in the `ovirt-cloud.conf` file:
63
56
-->
64
57
## 使用 oVirt 云驱动
65
58
66
-
<!--
67
-
The oVirt Cloud Provider requires access to the oVirt REST-API to gather the proper information, the required credential should be specified in the `ovirt-cloud.conf` file:
0 commit comments