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