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:
@@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user