Skip to content

Commit 9d4ea86

Browse files
committed
stupid hack
Signed-off-by: Ciprian Hacman <[email protected]>
1 parent efdc249 commit 9d4ea86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodeup/pkg/model/crictl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func (b *CrictlBuilder) Build(c *fi.NodeupModelBuilderContext) error {
6161
}
6262

6363
func (b *CrictlBuilder) binaryPath() string {
64-
path := "/usr/local/bin"
64+
path := "/home/kubernetes/bin"
6565
if b.Distribution == distributions.DistributionFlatcar {
6666
path = "/opt/kops/bin"
6767
}

0 commit comments

Comments
 (0)