Skip to content

Commit 95c6543

Browse files
authored
Merge pull request #68 from zirain/cp-volcano
[cherrypick]fix volcano installer
2 parents 3793a39 + 7129b4a commit 95c6543

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/plugin/volcano/plugin.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@ func (p *Plugin) volcanoManifest() (string, error) {
152152
// TODO: change it, the machine used to install volcano can be different from the destination cluster arch
153153
switch runtime.GOARCH {
154154
case "amd64":
155-
manifestName = "volcano-development.yaml"
155+
manifestName = "installer/volcano-development.yaml"
156156
case "arm64":
157-
manifestName = "volcano-development-arm64.yaml"
157+
manifestName = "installer/volcano-development-arm64.yaml"
158158
default:
159159
return "", fmt.Errorf("os arch %s is not supportted", runtime.GOARCH)
160160
}

0 commit comments

Comments
 (0)