Skip to content

Commit

Permalink
📖 Proposal: MachineDrainRules (#11241)
Browse files Browse the repository at this point in the history
* 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]
  • Loading branch information
sbueringer authored Oct 18, 2024
1 parent d63d2ba commit 9c06a95
Show file tree
Hide file tree
Showing 5 changed files with 398 additions and 30 deletions.
1 change: 1 addition & 0 deletions docs/proposals/20210310-opt-in-autoscaling-from-zero.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ status: implementable
- [Upgrade Strategy](#upgrade-strategy)
- [Additional Details](#additional-details)
- [Test Plan](#test-plan)
- [Implementation Status](#implementation-status)
- [Implementation History](#implementation-history)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->
Expand Down
51 changes: 24 additions & 27 deletions docs/proposals/20220209-machinepool-machines.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,33 +24,30 @@ status: implementable
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

- [MachinePool Machines](#machinepool-machines)
- [Table of Contents](#table-of-contents)
- [Glossary](#glossary)
- [Summary](#summary)
- [Motivation](#motivation)
- [Goals](#goals)
- [Non-Goals/Future Work](#non-goalsfuture-work)
- [Proposal](#proposal)
- [Enabling MachinePoolMachines](#enabling-machinepoolmachines)
- [InfraMachinePoolMachine creation](#inframachinepoolmachine-creation)
- [MachinePool Machine creation](#machinepool-machine-creation)
- [InfraMachinePoolMachine deletion](#inframachinepoolmachine-deletion)
- [Machine controller](#machine-controller)
- [User Stories](#user-stories)
- [| U3 | MachinePool Machine Rolling Updates |](#-u3--machinepool-machine-rolling-updates-)
- [Story U1](#story-u1)
- [Story U2](#story-u2)
- [Story U3](#story-u3)
- [Requirements](#requirements)
- [Implementation Details/Notes/Constraints](#implementation-detailsnotesconstraints)
- [Risks and Mitigations](#risks-and-mitigations)
- [Alternatives](#alternatives)
- [Upgrade Strategy](#upgrade-strategy)
- [Additional Details](#additional-details)
- [clusterctl client](#clusterctl-client)
- [Graduation Criteria](#graduation-criteria)
- [Implementation History](#implementation-history)
- [Glossary](#glossary)
- [Summary](#summary)
- [Motivation](#motivation)
- [Goals](#goals)
- [Non-Goals/Future Work](#non-goalsfuture-work)
- [Proposal](#proposal)
- [Enabling MachinePoolMachines](#enabling-machinepoolmachines)
- [InfraMachinePoolMachine creation](#inframachinepoolmachine-creation)
- [MachinePool Machine creation](#machinepool-machine-creation)
- [InfraMachinePoolMachine deletion](#inframachinepoolmachine-deletion)
- [Machine controller](#machine-controller)
- [User Stories](#user-stories)
- [Story U1](#story-u1)
- [Story U2](#story-u2)
- [Story U3](#story-u3)
- [Requirements](#requirements)
- [Implementation Details/Notes/Constraints](#implementation-detailsnotesconstraints)
- [Risks and Mitigations](#risks-and-mitigations)
- [Alternatives](#alternatives)
- [Upgrade Strategy](#upgrade-strategy)
- [Additional Details](#additional-details)
- [clusterctl client](#clusterctl-client)
- [Graduation Criteria](#graduation-criteria)
- [Implementation History](#implementation-history)

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

Expand Down
7 changes: 5 additions & 2 deletions docs/proposals/20240916-improve-status-in-CAPI-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ see-also:

## Table of Contents

- [Improving status in CAPI resources](#improving-status-in-capi-resources)
- [Table of Contents](#table-of-contents)
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

- [Summary](#summary)
- [Motivation](#motivation)
- [Goals](#goals)
Expand Down Expand Up @@ -76,6 +77,8 @@ see-also:
- [Upgrade Strategy](#upgrade-strategy)
- [Implementation History](#implementation-history)

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

# Summary

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

0 comments on commit 9c06a95

Please sign in to comment.