-
Notifications
You must be signed in to change notification settings - Fork 201
Open
Description
When I run make install
I get an error on this line:
KUBECTL_MINOR_VERSION=$(shell kubectl version --client=true --short=true -o yaml | grep minor | grep -Eow "[0-9]+")
because --short=true
is not an option for kubectl version
(anymore?)
When I remove this flag, it seems to run fine.
lir-lumigo
Metadata
Metadata
Assignees
Labels
No labels