We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3793a39 + 7129b4a commit 95c6543Copy full SHA for 95c6543
pkg/plugin/volcano/plugin.go
@@ -152,9 +152,9 @@ func (p *Plugin) volcanoManifest() (string, error) {
152
// TODO: change it, the machine used to install volcano can be different from the destination cluster arch
153
switch runtime.GOARCH {
154
case "amd64":
155
- manifestName = "volcano-development.yaml"
+ manifestName = "installer/volcano-development.yaml"
156
case "arm64":
157
- manifestName = "volcano-development-arm64.yaml"
+ manifestName = "installer/volcano-development-arm64.yaml"
158
default:
159
return "", fmt.Errorf("os arch %s is not supportted", runtime.GOARCH)
160
}
0 commit comments