-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link MachineSets/MachineDeployments to their Cluster via both Labels and OwnerReferences #145
Comments
/dibs |
I do not think that adding an OwnerReference to the Cluster on the MachineSet makes sense. Since the user is required to create both the Cluster and the MachineSets, it seems to me that it would be unexpected behavior to a user if the MachineSets were deleted when the Cluster was deleted. |
Does anybody have any opinions on whether a |
/cc @k4leung4 |
Closing in favor of #41. /close |
@roberthbailey: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
…_machine_version modify DockerMachie Api version to v1alpha2
…adm-config-template chore: add KubeadmConfigTemplate type
* Vendored k8s.io/cluster-bootstrap to help generate tokens * Create kubeadm token instead of request from kubeadm Replaced the method of getting the kubeadm token. Prior to this, we were shelling out to kubeadm to create a token. That proved unreliable in the latest update to kubeadm (1.13). Now, we generate the token ourselves and write the token out as a secret. Resolves kubernetes-sigs#145
Owner references were added to Machines created via a MachineSet in #108
However as it stands today there is no established link required between MachineSet and it's Cluster. Similar for MachineDeployment.
Would it be reasonable to implement two links:
All of this is possible to add-on but we were wondering if this makes sense for the core of cluster-api?
The text was updated successfully, but these errors were encountered: