Skip to content

Commit 290c560

Browse files
committed
docs: replace SKD with SD
1 parent cf1821f commit 290c560

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/pull_request_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ If you are opening a Draft PR, you can use the checklist to track the tests that
5757
have performed them.
5858
Example:
5959
60-
- [ ] Tested the change with SKD version X.Y.Z
60+
- [ ] Tested the change with SD version X.Y.Z
6161
- [ ] Tested an upgrade from the previous version X
6262
-->
6363

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515

1616
<!-- <KFD-DOCS> -->
1717

18-
**Networking Module** implements in-cluster networking functionality for the [SIGHUP Distribution (SKD)][skd-repo] via Container Network Interface (CNI) plugins.
18+
**Networking Module** implements in-cluster networking functionality for the [SIGHUP Distribution (SD)][skd-repo] via Container Network Interface (CNI) plugins.
1919

20-
If you are new to SKD please refer to the [official documentation][skd-docs] on how to get started with SKD.
20+
If you are new to SD please refer to the [official documentation][skd-docs] on how to get started with SD.
2121

2222
## Overview
2323

@@ -59,7 +59,7 @@ Check the [compatibility matrix][compatibility-matrix] for additional informatio
5959

6060
| Tool | Version | Description |
6161
| --------------------------- | --------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
62-
| [furyctl][furyctl-repo] | `>=0.6.0` | The recommended tool to download and manage SKD modules and their packages. To learn more about `furyctl` read the [official documentation][furyctl-repo]. |
62+
| [furyctl][furyctl-repo] | `>=0.6.0` | The recommended tool to download and manage SD modules and their packages. To learn more about `furyctl` read the [official documentation][furyctl-repo]. |
6363
| [kustomize][kustomize-repo] | `=3.5.3` | Packages are customized using `kustomize`. To learn how to create your customization layer with `kustomize`, please refer to their [repository][kustomize-repo]. |
6464

6565
### Deployment

docs/releases/v1.9.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Kubernetes 1.21 introduced expiring Service Account Tokens by default and some C
1111
## Important changes
1212

1313
- Default MTU is not forced anymore and is set to `auto`, following upstream.
14-
- POD CIDR is not set anymore, Calico has autodetection for clusters created with `kubeadm` (like SKD clusters).
14+
- POD CIDR is not set anymore, Calico has autodetection for clusters created with `kubeadm` (like SD clusters).
1515
- Calico 3.23 is not compatible with Kubernetes 1.20 or older.
1616

1717
## Component Images 🚢

katalog/cilium/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Additionally, we deploy hubble component as an observability tool on the network
2525

2626
- Kubernetes >= `1.29.X`.
2727
- Kustomize >= `v5.6.0`.
28-
- [prometheus-operator from SKD monitoring module][prometheus-operator]
29-
- [cert-manager from SKD ingress module][cert-manager]
28+
- [prometheus-operator from SD monitoring module][prometheus-operator]
29+
- [cert-manager from SD ingress module][cert-manager]
3030

3131
## Configuration
3232

0 commit comments

Comments
 (0)