1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-02 15:34:36 +00:00

rke refactoring - configure cluster method

This commit is contained in:
galal-hussein
2018-02-08 05:13:06 +02:00
parent 9a234ccb4e
commit d99efdc60f
4 changed files with 22 additions and 12 deletions

View File

@@ -96,7 +96,7 @@ const (
RBACConfig = "RBACConfig"
)
func (c *Cluster) DeployNetworkPlugin(ctx context.Context) error {
func (c *Cluster) deployNetworkPlugin(ctx context.Context) error {
log.Infof(ctx, "[network] Setting up network plugin: %s", c.Network.Plugin)
switch c.Network.Plugin {
case FlannelNetworkPlugin: