-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Refactor sparkctl #2368
base: master
Are you sure you want to change the base?
Refactor sparkctl #2368
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
16e0977
to
e754c94
Compare
Signed-off-by: Yi Chen <[email protected]>
e754c94
to
8d7d816
Compare
/assign @jacobsalway |
Apologies for late review. What are your thoughts on removing I personally haven't ever used As for alternatives to
|
Actually, I do not use |
I agree with @jacobsalway sparkctl might not be necessary, as users typically deploy jobs using kubectl or through schedulers. We can revisit this topic in our next meeting to decide whether to keep it or remove it. Removing it could reduce maintenance efforts and simplify the codebase. |
Here are some actions I think we can take or discuss at the next meeting:
|
On a side note the clientset code gen isn't relevant anymore #2268 |
Purpose of this PR
Proposed changes:
Refactor sparkctl:
sparkctl status
sub command is moved tosparkctl get
so that it be consistent withkubectl get