You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix spurious Makefile logs when setup isn't complete
Fix issues resulting from Makefile semantics which result in statements
being executed outside of the context of a rule:
* Fix message logging that current-context is not set when there's no
kubeconfig file (e.g. in CI). This checks if we're in minikube only.
* Fix message warning that operator-sdk is not installed on every
invocation; only print warning if a rule requires operator-sdk
Signed-off-by: Angel Misevski <[email protected]>
@echo 'WARN: operator-sdk $(OPERATOR_SDK_VERSION) is expected to be used for this target but $(shell operator-sdk version | cut -d , -f 1 | cut -d : -f 2 | cut -d \" -f 2) found.'
345
357
@echo 'WARN: Please use the recommended operator-sdk if you face any issue.'
0 commit comments