Skip to content
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

[krel] Add krel anago subcommand to check prerequisites #1739

Closed
markjacksonfishing opened this issue Nov 15, 2020 · 3 comments · Fixed by #1764
Closed

[krel] Add krel anago subcommand to check prerequisites #1739

markjacksonfishing opened this issue Nov 15, 2020 · 3 comments · Fixed by #1764
Assignees
Labels
area/release-eng Issues or PRs related to the Release Engineering subproject kind/feature Categorizes issue or PR as related to a new feature. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. sig/release Categorizes an issue or PR as relevant to SIG Release.

Comments

@markjacksonfishing
Copy link

As noted in #1673, add krel anago subcommand to check Prerequisites

@markjacksonfishing markjacksonfishing added area/release-eng Issues or PRs related to the Release Engineering subproject kind/feature Categorizes issue or PR as related to a new feature. sig/release Categorizes an issue or PR as relevant to SIG Release. labels Nov 15, 2020
@markjacksonfishing
Copy link
Author

/assign @markyjackson-taulia
/priority important-soon

@k8s-ci-robot k8s-ci-robot added priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. and removed needs-priority labels Nov 15, 2020
@markjacksonfishing markjacksonfishing changed the title [krel] Add krel anago subcommand to check Prerequisites [krel] Add krel anago subcommand to check prerequisites Nov 15, 2020
@saschagrunert
Copy link
Member

Hey @markyjackson-taulia, I think you can directly integrate the functionality into the new structure (krel stage/release), like:

func (d *DefaultStage) CheckPrerequisites() error { return nil }

func (d *DefaultRelease) CheckPrerequisites() error { return nil }

@markjacksonfishing
Copy link
Author

@saschagrunert awesome! I will have this completed by end of my day US west last time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/release-eng Issues or PRs related to the Release Engineering subproject kind/feature Categorizes issue or PR as related to a new feature. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. sig/release Categorizes an issue or PR as relevant to SIG Release.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants