File tree 1 file changed +16
-9
lines changed
1 file changed +16
-9
lines changed Original file line number Diff line number Diff line change @@ -113,17 +113,24 @@ func clusterProvider(cluster clusterplugin.Cluster) yip.YipConfig {
113
113
stages = append (stages , importStage )
114
114
}
115
115
116
- stages = append (stages , yip.Stage {
117
- Name : "Enable Systemd Services" ,
118
- Systemctl : yip.Systemctl {
119
- Enable : []string {
120
- systemName ,
121
- },
122
- Start : []string {
123
- systemName ,
116
+ stages = append (stages ,
117
+ yip.Stage {
118
+ Name : "Waiting to finish extracting content" ,
119
+ Commands : []string {
120
+ "sleep 120" ,
124
121
},
125
122
},
126
- })
123
+ yip.Stage {
124
+ Name : "Enable Systemd Services" ,
125
+ Systemctl : yip.Systemctl {
126
+ Enable : []string {
127
+ systemName ,
128
+ },
129
+ Start : []string {
130
+ systemName ,
131
+ },
132
+ },
133
+ })
127
134
128
135
cfg := yip.YipConfig {
129
136
Name : "RKE2 Kairos Cluster Provider" ,
You can’t perform that action at this time.
0 commit comments