You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
I started minikube in the following way:
minikube start --vm-driver=none --bootstrapper=kubeadm
I want to use kubeadm bootstrapper. BUT I also want to change the name of node to be the same as the machine name (and not fixed to "minikube" ). when I did the above I got a node with the name "minkube" which i did not expect. and I did not manage to find a way to change the name of the node that will work.
What you expected to happen:
node name will be the same as machine name (the way it is if I use localkube). or at least have a way to change the name to what I want.
How to reproduce it (as minimally and precisely as possible):
minikube start --vm-driver=none --bootstrapper=kubeadm
kubectl get nodes -> see that the node name is minikube even though the machine name is different.
Output of minikube logs (if applicable):
Anything else do we need to know:
The text was updated successfully, but these errors were encountered:
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle rotten
k8s-ci-robot
added
lifecycle/rotten
Denotes an issue or PR that has aged beyond stale and will be auto-closed.
and removed
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
labels
Sep 6, 2018
Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/close
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.
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
FEATURE REQUEST
Please provide the following details:
Environment:
Minikube version (use
minikube version
): v0.25.2cat ~/.minikube/machines/minikube/config.json | grep DriverName
): "DriverName": "none"cat ~/.minikube/machines/minikube/config.json | grep -i ISO
orminikube ssh cat /etc/VERSION
): noneThe above can be generated in one go with the following commands (can be copied and pasted directly into your terminal):
What happened:
I started minikube in the following way:
minikube start --vm-driver=none --bootstrapper=kubeadm
I want to use kubeadm bootstrapper. BUT I also want to change the name of node to be the same as the machine name (and not fixed to "minikube" ). when I did the above I got a node with the name "minkube" which i did not expect. and I did not manage to find a way to change the name of the node that will work.
What you expected to happen:
node name will be the same as machine name (the way it is if I use localkube). or at least have a way to change the name to what I want.
How to reproduce it (as minimally and precisely as possible):
minikube start --vm-driver=none --bootstrapper=kubeadm
kubectl get nodes -> see that the node name is minikube even though the machine name is different.
Output of
minikube logs
(if applicable):Anything else do we need to know:
The text was updated successfully, but these errors were encountered: