mirror of
https://github.com/kairos-io/provider-rke2.git
synced 2025-09-17 23:38:13 +00:00
removed incorrect command stage
Signed-off-by: Piyush Kumar <k17piyush@gmail.com>
This commit is contained in:
1
main.go
1
main.go
@@ -105,7 +105,6 @@ func clusterProvider(cluster clusterplugin.Cluster) yip.YipConfig {
|
||||
|
||||
importStage = yip.Stage{
|
||||
Commands: []string{
|
||||
"chmod +x /opt/import.sh",
|
||||
fmt.Sprintf("/bin/sh /opt/rke2/scripts/import.sh %s > /var/log/import.log", cluster.LocalImagesPath),
|
||||
},
|
||||
If: fmt.Sprintf("[ -d %s ]", cluster.LocalImagesPath),
|
||||
|
Reference in New Issue
Block a user