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;









1


















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?










share|improve this question































    1


















    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?










    share|improve this question



























      1













      1









      1








      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?










      share|improve this question














      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Sep 14 at 21:20









      LynobLynob

      5,17714 gold badges59 silver badges102 bronze badges




      5,17714 gold badges59 silver badges102 bronze badges























          2 Answers
          2






          active

          oldest

          votes


















          1



















          This usually happens when the hostname is different from the host name, you should modify the name in the following path /etc/hosts






          share|improve this answer


























          • 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


















          1



















          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.






          share|improve this answer



























            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
            );



            );














            draft saved

            draft discarded
















            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









            1



















            This usually happens when the hostname is different from the host name, you should modify the name in the following path /etc/hosts






            share|improve this answer


























            • 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















            1



















            This usually happens when the hostname is different from the host name, you should modify the name in the following path /etc/hosts






            share|improve this answer


























            • 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













            1















            1











            1









            This usually happens when the hostname is different from the host name, you should modify the name in the following path /etc/hosts






            share|improve this answer














            This usually happens when the hostname is different from the host name, you should modify the name in the following path /etc/hosts







            share|improve this answer













            share|improve this answer




            share|improve this answer










            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

















            • 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













            1



















            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.






            share|improve this answer






























              1



















              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.






              share|improve this answer




























                1















                1











                1









                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.






                share|improve this answer














                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.







                share|improve this answer













                share|improve this answer




                share|improve this answer










                answered Oct 31 at 21:46









                LynobLynob

                5,17714 gold badges59 silver badges102 bronze badges




                5,17714 gold badges59 silver badges102 bronze badges































                    draft saved

                    draft discarded















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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









                    Popular posts from this blog

                    Tamil (spriik) Luke uk diar | Nawigatjuun

                    Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

                    Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?