Skip to content

Commit a8ca40a

Browse files
authored
docs: add more cloud images sources (#813)
Signed-off-by: Pavel Tishkov <pavel.tishkov@flant.com>
1 parent f896380 commit a8ca40a

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

docs/ADMIN_GUIDE.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@ There are different types of images:
2424
- **ISO image**: An installation image used for the initial installation of an operating system. Such images are released by OS vendors and are used for installation on physical and virtual servers.
2525
- **Preinstalled disk image**: Contains an already installed and configured operating system ready for use after the virtual machine is created. These images are offered by several vendors and can be provided in formats such as qcow2, raw, vmdk, and others.
2626

27-
One of the resource examples for obtaining virtual machine images is [Ubuntu Cloud Images](https://cloud-images.ubuntu.com).
27+
Examples of resources for obtaining virtual machine images:
28+
- [Ubuntu](https://cloud-images.ubuntu.com)
29+
- [Debian](https://cdimage.debian.org/images/cloud/)
30+
- [RockyLinux](https://download.rockylinux.org/pub/rocky/9.5/images/x86_64/)
31+
- [CentOS](https://cloud.centos.org/centos/7/images/)
2832

2933
Once a resource is created, the image type and size are automatically determined, and this information is reflected in the resource status.
3034

docs/ADMIN_GUIDE_RU.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ weight: 40
2727
Примеры ресурсов для получения образов виртуальной машины:
2828

2929
- [Ubuntu](https://cloud-images.ubuntu.com)
30+
- [Debian](https://cdimage.debian.org/images/cloud/)
31+
- [RockyLinux](https://download.rockylinux.org/pub/rocky/9.5/images/x86_64/)
32+
- [CentOS](https://cloud.centos.org/centos/7/images/)
3033
- [Alt Linux](https://ftp.altlinux.ru/pub/distributions/ALTLinux/platform/images/cloud/x86_64)
3134
- [Astra Linux](https://download.astralinux.ru/ui/native/mg-generic/alse/cloudinit)
3235

@@ -460,7 +463,7 @@ spec:
460463
d8 k get nodes <node-name> -o json | jq '.metadata.labels | to_entries[] | select(.key | test("cpu-model")) | .key | split("/")[1]' -r
461464
462465
Пример вывода:
463-
466+
464467
```console
465468
IvyBridge
466469
Nehalem

0 commit comments

Comments
 (0)