1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-17 07:30:01 +00:00

Fix log message

This commit is contained in:
Darren Shepherd
2018-04-02 04:01:23 -07:00
parent b841604933
commit 826b75eeaa

View File

@@ -232,9 +232,8 @@ func (c *Cluster) StoreAddonConfigMap(ctx context.Context, addonYaml string, add
}
func (c *Cluster) ApplySystemAddonExcuteJob(addonJob string) error {
if err := k8s.ApplyK8sSystemJob(addonJob, c.LocalKubeConfigPath, c.K8sWrapTransport); err != nil {
fmt.Println(err)
logrus.Error(err)
return err
}
return nil