Skip to content

Commit

Permalink
docs: change heading title to prerequisites (#959)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello authored Jan 14, 2025
1 parent fdc2de3 commit 6c00e0a
Show file tree
Hide file tree
Showing 17 changed files with 23 additions and 24 deletions.
4 changes: 2 additions & 2 deletions docs/moonray/howto/networking/default-ingress-mr.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
enabled, it tells your cluster how external HTTP and HTTPS traffic should be
routed to its services.

## What you'll need
## Prerequisites

This guide assumes the following:

Expand Down Expand Up @@ -41,7 +41,7 @@ sudo k8s help enable
Discover your configuration options by running:

```
sudo k8s get ingress
sudo k8s get ingress
```

You should see three options:
Expand Down
2 changes: 1 addition & 1 deletion docs/src/charm/howto/ceph-csi.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ storage solution for {{product}}.
The ``ceph-csi`` plugin automatically provisions and attaches the Ceph volumes
to Kubernetes workloads.

## What you'll need
## Prerequisites

This guide assumes that you have an existing {{product}} cluster.
See the [charm installation] guide for more details.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/charm/howto/charm.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{product}} is packaged as a [charm], available from Charmhub for all
supported platforms.

## What you'll need
## Prerequisites

This guide assumes the following:

Expand Down
3 changes: 1 addition & 2 deletions docs/src/charm/howto/custom-workers.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This guide will walk you through how to deploy multiple `k8s-worker`
applications with different configurations, to create node groups with specific
capabilities or requirements.

## What you'll need
## Prerequisites

This guide assumes the following:
- A working Kubernetes cluster deployed with the `k8s` charm
Expand Down Expand Up @@ -60,4 +60,3 @@ juju status --watch 1s

<!-- LINKS -->
[charm configuration]: https://charmhub.io/k8s/configurations

2 changes: 1 addition & 1 deletion docs/src/charm/howto/install-custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This guide will walk you through deploying {{product}} using Juju with custom
configuration options.

## What you'll need
## Prerequisites

This guide assumes the following:

Expand Down
2 changes: 1 addition & 1 deletion docs/src/snap/howto/epa.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ networking components. Finally, the steps needed to test every EPA feature:
HugePages, Real-time Kernel, CPU Pinning / NUMA Topology Awareness and
SR-IOV/DPDK.

## What you'll need
## Prerequisites

- An Ubuntu Pro subscription (required for real-time kernel)
- Ubuntu instances **or** a MAAS environment to run {{product}} on
Expand Down
2 changes: 1 addition & 1 deletion docs/src/snap/howto/external-datastore.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
instead of the bundled dqlite datastore.
This guide walks you through configuring an external etcd datastore.

## What you'll need
## Prerequisites

This guide assumes the following:

Expand Down
2 changes: 1 addition & 1 deletion docs/src/snap/howto/install/snap.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{product}} is packaged as a [snap], available from the
snap store for all supported platforms.

## What you'll need
## Prerequisites

This guide assumes the following:

Expand Down
2 changes: 1 addition & 1 deletion docs/src/snap/howto/networking/default-dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ essential for internal cluster communication. When enabled, the DNS facilitates
service discovery by assigning each service a DNS name. When disabled, you can
integrate a custom DNS solution into your cluster.

## What you'll need
## Prerequisites

This guide assumes the following:

Expand Down
4 changes: 2 additions & 2 deletions docs/src/snap/howto/networking/default-ingress.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
enabled, it tells your cluster how external HTTP and HTTPS traffic should be
routed to its services.

## What you'll need
## Prerequisites

This guide assumes the following:

Expand Down Expand Up @@ -41,7 +41,7 @@ sudo k8s help enable
Discover your configuration options by running:

```
sudo k8s get ingress
sudo k8s get ingress
```

You should see three options:
Expand Down
2 changes: 1 addition & 1 deletion docs/src/snap/howto/networking/default-loadbalancer.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
essential service for all deployments, it is not enabled by default. This guide
explains how to configure and enable the load-balancer.

## What you'll need
## Prerequisites

This guide assumes the following:

Expand Down
10 changes: 5 additions & 5 deletions docs/src/snap/howto/networking/default-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ called Cilium. The network component allows cluster administrators to leverage
software-defined networking to automatically scale and secure network policies
across their cluster.

## What you'll need
## Prerequisites

This guide assumes the following:

Expand Down Expand Up @@ -62,21 +62,21 @@ sudo k8s kubectl exec -it cilium-97vcw -n kube-system -c cilium-agent \
-- cilium status
```

You should see a wide range of metrics and configuration values for your
You should see a wide range of metrics and configuration values for your
cluster.

## Disable Network

You can `disable` the built-in network:

``` {warning}
If you have an active cluster, disabling Network may impact external
If you have an active cluster, disabling Network may impact external
access to services within your cluster.
Ensure that you have alternative configurations in place before
Ensure that you have alternative configurations in place before
disabling Network.
```

If your underlying network is cilium you will have to run
If your underlying network is cilium you will have to run
`sudo k8s disable gateway` before disabling network.

```
Expand Down
2 changes: 1 addition & 1 deletion docs/src/snap/howto/security/cis-assessment.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ needs. This guide covers:
* Manually configuring and auditing each CIS hardening recommendation


## What you'll need
## Prerequisites

This guide assumes the following:

Expand Down
2 changes: 1 addition & 1 deletion docs/src/snap/howto/security/disa-stig-assessment.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ potential security concerns for a Kubernetes deployment.
{{product}} aligns with many DISA STIG compliance recommendations by default.
However, additional hardening steps are required to fully meet the standard.

## What you'll need
## Prerequisites

This guide assumes the following:

Expand Down
2 changes: 1 addition & 1 deletion docs/src/snap/howto/storage/ceph.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ volume. RBD stands for RADOS Block Device and it is the abstraction used by Ceph
to provide reliable and distributed storage. This how-to guide is adapted from
[block-devices-and-kubernetes].

## What you'll need
## Prerequisites

This guide assumes the following:

Expand Down
2 changes: 1 addition & 1 deletion docs/src/snap/howto/storage/cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ solutions like Amazon EBS. This guide provides steps to configure IAM policies,
deploy the cloud controller manager, and set up the necessary drivers for you
to take advantage of cloud storage solutions in the context of Kubernetes.

## What you'll need
## Prerequisites

This guide is for AWS and assumes the following:

Expand Down
2 changes: 1 addition & 1 deletion docs/src/snap/howto/storage/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
cluster, especially for single-node support. This guide walks you through
enabling and configuring this feature.

## What you'll need
## Prerequisites

This guide assumes the following:

Expand Down

0 comments on commit 6c00e0a

Please sign in to comment.