You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [Sequence diagram: User creates a machine with Kubeadm bootstrapper.](#sequence-diagram-user-creates-a-machine-with-kubeadm-bootstrapper)
39
-
- [User Stories](#user-stories)
40
-
- [As a Kubernetes operator, I’d like to provide custom bootstrap data without the use of a Kubernetes controller.](#as-a-kubernetes-operator-id-like-to-provide-custom-bootstrap-data-without-the-use-of-a-kubernetes-controller)
41
-
- [As a Kubernetes operator, I’d like to monitor the progress of fulfilling a Machine and understand what errors, if any, have been reported by the controllers involved.](#as-a-kubernetes-operator-id-like-to-monitor-the-progress-of-fulfilling-a-machine-and-understand-what-errors-if-any-have-been-reported-by-the-controllers-involved)
42
-
- [As an infrastructure provider author, I would like to build the fewest number of components possible to support the full cluster-api.](#as-an-infrastructure-provider-author-i-would-like-to-build-the-fewest-number-of-components-possible-to-support-the-full-cluster-api)
43
-
- [As an infrastructure provider author, I would like to take advantage of the kubernetes API to provide validation for provider-specific data needed to provision a machine.](#as-an-infrastructure-provider-author-i-would-like-to-take-advantage-of-the-kubernetes-api-to-provide-validation-for-provider-specific-data-needed-to-provision-a-machine)
44
-
- [As an infrastructure provider author, I would like to build a controller to manage provisioning machines using tools of my own choosing.](#as-an-infrastructure-provider-author-i-would-like-to-build-a-controller-to-manage-provisioning-machines-using-tools-of-my-own-choosing)
45
-
- [As an infrastructure provider author, I would like to build a controller to manage provisioning machines without being restricted to a CRUD API.](#as-an-infrastructure-provider-author-i-would-like-to-build-a-controller-to-manage-provisioning-machines-without-being-restricted-to-a-crud-api)
46
-
- [As an infrastructure provider consumer, I would like to have validation for the provider-specific data I need to give the system to have it provision a machine.](#as-an-infrastructure-provider-consumer-i-would-like-to-have-validation-for-the-provider-specific-data-i-need-to-give-the-system-to-have-it-provision-a-machine)
- [Object References, Templates, MachineSets and MachineDeployments](#object-references-templates-machinesets-and-machinedeployments-1)
70
-
71
-
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
72
-
73
3
authors:
74
4
- "@ncdc"
75
5
- "@vincepri"
@@ -94,8 +24,7 @@ status: implemented
94
24
*[Summary](#summary)
95
25
*[Motivation](#motivation)
96
26
*[Goals](#goals)
97
-
*[Non\-Goals](#non-goals)
98
-
*[Future Work](#future-work)
27
+
*[Non-Goals/Future Work](#non-goalsfuture-work)
99
28
*[Proposal](#proposal)
100
29
*[Data model changes](#data-model-changes)
101
30
*[States and transitions](#states-and-transitions)
@@ -122,13 +51,6 @@ status: implemented
122
51
*[Expectations](#expectations-6)
123
52
*[Sequence diagram: User creates a machine with Kubeadm bootstrapper\.](#sequence-diagram-user-creates-a-machine-with-kubeadm-bootstrapper)
124
53
*[User Stories](#user-stories)
125
-
*[As a Kubernetes operator, I’d like to provide custom bootstrap data without the use of a Kubernetes controller\.](#as-a-kubernetes-operator-id-like-to-provide-custom-bootstrap-data-without-the-use-of-a-kubernetes-controller)
126
-
*[As a Kubernetes operator, I’d like to monitor the progress of fulfilling a Machine and understand what errors, if any, have been reported by the controllers involved\.](#as-a-kubernetes-operator-id-like-to-monitor-the-progress-of-fulfilling-a-machine-and-understand-what-errors-if-any-have-been-reported-by-the-controllers-involved)
127
-
*[As an infrastructure provider author, I would like to build the fewest number of components possible to support the full cluster\-api\.](#as-an-infrastructure-provider-author-i-would-like-to-build-the-fewest-number-of-components-possible-to-support-the-full-cluster-api)
128
-
*[As an infrastructure provider author, I would like to take advantage of the kubernetes API to provide validation for provider\-specific data needed to provision a machine\.](#as-an-infrastructure-provider-author-i-would-like-to-take-advantage-of-the-kubernetes-api-to-provide-validation-for-provider-specific-data-needed-to-provision-a-machine)
129
-
*[As an infrastructure provider consumer, I would like to have validation for the provider\-specific data I need to give the system to have it provision a machine\.](#as-an-infrastructure-provider-consumer-i-would-like-to-have-validation-for-the-provider-specific-data-i-need-to-give-the-system-to-have-it-provision-a-machine)
130
-
*[As an infrastructure provider author, I would like to build a controller to manage provisioning machines using tools of my own choosing\.](#as-an-infrastructure--provider-author-i-would-like-to-build-a-controller-to-manage-provisioning-machines-using-tools-of-my-own-choosing)
131
-
*[As an infrastructure provider author, I would like to build a controller to manage provisioning machines without being restricted to a CRUD API\.](#as-an-infrastructure-provider-author-i-would-like-to-build-a-controller-to-manage-provisioning-machines-without-being-restricted-to-a-crud-api)
@@ -402,19 +324,19 @@ The Machine has now become a Kubernetes Node and ready to be used.
402
324
403
325
### User Stories
404
326
405
-
####As a Kubernetes operator, I’d like to provide custom bootstrap data without the use of a Kubernetes controller.
327
+
- As a Kubernetes operator, I’d like to provide custom bootstrap data without the use of a Kubernetes controller.
406
328
407
-
####As a Kubernetes operator, I’d like to monitor the progress of fulfilling a Machine and understand what errors, if any, have been reported by the controllers involved.
329
+
- As a Kubernetes operator, I’d like to monitor the progress of fulfilling a Machine and understand what errors, if any, have been reported by the controllers involved.
408
330
409
-
####As an infrastructure provider author, I would like to build the fewest number of components possible to support the full cluster-api.
331
+
- As an infrastructure provider author, I would like to build the fewest number of components possible to support the full cluster-api.
410
332
411
-
####As an infrastructure provider author, I would like to take advantage of the kubernetes API to provide validation for provider-specific data needed to provision a machine.
333
+
- As an infrastructure provider author, I would like to take advantage of the kubernetes API to provide validation for provider-specific data needed to provision a machine.
412
334
413
-
####As an infrastructure provider author, I would like to build a controller to manage provisioning machines using tools of my own choosing.
335
+
- As an infrastructure provider author, I would like to build a controller to manage provisioning machines using tools of my own choosing.
414
336
415
-
####As an infrastructure provider author, I would like to build a controller to manage provisioning machines without being restricted to a CRUD API.
337
+
- As an infrastructure provider author, I would like to build a controller to manage provisioning machines without being restricted to a CRUD API.
416
338
417
-
####As an infrastructure provider consumer, I would like to have validation for the provider-specific data I need to give the system to have it provision a machine.
339
+
- As an infrastructure provider consumer, I would like to have validation for the provider-specific data I need to give the system to have it provision a machine.
0 commit comments