Uninstalled Kubernetes but I keep getting: “unable to resolve host slave-node”Google chrome wont launch (Out of date nss)“Vmware Kernel Module Updater” problem in Ubuntu 16.04 LTSSetting up a kubernetes cluster on Ubuntu 18.04How to install Kubernetes Locally via Minikube
Inverse Look-and-Say
Game company goes bankrupt, another company wants to make a sequel how?
Rats biting off fuel line ( again and again and again )!
Sitting in the Succah of Whale skin in the world to come?
What is a flight ticket coupon?
Do gray aliens exist in Star Trek?
Why does the Eurofighter Typhoon pitch up on brake release?
Miniseries in post-rapture US with good/evil conflict
Match blood types in C
In a world where Magic steam Engines exist what would keep people from making cars
Why should I invest so much in 401(k)?
Representation of bromelain molecule in two dimensional diagram
Why do HK chefs use a white cloth to clutch wok?
how to vertically shift a summation limit and align the result with another one (in another term)?
Because things smell, is everything evaporating?
C - wrapping globals in a struct?
Displaying a Sudoku Board
Big equation writing in LaTeX
How do I negotiate salary when returning to a position I just left?
Why is SpaceX not also working on a smaller version of Starship?
Who is Gail Gasram?
What is the meaning of the Latin names of grammatical cases (in general, not in Latin)?
Do Klingons have escape pods?
Why is it so important who the whistleblower in the Trump-Zelensky phone call is?
Uninstalled Kubernetes but I keep getting: “unable to resolve host slave-node”
Google chrome wont launch (Out of date nss)“Vmware Kernel Module Updater” problem in Ubuntu 16.04 LTSSetting up a kubernetes cluster on Ubuntu 18.04How to install Kubernetes Locally via Minikube
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I recently installed Kubernetes with helm and tried to setup a cluster on my Ubuntu 16.04 unity, I setup 1 master node and 1 slave node.
I removed everything related to Kubernetes, but everytime I run a command in terminal, I keep getting this error message
unable to resolve host slave-node
How to fix that?
16.04 cluster kubernetes
add a comment
|
I recently installed Kubernetes with helm and tried to setup a cluster on my Ubuntu 16.04 unity, I setup 1 master node and 1 slave node.
I removed everything related to Kubernetes, but everytime I run a command in terminal, I keep getting this error message
unable to resolve host slave-node
How to fix that?
16.04 cluster kubernetes
add a comment
|
I recently installed Kubernetes with helm and tried to setup a cluster on my Ubuntu 16.04 unity, I setup 1 master node and 1 slave node.
I removed everything related to Kubernetes, but everytime I run a command in terminal, I keep getting this error message
unable to resolve host slave-node
How to fix that?
16.04 cluster kubernetes
I recently installed Kubernetes with helm and tried to setup a cluster on my Ubuntu 16.04 unity, I setup 1 master node and 1 slave node.
I removed everything related to Kubernetes, but everytime I run a command in terminal, I keep getting this error message
unable to resolve host slave-node
How to fix that?
16.04 cluster kubernetes
16.04 cluster kubernetes
asked Sep 14 at 21:20
LynobLynob
5,17714 gold badges59 silver badges102 bronze badges
5,17714 gold badges59 silver badges102 bronze badges
add a comment
|
add a comment
|
2 Answers
2
active
oldest
votes
This usually happens when the hostname is different from the host name, you should modify the name in the following path /etc/hosts
so Kubernetes modifies this file?
– Lynob
Oct 6 at 14:21
It is not a configuration that you must do to the static IP to modify the nodes, after having modified it I recommend you restart the server or the service
– Kevin David
Oct 8 at 17:25
It's/etc/hostname
– Lynob
Oct 31 at 21:46
add a comment
|
I accepted the answer above because it's almost correct
/etc/hosts
is correct, Kubernetes modified /etc/hostname
I had to fix that.
How did I know? I just found out after months of having this problem, I found out that chrome started calling my ubuntu pc profile slave-node
. I wanted to know what defines the PC name, it's either /etc/hosts
or /etc/hostname
, the first one isn't the problem so it turned out to be the second.
add a comment
|
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1174209%2funinstalled-kubernetes-but-i-keep-getting-unable-to-resolve-host-slave-node%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
This usually happens when the hostname is different from the host name, you should modify the name in the following path /etc/hosts
so Kubernetes modifies this file?
– Lynob
Oct 6 at 14:21
It is not a configuration that you must do to the static IP to modify the nodes, after having modified it I recommend you restart the server or the service
– Kevin David
Oct 8 at 17:25
It's/etc/hostname
– Lynob
Oct 31 at 21:46
add a comment
|
This usually happens when the hostname is different from the host name, you should modify the name in the following path /etc/hosts
so Kubernetes modifies this file?
– Lynob
Oct 6 at 14:21
It is not a configuration that you must do to the static IP to modify the nodes, after having modified it I recommend you restart the server or the service
– Kevin David
Oct 8 at 17:25
It's/etc/hostname
– Lynob
Oct 31 at 21:46
add a comment
|
This usually happens when the hostname is different from the host name, you should modify the name in the following path /etc/hosts
This usually happens when the hostname is different from the host name, you should modify the name in the following path /etc/hosts
answered Oct 6 at 14:12
Kevin DavidKevin David
261 bronze badge
261 bronze badge
so Kubernetes modifies this file?
– Lynob
Oct 6 at 14:21
It is not a configuration that you must do to the static IP to modify the nodes, after having modified it I recommend you restart the server or the service
– Kevin David
Oct 8 at 17:25
It's/etc/hostname
– Lynob
Oct 31 at 21:46
add a comment
|
so Kubernetes modifies this file?
– Lynob
Oct 6 at 14:21
It is not a configuration that you must do to the static IP to modify the nodes, after having modified it I recommend you restart the server or the service
– Kevin David
Oct 8 at 17:25
It's/etc/hostname
– Lynob
Oct 31 at 21:46
so Kubernetes modifies this file?
– Lynob
Oct 6 at 14:21
so Kubernetes modifies this file?
– Lynob
Oct 6 at 14:21
It is not a configuration that you must do to the static IP to modify the nodes, after having modified it I recommend you restart the server or the service
– Kevin David
Oct 8 at 17:25
It is not a configuration that you must do to the static IP to modify the nodes, after having modified it I recommend you restart the server or the service
– Kevin David
Oct 8 at 17:25
It's
/etc/hostname
– Lynob
Oct 31 at 21:46
It's
/etc/hostname
– Lynob
Oct 31 at 21:46
add a comment
|
I accepted the answer above because it's almost correct
/etc/hosts
is correct, Kubernetes modified /etc/hostname
I had to fix that.
How did I know? I just found out after months of having this problem, I found out that chrome started calling my ubuntu pc profile slave-node
. I wanted to know what defines the PC name, it's either /etc/hosts
or /etc/hostname
, the first one isn't the problem so it turned out to be the second.
add a comment
|
I accepted the answer above because it's almost correct
/etc/hosts
is correct, Kubernetes modified /etc/hostname
I had to fix that.
How did I know? I just found out after months of having this problem, I found out that chrome started calling my ubuntu pc profile slave-node
. I wanted to know what defines the PC name, it's either /etc/hosts
or /etc/hostname
, the first one isn't the problem so it turned out to be the second.
add a comment
|
I accepted the answer above because it's almost correct
/etc/hosts
is correct, Kubernetes modified /etc/hostname
I had to fix that.
How did I know? I just found out after months of having this problem, I found out that chrome started calling my ubuntu pc profile slave-node
. I wanted to know what defines the PC name, it's either /etc/hosts
or /etc/hostname
, the first one isn't the problem so it turned out to be the second.
I accepted the answer above because it's almost correct
/etc/hosts
is correct, Kubernetes modified /etc/hostname
I had to fix that.
How did I know? I just found out after months of having this problem, I found out that chrome started calling my ubuntu pc profile slave-node
. I wanted to know what defines the PC name, it's either /etc/hosts
or /etc/hostname
, the first one isn't the problem so it turned out to be the second.
answered Oct 31 at 21:46
LynobLynob
5,17714 gold badges59 silver badges102 bronze badges
5,17714 gold badges59 silver badges102 bronze badges
add a comment
|
add a comment
|
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1174209%2funinstalled-kubernetes-but-i-keep-getting-unable-to-resolve-host-slave-node%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown