Skip to content

Commit a80d3a4

Browse files
committed
Explicitly mention Google as an initial user.
Start filling in more of the sections.
1 parent 9f84d09 commit a80d3a4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

keps/sig-node/5620-resizing-balloon/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ The only distinction between a balloon pod and a standard pod will be annnotatio
198198

199199
#### Autoscaling driven VM resizing
200200

201-
A cloud provider would like to provide dynamically resizable Kubernetes nodes. The cloud provider creates a way to manage the resources provided to a particular Kubelet. By enabling the balloon pods and linking the management of the balloon pod sizes with the underlying resources available to the Kubelet host, the cloud provider can upsize and downsize the Kubernetes nodes to the Kubernetes system without having to involve Kubernetes in the specifics of the cloud resizing mechanism.
201+
A cloud provider would like to provide dynamically resizable Kubernetes nodes. The cloud provider creates a way to manage the resources provided to a particular Kubelet. By enabling the balloon pods and linking the management of the balloon pod sizes with the underlying resources available to the Kubelet host, the cloud provider can upsize and downsize the Kubernetes nodes to the Kubernetes system without having to involve Kubernetes in the specifics of the cloud resizing mechanism. Google already provides this kind of environment and will move to using these balloon pods once they are ready.
202202

203203
#### Multiple Kubelets per node for testing
204204

@@ -249,7 +249,7 @@ when drafting this test plan.
249249
[testing-guidelines]: https://git.k8s.io/community/contributors/devel/sig-testing/testing.md
250250
-->
251251

252-
[ ] I/we understand the owners of the involved components may require updates to
252+
[X] I/we understand the owners of the involved components may require updates to
253253
existing tests to make this code solid enough prior to committing the changes necessary
254254
to implement this enhancement.
255255

keps/sig-node/5620-resizing-balloon/kep.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ milestone:
3434
# The following PRR answers are required at alpha release
3535
# List the feature gate name and the components for which it must be enabled
3636
feature-gates:
37-
- name: MyFeature
37+
- name: BalloonPod
3838
components:
39-
- kube-apiserver
4039
- kube-controller-manager
4140
disable-supported: true
4241

0 commit comments

Comments
 (0)