Commit 2fd82caa authored by GGGitBoy's avatar GGGitBoy Committed by Denise
Browse files

Update Aliyun-Driver

parent a45f9ed8
Showing with 2 additions and 2 deletions
+2 -2
......@@ -60,8 +60,8 @@ func addMachineDrivers(management *config.ManagementContext) error {
[]string{"drivers.rancher.cn"}, false, false, management); err != nil {
return err
}
if err := addMachineDriver("aliyunecs", "https://drivers.rancher.cn/node-driver-aliyun/1.0.2/docker-machine-driver-aliyunecs.tgz",
"", "c31b9da2c977e70c2eeee5279123a95d", []string{"ecs.aliyuncs.com"}, false, false, management); err != nil {
if err := addMachineDriver("aliyunecs", "https://drivers.rancher.cn/node-driver-aliyun/1.0.4/docker-machine-driver-aliyunecs.tgz",
"", "5990d40d71c421a85563df9caf069466f300cd75723effe4581751b0de9a6a0e", []string{"ecs.aliyuncs.com"}, false, false, management); err != nil {
return err
}
if err := addMachineDriver(Amazonec2driver, "local://", "", "",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment