Skip to content

Commit

Permalink
lint issues fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Milstein committed Jul 27, 2024
1 parent 0db2b1b commit 8f3b5ff
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 24 deletions.
28 changes: 12 additions & 16 deletions docs/openstack/create-and-connect-to-the-VM/images.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,18 @@ Navigate to *Project -> Compute -> Images*.
NERC provides a set of default images that can be used as source while launching
an instance:

+--------------------------------------+---------------------+
| ID | Name |
+--------------------------------------+---------------------+
| a9b48e65-0cf9-413a-8215-81439cd63966 | MS-Windows-2022 |
| cfecb5d4-599c-4ffd-9baf-9cbe35424f97 | almalinux-8-x86_64 |
| 263f045e-86c6-4344-b2de-aa475dbfa910 | almalinux-9-x86_64 |
| 41fa5991-89d5-45ae-8268-b22224c772b2 | debian-10-x86_64 |
| 99194159-fcd1-4281-b3e1-15956c275692 | fedora-36-x86_64 |
| 74a33f77-fc42-4dd1-a5a2-55fb18fc50cc | rocky-8-x86_64 |
| d7d41e5f-58f4-4ba6-9280-7fef9ac49060 | rocky-9-x86_64 |
| 75a40234-702b-4ab7-9d83-f436b05827c9 | ubuntu-18.04-x86_64 |
| 8c87cf6f-32f9-4a4b-91a5-0d734b7c9770 | ubuntu-20.04-x86_64 |
| da314c41-19bf-486a-b8da-39ca51fd17de | ubuntu-22.04-x86_64 |
+--------------------------------------+---------------------+


| ID | Name |
| -------------------------------------- | -------------------- |
| a9b48e65-0cf9-413a-8215-81439cd63966 | MS-Windows-2022 |
| cfecb5d4-599c-4ffd-9baf-9cbe35424f97 | almalinux-8-x86_64 |
| 263f045e-86c6-4344-b2de-aa475dbfa910 | almalinux-9-x86_64 |
| 41fa5991-89d5-45ae-8268-b22224c772b2 | debian-10-x86_64 |
| 99194159-fcd1-4281-b3e1-15956c275692 | fedora-36-x86_64 |
| 74a33f77-fc42-4dd1-a5a2-55fb18fc50cc | rocky-8-x86_64 |
| d7d41e5f-58f4-4ba6-9280-7fef9ac49060 | rocky-9-x86_64 |
| 75a40234-702b-4ab7-9d83-f436b05827c9 | ubuntu-18.04-x86_64 |
| 8c87cf6f-32f9-4a4b-91a5-0d734b7c9770 | ubuntu-20.04-x86_64 |
| da314c41-19bf-486a-b8da-39ca51fd17de | ubuntu-22.04-x86_64 |

## How to create and upload own custom images?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ Access your virtual machine using SSH. Update the packages on your system and in

Install the prerequisites including fuse, the *C++ compiler* and make:

sudo dnf config-manager --set-enabled crb
sudo dnf config-manager --set-enabled crb

sudo dnf install automake fuse fuse-devel gcc-c++ git libcurl-devel libxml2-devel make openssl-devel wget unzip

Expand Down
14 changes: 7 additions & 7 deletions docs/other-tools/kubernetes/kind.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@ kind v0.11.1 go1.16.4 linux/amd64
kind create cluster --name k8s-kind-cluster1
Creating cluster "k8s-kind-cluster1" ...
✓ Ensuring node image (kindest/node:v1.21.1) 🖼
✓ Preparing nodes 📦
✓ Writing configuration 📜
✓ Starting control-plane 🕹️
✓ Installing CNI 🔌
✓ Installing StorageClass 💾
✓ Ensuring node image (kindest/node:v1.21.1) 🖼
✓ Preparing nodes 📦
✓ Writing configuration 📜
✓ Starting control-plane 🕹️
✓ Installing CNI 🔌
✓ Installing StorageClass 💾
Set kubectl context to "kind-k8s-kind-cluster1"
You can now use your cluster with:
Expand All @@ -115,7 +115,7 @@ kind v0.11.1 go1.16.4 linux/amd64
Kubernetes control plane is running at https://127.0.0.1:38646
CoreDNS is running at https://127.0.0.1:38646/api/v1/namespaces/kube-system/services/kube-dns:dns/proxy
To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.
```

Expand Down

0 comments on commit 8f3b5ff

Please sign in to comment.