-
Notifications
You must be signed in to change notification settings - Fork 972
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Makefile cleanup #105
Comments
/kind bug |
/assign |
/tell me why not working |
xref #106 |
@TommyLike , would you help to check why #106 CI was failed? It seems admission controller is not enabled :( |
@k82cn sure. |
@k82cn it's failed once the helm plugin failed to approve csr via command
I didn't look deep into it, but it should varies depends on how faster when the cluster gets ready, and last time when I met it, I just increased the waiting time, would you please have a retry ? |
Fixed #106 |
Is this a BUG REPORT or FEATURE REQUEST?:
/kind bug
Description:
It's better to support following targets in Makefile:
make
: only make related binaries, e.g. controller, schedulermake images
: build related docker imagesmake e2e-test-kind
: run e2e test with kindmake unit-test
: run unit testmake integration-test
: run integration testThe text was updated successfully, but these errors were encountered: