-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 master node/worker node type to minikube status
#7586
Add master node/worker node type to minikube status
#7586
Conversation
Hi @govargo. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: govargo 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 |
Can one of the admins verify this patch? |
/assign @sharifelgamal |
/ok-to-test |
kvm2 Driver |
Could you change it to have For example,
|
I updated to add |
I noticed there is the multi node tutorial docs after I opened this PR. |
kvm2 Driver Times for Minikube (PR 7586): [60.630296565 64.62627673899999 61.138140944] Averages Time Per Log
docker Driver Times for Minikube (PR 7586): [35.594420821 32.970830936 45.955961341] Averages Time Per Log
|
Codecov Report
@@ Coverage Diff @@
## master #7586 +/- ##
=======================================
Coverage 36.49% 36.49%
=======================================
Files 147 147
Lines 9139 9139
=======================================
Hits 3335 3335
Misses 5416 5416
Partials 388 388
|
@@ -42,6 +43,21 @@ multinode-demo Ready master 9m58s v1.18.0 | |||
multinode-demo-m02 Ready <none> 9m5s v1.18.0 | |||
``` | |||
|
|||
``` |
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.
Add a note here:
- You can also check the status of your nodes:
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.
Added the NOTE.
kvm2 Driver Times for Minikube (PR 7586): [63.288898895 61.998257601000006 60.506507842999994] Averages Time Per Log
docker Driver Times for Minikube (PR 7586): [26.658757137000002 25.169288617 24.032754563000005] Averages Time Per Log
|
What type of PR is this?
/kind ux
What this PR does / why we need it:
When
minikube status
is executed, the node name & component status are printed.It don't have node type like master or worker.
This PR add node type(master/worker) to
minikube status
for user to know node clearly.Which issue(s) this PR fixes:
Fixes #7475
Does this PR introduce a user-facing change?
Yes.
This PR fixes the
minikube status
command output(node type).Before this PR
After this PR
Added node type
master node
andworker node
.Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: