Capturing some of the work that will need to be done to expand the coverage of the opt-in autoscaling from zero feature in Cluster API.
Subsections of this document will cover specific providers and the necessary changes in each to support scale from zero as an automated process. The overall process for adding capacity information is as follows:
status.capacity
to the infrastructure machine templateThe providers listed here have been sourced from those available in the kubernetes-sigs organization on github.
The status updates have been implemented in this provider and could be used as an example for other providers.
https://github.com/kubernetes-sigs/cluster-api/tree/main/test/infrastructure/docker
Although the docker provider is primarily used for testing, adding capacity functionality will help with testing the overall feature.
status.capacity
to DockerMachineTemplate API typehttps://github.com/kubernetes-sigs/cluster-api-provider-aws
status.capacity
to AWSMachineTemplate API typehttps://github.com/kubernetes-sigs/cluster-api-provider-azure
status.capacity
to AzureMachineTemplate API typehttps://github.com/kubernetes-sigs/cluster-api-provider-cloudstack
status.capacity
to CloudStackMachineTemplate API typehttps://github.com/kubernetes-sigs/cluster-api-provider-digitalocean
status.capacity
to DOMachineTemplate API typehttps://github.com/kubernetes-sigs/cluster-api-provider-gcp
status.capacity
to GCPMachineTemplate API typehttps://github.com/kubernetes-sigs/cluster-api-provider-ibmcloud
implemented
good example for other providers
https://github.com/kubernetes-sigs/cluster-api-provider-kubevirt
status.capacity
to KubevirtMachineTemplate API typehttps://github.com/kubernetes-sigs/cluster-api-provider-openstack
status.capacity
to OpenStackMachineTemplate API typehttps://github.com/kubernetes-sigs/cluster-api-provider-packet
status.capacity
to PacketMachineTemplate API typehttps://github.com/kubernetes-sigs/cluster-api-provider-vsphere
implemented
good example for other providers, slightly more complex than ibmcloud
or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Syncing