Skip to content

Commit 91855a9

Browse files
authored
Merge pull request #4446 from vigh-m/docfix-#4442
Fix broken links
2 parents af533f4 + c1f0ff9 commit 91855a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

QUICKSTART-EKS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ A walk-through of creating a storage class using the driver is available [here](
6161
##### conntrack configuration
6262

6363
By default `kube-proxy` will set the `nf_conntrack_max` kernel parameter to a default value that may differ from what Bottlerocket originally sets at boot.
64-
If you prefer to keep Bottlerocket's [default setting](packages/release/release-sysctl.conf), edit the kube-proxy-config ConfigMap with:
64+
If you prefer to keep Bottlerocket's [default setting](https://github.com/bottlerocket-os/bottlerocket-core-kit/blob/develop/packages/release/release-sysctl.conf), edit the kube-proxy-config ConfigMap with:
6565

6666
```shell
6767
kubectl edit -n kube-system cm/kube-proxy-config
@@ -250,7 +250,7 @@ Note this down as the `INSTANCE_PROFILE_NAME` for the final launch command.
250250
### kube-proxy settings
251251

252252
By default `kube-proxy` will set the `nf_conntrack_max` kernel parameter to a default value that may differ from what Bottlerocket originally sets at boot.
253-
If you prefer to keep Bottlerocket's [default setting](packages/release/release-sysctl.conf), edit the kube-proxy configuration details with:
253+
If you prefer to keep Bottlerocket's [default setting](https://github.com/bottlerocket-os/bottlerocket-core-kit/blob/develop/packages/release/release-sysctl.conf), edit the kube-proxy configuration details with:
254254

255255
```shell
256256
kubectl edit -n kube-system daemonset kube-proxy

variants/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ We want to keep the footprint of Bottlerocket as small as possible for security
1919
Instead, we make different variants available for use, each with its own set of software and API settings.
2020

2121
A variant is essentially a list of packages to install, plus a model that defines the API.
22-
The documentation for [packages](../packages/) covers how to create a package.
22+
The documentation for [packages](https://github.com/bottlerocket-os/bottlerocket-core-kit/tree/develop/packages) covers how to create a package.
2323
Information about API settings for variants can be found in the [models](../sources/models/) documentation.
2424

2525
### User data

0 commit comments

Comments
 (0)