Skip to content

Commit

Permalink
fix: kuberentes => kubernetes typo
Browse files Browse the repository at this point in the history
uh uh, small typo... nothing to see here.

Signed-off-by: Caleb Woodbine <calebwoodbine.public@gmail.com>
  • Loading branch information
BobyMCbobs authored and talos-bot committed Jul 19, 2021
1 parent 2e46334 commit da6f786
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion website/content/docs/v0.10/Learn More/architecture.md
Expand Up @@ -34,7 +34,7 @@ This means that instead of making all of `/etc` writable, Talos only makes very

All files under `/system` are completely reproducible.
For files and directories that need to persist across boots, Talos creates `overlayfs` file systems.
The `/etc/kuberentes` is a good example of this.
The `/etc/kubernetes` is a good example of this.
Directories like this are `overlayfs` backed by an XFS file system mounted at `/var`.

The `/var` directory is owned by Kubernetes with the exception of the above `overlayfs` file systems.
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/v0.11/Learn More/architecture.md
Expand Up @@ -34,7 +34,7 @@ This means that instead of making all of `/etc` writable, Talos only makes very

All files under `/system` are completely reproducible.
For files and directories that need to persist across boots, Talos creates `overlayfs` file systems.
The `/etc/kuberentes` is a good example of this.
The `/etc/kubernetes` is a good example of this.
Directories like this are `overlayfs` backed by an XFS file system mounted at `/var`.

The `/var` directory is owned by Kubernetes with the exception of the above `overlayfs` file systems.
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/v0.12/Learn More/architecture.md
Expand Up @@ -34,7 +34,7 @@ This means that instead of making all of `/etc` writable, Talos only makes very

All files under `/system` are completely reproducible.
For files and directories that need to persist across boots, Talos creates `overlayfs` file systems.
The `/etc/kuberentes` is a good example of this.
The `/etc/kubernetes` is a good example of this.
Directories like this are `overlayfs` backed by an XFS file system mounted at `/var`.

The `/var` directory is owned by Kubernetes with the exception of the above `overlayfs` file systems.
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/v0.8/Learn More/architecture.md
Expand Up @@ -34,7 +34,7 @@ This means that instead of making all of `/etc` writable, Talos only makes very

All files under `/system` are completely reproducible.
For files and directories that need to persist across boots, Talos creates `overlayfs` file systems.
The `/etc/kuberentes` is a good example of this.
The `/etc/kubernetes` is a good example of this.
Directories like this are `overlayfs` backed by an XFS file system mounted at `/var`.

The `/var` directory is owned by Kubernetes with the exception of the above `overlayfs` file systems.
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/v0.9/Learn More/architecture.md
Expand Up @@ -34,7 +34,7 @@ This means that instead of making all of `/etc` writable, Talos only makes very

All files under `/system` are completely reproducible.
For files and directories that need to persist across boots, Talos creates `overlayfs` file systems.
The `/etc/kuberentes` is a good example of this.
The `/etc/kubernetes` is a good example of this.
Directories like this are `overlayfs` backed by an XFS file system mounted at `/var`.

The `/var` directory is owned by Kubernetes with the exception of the above `overlayfs` file systems.
Expand Down

0 comments on commit da6f786

Please sign in to comment.