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.
1 parent efdc249 commit 9d4ea86Copy full SHA for 9d4ea86
nodeup/pkg/model/crictl.go
@@ -61,7 +61,7 @@ func (b *CrictlBuilder) Build(c *fi.NodeupModelBuilderContext) error {
61
}
62
63
func (b *CrictlBuilder) binaryPath() string {
64
- path := "/usr/local/bin"
+ path := "/home/kubernetes/bin"
65
if b.Distribution == distributions.DistributionFlatcar {
66
path = "/opt/kops/bin"
67
0 commit comments