From 76f072d2efbd1927b528acc5cf85dae84305343d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 17:02:12 +0200 Subject: [PATCH] Update rendered RFCs (#248) Co-authored-by: lyind <18163495+lyind@users.noreply.github.com> --- content/docs/rfcs/_index.md | 2 +- content/docs/rfcs/container-registry-configuration/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/rfcs/_index.md b/content/docs/rfcs/_index.md index c49f259..1cdbd59 100644 --- a/content/docs/rfcs/_index.md +++ b/content/docs/rfcs/_index.md @@ -25,7 +25,7 @@ Want to write a new, technical RFC? Please follow the [RFC and decision making p | 2023-08-07 | [Manage essential CRDs via MCB](./manage-essential-crds-via-mcb) | approved | | 2023-05-31 | [Simplify `baseDomain` usage in our applications](./simplify-basedomain-usage) | approved | | 2023-05-08 | [Default PSS and Policy Exceptions with Kyverno](./kyverno-pss-policy-exceptions)

Outlines the suggested replacement of Pod Security Policies with a Kyverno-backed implementation of the official Pod Security Standards guidelines in Giant Swarm clusters. | approved | -| 2023-03-01 | [Container Registry Configuration](./container-registry-configuration) | approved | +| 2023-03-01 | [Container Registry Configuration](./container-registry-configuration)

Since Docker Hub has an image download rate limit which can lead to unhealthy clusters, configure containerd such that it uses other registries as mirrors (fallback). | approved | | 2023-01-25 | [Ensure no single point of failure in management cluster access](./management-cluster-access) | approved | | 2023-01-12 | [Logging infrastructure](./logging-infrastructure) | approved | | 2022-11-09 | [Crossplane MVP on Management Clusters](./crossplane) | approved | diff --git a/content/docs/rfcs/container-registry-configuration/_index.md b/content/docs/rfcs/container-registry-configuration/_index.md index fb26db6..7af15e8 100644 --- a/content/docs/rfcs/container-registry-configuration/_index.md +++ b/content/docs/rfcs/container-registry-configuration/_index.md @@ -7,7 +7,7 @@ toc_hide: true | Created | State | Summary | |-|-|-| -| 2023-03-01 | approved | - | +| 2023-03-01 | approved | Since Docker Hub has an image download rate limit which can lead to unhealthy clusters, configure containerd such that it uses other registries as mirrors (fallback). | The purpose of this RFC is to specify how we configure Kubernetes clusters for container registries.