Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Add README with CLI usage descriptions #20
Add README with CLI usage descriptions #20
Changes from 1 commit
766995f
ddad824
dbb17dd
c3656bf
71c433e
6377a3c
af9596a
7a9ed87
8d5d2a4
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Can you add a few sentences describing what this is?
I think it's helpful even for internal developers.
Something like the following.
(This might need to be checked by @josh-wong if it is used.)
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.
I added such an explanation in 71c433e.
@josh-wong
Could you please also check this new sentence? Thank you!
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.
I was unable to suggest changes to the sentence in a reply to this message, so I added a new comment with my suggestion to the updated sentence.
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.
This is an output of the
scalar-admin-k8s
CLI. I think there is no document that describes each flag ofscalar-admin-k8s
. This is the main purpose of this PR.This section describes the
scalar-admin-k8s
options and I can link to this document in the document of Helm Chart to explain the flags ofscalar-admin-k8s
.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.
To be clear, only
-r
is required, correct? If so, I think it would be helpful to note that this parameter is required in the parameter description here.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.
Yes. You are right.
I see. I agree with adding a note.
I will do it in another PR.
Thank you for your suggestion!
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.
This section explains how to run the
scalar-admin-k8s
CLI tool manually.However, I think there are almost no users to use this way.
We assume that users use Helm Chart instead of that.
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.
Depending on what we call the product (as mentioned in my previous comment), the product mentions in this paragraph might need to be updated.
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.
@josh-wong
Thank you for your suggestion!
In practice, the content of this section is a
steps
to deploy Scalar Admin for Kubernetes CLI on the Kubernetes environment. In other words,run CLI tool as a pod
is included in the steps. So, I feeland then
is a bit not fit in this section.So, how about the following sentence?
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.
@kota2and3kan Thank you for clarifying that! I assumed the steps were separate from the
you must run
part since we useand
to introduce the steps.In this case, let's use the following:
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.
@josh-wong
Thank you for your suggestion!
I applied it in 8d5d2a4 .
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.
After I release the Helm Chart, I will update this section (add a link to the document of Helm Chart) in the future.
We assume that almost all users use this way for backup operations.