Skip to content

Commit

Permalink
Improve machine/controller.Reconcile to intelligently block deleting …
Browse files Browse the repository at this point in the history
…a node associated with the controller machine. This will enable external machine controllers to delete any machine/node, including masters. (kubernetes-sigs#350)
  • Loading branch information
spew authored and k8s-ci-robot committed Jun 15, 2018
1 parent 825f6b1 commit 2c8fea5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions provider-components.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ spec:
subPath: vsphere_tmp.pub
- name: named-machines
mountPath: /etc/named-machines
env:
- name: NODE_NAME
valueFrom:
fieldRef:
fieldPath: spec.nodeName
command:
- "./vsphere-machine-controller"
args:
Expand Down

0 comments on commit 2c8fea5

Please sign in to comment.