1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-16 15:10:12 +00:00

Secure kubelet port access

This commit is contained in:
galal-hussein
2018-03-12 21:04:28 +02:00
parent 83b7ed028f
commit fcefbf7016
9 changed files with 40 additions and 14 deletions

View File

@@ -100,6 +100,7 @@ func (c *Cluster) DeployWorkerPlane(ctx context.Context) error {
c.PrivateRegistriesMap,
processMap,
kubeletProcessHostMap,
c.Certificates,
); err != nil {
return fmt.Errorf("[workerPlane] Failed to bring up Worker Plane: %v", err)
}