Skip to content

Commit 9c06a95

Browse files
authored
📖 Proposal: MachineDrainRules (#11241)
* MachineDrainRules proposal Signed-off-by: Stefan Büringer [email protected] * Address findings * Address review comments Signed-off-by: Stefan Büringer [email protected] --------- Signed-off-by: Stefan Büringer [email protected]
1 parent d63d2ba commit 9c06a95

5 files changed

+398
-30
lines changed

docs/proposals/20210310-opt-in-autoscaling-from-zero.md

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ status: implementable
4343
- [Upgrade Strategy](#upgrade-strategy)
4444
- [Additional Details](#additional-details)
4545
- [Test Plan](#test-plan)
46+
- [Implementation Status](#implementation-status)
4647
- [Implementation History](#implementation-history)
4748

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

docs/proposals/20220209-machinepool-machines.md

+24-27
Original file line numberDiff line numberDiff line change
@@ -24,33 +24,30 @@ status: implementable
2424
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
2525
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
2626

27-
- [MachinePool Machines](#machinepool-machines)
28-
- [Table of Contents](#table-of-contents)
29-
- [Glossary](#glossary)
30-
- [Summary](#summary)
31-
- [Motivation](#motivation)
32-
- [Goals](#goals)
33-
- [Non-Goals/Future Work](#non-goalsfuture-work)
34-
- [Proposal](#proposal)
35-
- [Enabling MachinePoolMachines](#enabling-machinepoolmachines)
36-
- [InfraMachinePoolMachine creation](#inframachinepoolmachine-creation)
37-
- [MachinePool Machine creation](#machinepool-machine-creation)
38-
- [InfraMachinePoolMachine deletion](#inframachinepoolmachine-deletion)
39-
- [Machine controller](#machine-controller)
40-
- [User Stories](#user-stories)
41-
- [| U3 | MachinePool Machine Rolling Updates |](#-u3--machinepool-machine-rolling-updates-)
42-
- [Story U1](#story-u1)
43-
- [Story U2](#story-u2)
44-
- [Story U3](#story-u3)
45-
- [Requirements](#requirements)
46-
- [Implementation Details/Notes/Constraints](#implementation-detailsnotesconstraints)
47-
- [Risks and Mitigations](#risks-and-mitigations)
48-
- [Alternatives](#alternatives)
49-
- [Upgrade Strategy](#upgrade-strategy)
50-
- [Additional Details](#additional-details)
51-
- [clusterctl client](#clusterctl-client)
52-
- [Graduation Criteria](#graduation-criteria)
53-
- [Implementation History](#implementation-history)
27+
- [Glossary](#glossary)
28+
- [Summary](#summary)
29+
- [Motivation](#motivation)
30+
- [Goals](#goals)
31+
- [Non-Goals/Future Work](#non-goalsfuture-work)
32+
- [Proposal](#proposal)
33+
- [Enabling MachinePoolMachines](#enabling-machinepoolmachines)
34+
- [InfraMachinePoolMachine creation](#inframachinepoolmachine-creation)
35+
- [MachinePool Machine creation](#machinepool-machine-creation)
36+
- [InfraMachinePoolMachine deletion](#inframachinepoolmachine-deletion)
37+
- [Machine controller](#machine-controller)
38+
- [User Stories](#user-stories)
39+
- [Story U1](#story-u1)
40+
- [Story U2](#story-u2)
41+
- [Story U3](#story-u3)
42+
- [Requirements](#requirements)
43+
- [Implementation Details/Notes/Constraints](#implementation-detailsnotesconstraints)
44+
- [Risks and Mitigations](#risks-and-mitigations)
45+
- [Alternatives](#alternatives)
46+
- [Upgrade Strategy](#upgrade-strategy)
47+
- [Additional Details](#additional-details)
48+
- [clusterctl client](#clusterctl-client)
49+
- [Graduation Criteria](#graduation-criteria)
50+
- [Implementation History](#implementation-history)
5451

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

docs/proposals/20240916-improve-status-in-CAPI-resources.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ see-also:
2424

2525
## Table of Contents
2626

27-
- [Improving status in CAPI resources](#improving-status-in-capi-resources)
28-
- [Table of Contents](#table-of-contents)
27+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
28+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
29+
2930
- [Summary](#summary)
3031
- [Motivation](#motivation)
3132
- [Goals](#goals)
@@ -76,6 +77,8 @@ see-also:
7677
- [Upgrade Strategy](#upgrade-strategy)
7778
- [Implementation History](#implementation-history)
7879

80+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
81+
7982
# Summary
8083

8184
This document defines how status across all Cluster API resources is going to evolve in the v1beta2 API version, focusing on

0 commit comments

Comments
 (0)