Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Update outdated links #1004

Merged
merged 1 commit into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/src/charm/howto/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Overview <self>
:titlesonly:

install/index
Add worker nodes with custom configurations <custom-workers>
Configure the cluster <configure-cluster>
Integrate with OpenStack <openstack>
Integrate with etcd <etcd>
Expand Down
4 changes: 2 additions & 2 deletions docs/src/charm/howto/install/charm.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ page][channels] for an explanation of the different types of channel.

The charm can be installed with the `juju` command:

```{literalinclude} ../../_parts/install.md
```{literalinclude} /src/_parts/install.md
:start-after: <!-- juju control start -->
:end-before: <!-- juju control end -->
```
Expand Down Expand Up @@ -78,7 +78,7 @@ After deployment, integrate these new nodes with control-plane units so they joi
the cluster.


```{literalinclude} ../../_parts/install.md
```{literalinclude} /src/_parts/install.md
:start-after: <!-- juju worker start -->
:end-before: <!-- juju worker end -->
:append: juju integrate k8s k8s-worker:cluster
Expand Down
2 changes: 1 addition & 1 deletion docs/src/charm/howto/install/install-custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ align with your requirements.

Deploy the `k8s` charm with your custom configuration:

```{literalinclude} ../../_parts/install.md
```{literalinclude} /src/_parts/install.md
:start-after: <!-- juju controlplane custom config start -->
:end-before: <!-- juju controlplane custom config end -->
```
Expand Down
2 changes: 1 addition & 1 deletion docs/src/snap/reference/config-files/bootstrap-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ by listing all available options and their details. See below for an example.

## Configuration options

```{include} ../../_parts/bootstrap_config.md
```{include} /src/_parts/bootstrap_config.md
```


Expand Down
1 change: 0 additions & 1 deletion docs/src/snap/reference/config-files/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ file.
:glob:
:titlesonly:

Install from a snap <snap.md>
bootstrap-config
control-plane-join-config
worker-join-config
Expand Down
Loading