vmware-archive / kubernetes-archived

This repository is archived. Please file in-tree vSphere Cloud Provider issues at https://github.com/kubernetes/kubernetes/issues . CSI Driver for vSphere is available at https://github.com/kubernetes/cloud-provider-vsphere
Apache License 2.0
46 stars 31 forks source link

Update README.md #482

Closed divyenpatel closed 6 years ago

divyenpatel commented 6 years ago

Updating Prerequisites for enable-vcp-uxi automation.

vcp-daemontset.yaml is updated with PR: https://github.com/vmware/kubernetes/pull/478.

We don't need to do "kubectl taint nodes --all node-role.kubernetes.io/master-" to allow scheduling of the pods on the master nodes with taint. So removing step for removing taint from the prerequisites.

Preview of change: https://github.com/vmware/kubernetes/blob/4adeccf40eb01be6b8ad47a908b9717384ef4b32/README.md

What this PR does / why we need it:

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged): Fixes #

Special notes for your reviewer:

Release note:

NONE