-
Notifications
You must be signed in to change notification settings - Fork 14
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 augerctl
like kubectl
#62
Conversation
48e82b7
to
0d14d24
Compare
/assign @jmhbnz This PR is expected to add a subcommand like kubectl to manipulate etcd data, do you guys have time to take a look at it and leave suggestions and comments to guide this forward? |
28c7dd1
to
99c4fe5
Compare
0e12fa6
to
9630434
Compare
a6e0c9b
to
8bb63f4
Compare
ctl
subcommand like kubectl
Is it out of scope? |
I think it's a good idea. 'augerctl' sounds good. Can you break up the PR to smaller pieces so that they are easier to review? Thank you! |
8bb63f4
to
31c3630
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: wzshiming 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 |
2ab0a1a
to
d1d50bb
Compare
ctl
subcommand like kubectlaugerctl
like kubectl
59f3fb2
to
800a42b
Compare
Ahhh, I don't know how much more this can be split, it's already the smallest possible implementation of the tool. |
Examples of how to breaking up the PR could be
Yes, I think the idea could be worth discussing in sig-etcd meeting. |
I've created a new PR for the |
Signed-off-by: Shiming Zhang <[email protected]>
800a42b
to
0d8355e
Compare
Closed in favor of #82 |
Fixes #3
Test
Preparation cluster
Create a cluster and expose etcd port, to facilitate the creation of a cluster using kwokctl, this can be any other k8s cluster
# brew install kwok kwokctl create cluster --etcd-port 2379
Get a single resource
Get the kubernetes.default service
Get the all of the resource
Get the all of the etcd
Modify immutable data
Delete data