-
Notifications
You must be signed in to change notification settings - Fork 9
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
Ready For Review: in response to Automate Onboarding to Cluster via CLI #24 #44
Ready For Review: in response to Automate Onboarding to Cluster via CLI #24 #44
Conversation
8e80360
to
1ea33c3
Compare
@Gregory-Pereira first thing you should always do is make sure the $ make
go build -o opfcli-linux-amd64 -ldflags "-X 'github.com/operate-first/opfcli/version.BuildVersion=unknown' -X 'github.com/operate-first/opfcli/version.BuildHash=1ea33c3d36' -X 'github.com/operate-first/opfcli/version.BuildDate=2021-09-10T14:18:39'"
# github.com/operate-first/opfcli/models
models/OnboardClusterConfig.go:4:2: imported and not used: "fmt"
make: *** [Makefile:16: opfcli-linux-amd64] Error 2
There are a couple of compilation errors that you will find when you try to run this and fix the issues as they come. (these are also illustrated in the review check failures) |
@Gregory-Pereira the make still fails. See the checks above, and also try running it locally. |
171e8cb
to
488d65b
Compare
@Gregory-Pereira ci check still failing |
Yeah, I need to build out and fix the test suite which I will complete this week. I will message you when it's done. |
fdc9be3
to
eca5216
Compare
@HumairAK all tests pass, take a look when you can |
03febdf
to
142ae73
Compare
Commits have been restructured, |
142ae73
to
5fd55c8
Compare
Tested on my local , by build the binary from this pr. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
5fd55c8
to
3d382d5
Compare
3d382d5
to
063a4cf
Compare
/lgtm Amazing work @Gregory-Pereira ! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 4n4nd, HumairAK The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
#24