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

Update generated RFCs content #248

Merged
merged 1 commit into from
May 23, 2024
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
2 changes: 1 addition & 1 deletion content/docs/rfcs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Want to write a new, technical RFC? Please follow the [RFC and decision making p
| 2023-08-07 | <span>[Manage essential CRDs via MCB](./manage-essential-crds-via-mcb)</span> | <span style="color: darkgreen; font-weight: bold">approved</span> |
| 2023-05-31 | <span>[Simplify `baseDomain` usage in our applications](./simplify-basedomain-usage)</span> | <span style="color: darkgreen; font-weight: bold">approved</span> |
| 2023-05-08 | <span>[Default PSS and Policy Exceptions with Kyverno](./kyverno-pss-policy-exceptions)</span><br><br><span style="opacity: 0.7">Outlines the suggested replacement of Pod Security Policies with a Kyverno-backed implementation of the official Pod Security Standards guidelines in Giant Swarm clusters.</span> | <span style="color: darkgreen; font-weight: bold">approved</span> |
| 2023-03-01 | <span>[Container Registry Configuration](./container-registry-configuration)</span> | <span style="color: darkgreen; font-weight: bold">approved</span> |
| 2023-03-01 | <span>[Container Registry Configuration](./container-registry-configuration)</span><br><br><span style="opacity: 0.7">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).</span> | <span style="color: darkgreen; font-weight: bold">approved</span> |
| 2023-01-25 | <span>[Ensure no single point of failure in management cluster access](./management-cluster-access)</span> | <span style="color: darkgreen; font-weight: bold">approved</span> |
| 2023-01-12 | <span>[Logging infrastructure](./logging-infrastructure)</span> | <span style="color: darkgreen; font-weight: bold">approved</span> |
| 2022-11-09 | <span>[Crossplane MVP on Management Clusters](./crossplane)</span> | <span style="color: darkgreen; font-weight: bold">approved</span> |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toc_hide: true

| Created | State | Summary |
|-|-|-|
| 2023-03-01 | <span style="color: darkgreen; font-weight: bold">approved</span> | - |
| 2023-03-01 | <span style="color: darkgreen; font-weight: bold">approved</span> | 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.

Expand Down