From 1d33dff7c89ac3cc5149cc0e314ba5a90ed6f769 Mon Sep 17 00:00:00 2001 From: Andrew Lavery Date: Wed, 25 Jun 2025 12:19:39 -0400 Subject: [PATCH] Limtiation->Limitation --- docs/reference/embedded-config.mdx | 2 +- docs/vendor/using-third-party-registry-proxy.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/embedded-config.mdx b/docs/reference/embedded-config.mdx index 54c01697ab..a9bae37d0d 100644 --- a/docs/reference/embedded-config.mdx +++ b/docs/reference/embedded-config.mdx @@ -231,7 +231,7 @@ spec: wireguard: true ``` -#### Limtiations +#### Limitations * The `spec.api` and `spec.storage` keys in the k0s config cannot be changed after installation. Whereas most keys in the k0s config apply to the whole cluster, these two keys are set for each node. Embedded Cluster cannot update these keys on each individual node during updates, so they cannot be changed after installation. diff --git a/docs/vendor/using-third-party-registry-proxy.mdx b/docs/vendor/using-third-party-registry-proxy.mdx index 3a387ec374..4fb6169877 100644 --- a/docs/vendor/using-third-party-registry-proxy.mdx +++ b/docs/vendor/using-third-party-registry-proxy.mdx @@ -12,7 +12,7 @@ In addition to the support for on-demand pull-through caching, connecting the Re * Registries like Harbor or Artifactory typically support access controls as well as scanning images for security vulnerabilities * With Harbor, users can optionally set up replication rules for image mirroring, which can be used to improve data availability and reliability -## Limtiation +## Limitation Artifactory does not support mirroring or replication for Docker registries. If you need to set up image mirroring, use Harbor. See [Set Up Mirroring in Harbor](#harbor-mirror) below.