Skip to content

Commit 934fb31

Browse files
committed
fixed linting
1 parent b5cebeb commit 934fb31

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ An opinionated guide to on-prem Kubernetes
44

55
## How to run local
66

7-
For instructions on how to run this project, please refer to the [contributing.md](./contributing.md) file under `## Setting Up Your Development Environment` section.
7+
For instructions on how to run this project, please refer to the [contributing.md](./contributing.md) file under `## Setting Up Your Development Environment` section.

contributing.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,10 @@ You can use either Devbox or Dev Containers to set up a consistent development e
5454
To preview the website locally while making changes:
5555

5656
1. Run the Hugo development server:
57-
```
57+
58+
```sh
5859
hugo server --source .pages
5960
```
60-
2. Open your browser and navigate to `http://localhost:1313/On-prem_Kubernetes_Guide/ `
61+
62+
2. Open your browser and navigate to `http://localhost:1313/On-prem_Kubernetes_Guide/`
6163
3. The website will automatically refresh when you make changes to the source files

docs/hardware_ready/ADRs/talos_as_os.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ date: "2025-02-25"
88
| --- | --- | --- |
99
| proposed | 2025-02-25 | Sofus Albertsen |
1010

11-
1211
## Context and Problem Statement
1312

1413
Choosing the right operating system for your Kubernetes cluster is crucial for stability, security, and operational efficiency. The OS should be optimized for container workloads, minimize overhead, and integrate well with Infrastructure as Code (IaC) practices.
14+
1515
## Considered Options
1616

1717
* Talos OS
@@ -37,4 +37,4 @@ While their dashboards can simplify initial setup, they can also encourage "clic
3737

3838
* **Bad:** The learning curve for Talos OS might be steeper initially for teams unfamiliar with its API-driven approach.
3939
* **Bad:** The lack of a graphical user interface might be a drawback for some users accustomed to traditional OS management.
40-
* **Bad:** Talos is a relatively newer project compared to OpenShift or Rancher, therefore community support and available resources might be smaller.
40+
* **Bad:** Talos is a relatively newer project compared to OpenShift or Rancher, therefore community support and available resources might be smaller.

0 commit comments

Comments
 (0)