Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#5706 from killianmuldoon/fix/scope…
Browse files Browse the repository at this point in the history
…-contents

🐛 fix contents table  and header in scope and objectives
  • Loading branch information
k8s-ci-robot authored and killianmuldoon committed Nov 19, 2021
2 parents 8b7f928 + aff498a commit e974c2d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 17 deletions.
16 changes: 9 additions & 7 deletions docs/proposals/202105256-cluster-class-and-managed-topologies.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ reviewers:
- "@schrej"
- "@randomvariable"
creation-date: 2021-05-26
replaces: https://docs.google.com/document/d/1lwxgBK3Q7zmNkOSFqzTGmrSys_vinkwubwgoyqSRAbI
status: provisional
replaces:
- [Proposal Google Doc](https://docs.google.com/document/d/1lwxgBK3Q7zmNkOSFqzTGmrSys_vinkwubwgoyqSRAbI/edit#)
---

# ClusterClass and Managed Topologies
Expand All @@ -28,7 +27,7 @@ replaces:
- [Glossary](#glossary)
- [ClusterClass](#clusterclass)
- [Topology](#topology)
- [Worker class](#worker-class)
- [Worker class](#workerclass)
- [Summary](#summary)
- [Motivation](#motivation)
- [Goals](#goals)
Expand All @@ -38,9 +37,12 @@ replaces:
- [Story 1 - Use ClusterClass to easily stamp clusters](#story-1---use-clusterclass-to-easily-stamp-clusters)
- [Story 2 - Easier UX for kubernetes version upgrades](#story-2---easier-ux-for-kubernetes-version-upgrades)
- [Story 3 - Easier UX for scaling workers nodes](#story-3---easier-ux-for-scaling-workers-nodes)
- [Story 4 - Ability to customize individual clusters](#story-4---ability-to-customize-individual-clusters)
- [Story 5 - Provide powerful and flexible options to define ClusterClass customizations](#story-5---provide-powerful-and-flexible-options-to-define-clusterclass-customizations)
- [Implementation Details/Notes/Constraints](#implementation-detailsnotesconstraints)
- [Story 4 - Ability to customize individual clusters](#story-4---use-clusterclass-to-easily-modify-clusters-in-bulk)
- [Story 5 - Provide powerful and flexible options to define ClusterClass customizations](#story-5---ability-to-define-clusterclass-customizations)
- [Story 6 - Ability to customize individual Clusters via variables](#story-6---ability-to-customize-individual-clusters-via-variables)
- [Story 7 - Ability to mutate variables](#story-7---ability-to-mutate-variables)

- [Implementation Details/Notes/Constraints](#implementation-detailsnotesconstraints)
- [New API types](#new-api-types)
- [ClusterClass](#clusterclass-1)
- [Modification to existing API Types](#modification-to-existing-api-types)
Expand All @@ -58,7 +60,7 @@ replaces:
- [Create a new Cluster with patches](#create-a-new-cluster-with-patches)
- [Provider implementation](#provider-implementation)
- [Conventions for template types implementation](#conventions-for-template-types-implementation)
- [Notes on template <-> object reconciliation](#notesontemplate<->objectreconciliation)
- [Notes on template <-> object reconciliation](#notes-on-template---object-reconciliation)
- [Risks and Mitigations](#risks-and-mitigations)
- [Alternatives](#alternatives)
- [Upgrade Strategy](#upgrade-strategy)
Expand Down
22 changes: 12 additions & 10 deletions docs/scope-and-objectives.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
---
title: Cluster API Scope and Objectives
authors:
- "@vincepri"
- "@ncdc"
- "@detiber"
reviewers:
- "@timothysc"
- "@justinsb"
creation-date: 2019-04-08
last-updated: 2019-04-08
---

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

Expand All @@ -18,19 +29,10 @@ title: Cluster API Scope and Objectives
- [Organization](#organization)
- [Validation](#validation)
- [Extension](#extension)


<!-- END doctoc generated TOC please keep comment here to allow auto update -->

authors:
- "@vincepri"
- "@ncdc"
- "@detiber"
reviewers:
- "@timothysc"
- "@justinsb"
creation-date: 2019-04-08
last-updated: 2019-04-08
---

# Cluster API Scope and Objectives

Expand Down

0 comments on commit e974c2d

Please sign in to comment.