Remove kubernete's on laptop

Divine apple island

Folder comparison

If a character with the Alert feat rolls a crit fail on their Perception check, are they surprised?

When quoting, must I also copy hyphens used to divide words that continue on the next line?

Would it be legal for a US State to ban exports of a natural resource?

Should I stop contributing to retirement accounts?

Flux received by a negative charge

How much character growth crosses the line into breaking the character

How will losing mobility of one hand affect my career as a programmer?

Can someone explain how this makes sense electrically?

Can I sign legal documents with a smiley face?

How can "mimic phobia" be cured or prevented?

Did US corporations pay demonstrators in the German demonstrations against article 13?

Journal losing indexing services

List of people who lose a child in תנ"ך

Difference between -| and |- in TikZ

Is camera lens focus an exact point or a range?

Is possible to search in vim history?

Melting point of aspirin, contradicting sources

Greatest common substring

What (else) happened July 1st 1858 in London?

Freedom of speech and where it applies

How do ground effect vehicles perform turns?

How do I implement a file system driver driver in Linux?



Remove kubernete's on laptop














0















Few month ago i have installed kubernetes cluster on my laptop with ubuntu 18.04. I played with it and forgot to delete it completely



Now i see a lot of kube* logs, i want to get rid of them:, uninstall any services related to k8s



Mar 25 08:32:16 alex-TM1701 kubelet[6862]: F0325 08:32:16.474274    6862 server.go:218] unable to load client CA file /var/lib/localkube/certs/ca.crt: open /var/lib/localkube/certs/ca.crt: no such file or directory
Mar 25 08:32:16 alex-TM1701 systemd[1]: kubelet.service: Main process exited, code=exited, status=255/n/a
Mar 25 08:32:16 alex-TM1701 systemd[1]: kubelet.service: Failed with result 'exit-code'.
Mar 25 08:32:26 alex-TM1701 systemd[1]: kubelet.service: Service hold-off time over, scheduling restart.
Mar 25 08:32:26 alex-TM1701 systemd[1]: kubelet.service: Scheduled restart job, restart counter is at 52.
Mar 25 08:32:26 alex-TM1701 systemd[1]: Stopped kubelet: The Kubernetes Node Agent.
Mar 25 08:32:26 alex-TM1701 systemd[1]: Started kubelet: The Kubernetes Node Agent.
Mar 25 08:32:26 alex-TM1701 kubelet[6901]: Flag --pod-manifest-path has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 25 08:32:26 alex-TM1701 kubelet[6901]: Flag --cluster-domain has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 25 08:32:26 alex-TM1701 kubelet[6901]: Flag --client-ca-file has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 25 08:32:26 alex-TM1701 kubelet[6901]: Flag --cadvisor-port has been deprecated, The default will change to 0 (disabled) in 1.12, and the cadvisor port will be removed entirely in 1.13
Mar 25 08:32:26 alex-TM1701 kubelet[6901]: Flag --cgroup-driver has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 25 08:32:26 alex-TM1701 kubelet[6901]: Flag --fail-swap-on has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 25 08:32:26 alex-TM1701 kubelet[6901]: Flag --allow-privileged has been deprecated, will be removed in a future version
Mar 25 08:32:26 alex-TM1701 kubelet[6901]: Flag --cluster-dns has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 25 08:32:26 alex-TM1701 kubelet[6901]: Flag --authorization-mode has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 25 08:32:26 alex-TM1701 kubelet[6901]: I0325 08:32:26.727938 6901 feature_gate.go:226] feature gates: &{{} map[]}
Mar 25 08:32:26 alex-TM1701 kubelet[6901]: F0325 08:32:26.728045 6901 server.go:218] unable to load client CA file /var/lib/localkube/certs/ca.crt: open /var/lib/localkube/certs/ca.crt: no such file or directory
Mar 25 08:32:26 alex-TM1701 systemd[1]: kubelet.service: Main process exited, code=exited, status=255/n/a
Mar 25 08:32:26 alex-TM1701 systemd[1]: kubelet.service: Failed with result 'exit-code'.


I tried but didn't help



kubeadm reset
sudo apt-get purge kubeadm kubectl kubelet kubernetes-cni kube*
sudo apt-get autoremove
sudo rm -rf ~/.kube








share







New contributor




Alexander Kondaurov is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    0















    Few month ago i have installed kubernetes cluster on my laptop with ubuntu 18.04. I played with it and forgot to delete it completely



    Now i see a lot of kube* logs, i want to get rid of them:, uninstall any services related to k8s



    Mar 25 08:32:16 alex-TM1701 kubelet[6862]: F0325 08:32:16.474274    6862 server.go:218] unable to load client CA file /var/lib/localkube/certs/ca.crt: open /var/lib/localkube/certs/ca.crt: no such file or directory
    Mar 25 08:32:16 alex-TM1701 systemd[1]: kubelet.service: Main process exited, code=exited, status=255/n/a
    Mar 25 08:32:16 alex-TM1701 systemd[1]: kubelet.service: Failed with result 'exit-code'.
    Mar 25 08:32:26 alex-TM1701 systemd[1]: kubelet.service: Service hold-off time over, scheduling restart.
    Mar 25 08:32:26 alex-TM1701 systemd[1]: kubelet.service: Scheduled restart job, restart counter is at 52.
    Mar 25 08:32:26 alex-TM1701 systemd[1]: Stopped kubelet: The Kubernetes Node Agent.
    Mar 25 08:32:26 alex-TM1701 systemd[1]: Started kubelet: The Kubernetes Node Agent.
    Mar 25 08:32:26 alex-TM1701 kubelet[6901]: Flag --pod-manifest-path has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
    Mar 25 08:32:26 alex-TM1701 kubelet[6901]: Flag --cluster-domain has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
    Mar 25 08:32:26 alex-TM1701 kubelet[6901]: Flag --client-ca-file has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
    Mar 25 08:32:26 alex-TM1701 kubelet[6901]: Flag --cadvisor-port has been deprecated, The default will change to 0 (disabled) in 1.12, and the cadvisor port will be removed entirely in 1.13
    Mar 25 08:32:26 alex-TM1701 kubelet[6901]: Flag --cgroup-driver has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
    Mar 25 08:32:26 alex-TM1701 kubelet[6901]: Flag --fail-swap-on has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
    Mar 25 08:32:26 alex-TM1701 kubelet[6901]: Flag --allow-privileged has been deprecated, will be removed in a future version
    Mar 25 08:32:26 alex-TM1701 kubelet[6901]: Flag --cluster-dns has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
    Mar 25 08:32:26 alex-TM1701 kubelet[6901]: Flag --authorization-mode has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
    Mar 25 08:32:26 alex-TM1701 kubelet[6901]: I0325 08:32:26.727938 6901 feature_gate.go:226] feature gates: &{{} map[]}
    Mar 25 08:32:26 alex-TM1701 kubelet[6901]: F0325 08:32:26.728045 6901 server.go:218] unable to load client CA file /var/lib/localkube/certs/ca.crt: open /var/lib/localkube/certs/ca.crt: no such file or directory
    Mar 25 08:32:26 alex-TM1701 systemd[1]: kubelet.service: Main process exited, code=exited, status=255/n/a
    Mar 25 08:32:26 alex-TM1701 systemd[1]: kubelet.service: Failed with result 'exit-code'.


    I tried but didn't help



    kubeadm reset
    sudo apt-get purge kubeadm kubectl kubelet kubernetes-cni kube*
    sudo apt-get autoremove
    sudo rm -rf ~/.kube








    share







    New contributor




    Alexander Kondaurov is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      Few month ago i have installed kubernetes cluster on my laptop with ubuntu 18.04. I played with it and forgot to delete it completely



      Now i see a lot of kube* logs, i want to get rid of them:, uninstall any services related to k8s



      Mar 25 08:32:16 alex-TM1701 kubelet[6862]: F0325 08:32:16.474274    6862 server.go:218] unable to load client CA file /var/lib/localkube/certs/ca.crt: open /var/lib/localkube/certs/ca.crt: no such file or directory
      Mar 25 08:32:16 alex-TM1701 systemd[1]: kubelet.service: Main process exited, code=exited, status=255/n/a
      Mar 25 08:32:16 alex-TM1701 systemd[1]: kubelet.service: Failed with result 'exit-code'.
      Mar 25 08:32:26 alex-TM1701 systemd[1]: kubelet.service: Service hold-off time over, scheduling restart.
      Mar 25 08:32:26 alex-TM1701 systemd[1]: kubelet.service: Scheduled restart job, restart counter is at 52.
      Mar 25 08:32:26 alex-TM1701 systemd[1]: Stopped kubelet: The Kubernetes Node Agent.
      Mar 25 08:32:26 alex-TM1701 systemd[1]: Started kubelet: The Kubernetes Node Agent.
      Mar 25 08:32:26 alex-TM1701 kubelet[6901]: Flag --pod-manifest-path has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
      Mar 25 08:32:26 alex-TM1701 kubelet[6901]: Flag --cluster-domain has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
      Mar 25 08:32:26 alex-TM1701 kubelet[6901]: Flag --client-ca-file has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
      Mar 25 08:32:26 alex-TM1701 kubelet[6901]: Flag --cadvisor-port has been deprecated, The default will change to 0 (disabled) in 1.12, and the cadvisor port will be removed entirely in 1.13
      Mar 25 08:32:26 alex-TM1701 kubelet[6901]: Flag --cgroup-driver has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
      Mar 25 08:32:26 alex-TM1701 kubelet[6901]: Flag --fail-swap-on has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
      Mar 25 08:32:26 alex-TM1701 kubelet[6901]: Flag --allow-privileged has been deprecated, will be removed in a future version
      Mar 25 08:32:26 alex-TM1701 kubelet[6901]: Flag --cluster-dns has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
      Mar 25 08:32:26 alex-TM1701 kubelet[6901]: Flag --authorization-mode has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
      Mar 25 08:32:26 alex-TM1701 kubelet[6901]: I0325 08:32:26.727938 6901 feature_gate.go:226] feature gates: &{{} map[]}
      Mar 25 08:32:26 alex-TM1701 kubelet[6901]: F0325 08:32:26.728045 6901 server.go:218] unable to load client CA file /var/lib/localkube/certs/ca.crt: open /var/lib/localkube/certs/ca.crt: no such file or directory
      Mar 25 08:32:26 alex-TM1701 systemd[1]: kubelet.service: Main process exited, code=exited, status=255/n/a
      Mar 25 08:32:26 alex-TM1701 systemd[1]: kubelet.service: Failed with result 'exit-code'.


      I tried but didn't help



      kubeadm reset
      sudo apt-get purge kubeadm kubectl kubelet kubernetes-cni kube*
      sudo apt-get autoremove
      sudo rm -rf ~/.kube








      share







      New contributor




      Alexander Kondaurov is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      Few month ago i have installed kubernetes cluster on my laptop with ubuntu 18.04. I played with it and forgot to delete it completely



      Now i see a lot of kube* logs, i want to get rid of them:, uninstall any services related to k8s



      Mar 25 08:32:16 alex-TM1701 kubelet[6862]: F0325 08:32:16.474274    6862 server.go:218] unable to load client CA file /var/lib/localkube/certs/ca.crt: open /var/lib/localkube/certs/ca.crt: no such file or directory
      Mar 25 08:32:16 alex-TM1701 systemd[1]: kubelet.service: Main process exited, code=exited, status=255/n/a
      Mar 25 08:32:16 alex-TM1701 systemd[1]: kubelet.service: Failed with result 'exit-code'.
      Mar 25 08:32:26 alex-TM1701 systemd[1]: kubelet.service: Service hold-off time over, scheduling restart.
      Mar 25 08:32:26 alex-TM1701 systemd[1]: kubelet.service: Scheduled restart job, restart counter is at 52.
      Mar 25 08:32:26 alex-TM1701 systemd[1]: Stopped kubelet: The Kubernetes Node Agent.
      Mar 25 08:32:26 alex-TM1701 systemd[1]: Started kubelet: The Kubernetes Node Agent.
      Mar 25 08:32:26 alex-TM1701 kubelet[6901]: Flag --pod-manifest-path has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
      Mar 25 08:32:26 alex-TM1701 kubelet[6901]: Flag --cluster-domain has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
      Mar 25 08:32:26 alex-TM1701 kubelet[6901]: Flag --client-ca-file has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
      Mar 25 08:32:26 alex-TM1701 kubelet[6901]: Flag --cadvisor-port has been deprecated, The default will change to 0 (disabled) in 1.12, and the cadvisor port will be removed entirely in 1.13
      Mar 25 08:32:26 alex-TM1701 kubelet[6901]: Flag --cgroup-driver has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
      Mar 25 08:32:26 alex-TM1701 kubelet[6901]: Flag --fail-swap-on has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
      Mar 25 08:32:26 alex-TM1701 kubelet[6901]: Flag --allow-privileged has been deprecated, will be removed in a future version
      Mar 25 08:32:26 alex-TM1701 kubelet[6901]: Flag --cluster-dns has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
      Mar 25 08:32:26 alex-TM1701 kubelet[6901]: Flag --authorization-mode has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
      Mar 25 08:32:26 alex-TM1701 kubelet[6901]: I0325 08:32:26.727938 6901 feature_gate.go:226] feature gates: &{{} map[]}
      Mar 25 08:32:26 alex-TM1701 kubelet[6901]: F0325 08:32:26.728045 6901 server.go:218] unable to load client CA file /var/lib/localkube/certs/ca.crt: open /var/lib/localkube/certs/ca.crt: no such file or directory
      Mar 25 08:32:26 alex-TM1701 systemd[1]: kubelet.service: Main process exited, code=exited, status=255/n/a
      Mar 25 08:32:26 alex-TM1701 systemd[1]: kubelet.service: Failed with result 'exit-code'.


      I tried but didn't help



      kubeadm reset
      sudo apt-get purge kubeadm kubectl kubelet kubernetes-cni kube*
      sudo apt-get autoremove
      sudo rm -rf ~/.kube






      kubernetes





      share







      New contributor




      Alexander Kondaurov is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share







      New contributor




      Alexander Kondaurov is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share



      share






      New contributor




      Alexander Kondaurov is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 1 min ago









      Alexander KondaurovAlexander Kondaurov

      1012




      1012




      New contributor




      Alexander Kondaurov is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Alexander Kondaurov is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Alexander Kondaurov is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes











          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/3.0/"u003ecc by-sa 3.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
          });


          }
          });






          Alexander Kondaurov is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1128440%2fremove-kubernetes-on-laptop%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Alexander Kondaurov is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          Alexander Kondaurov is a new contributor. Be nice, and check out our Code of Conduct.













          Alexander Kondaurov is a new contributor. Be nice, and check out our Code of Conduct.












          Alexander Kondaurov is a new contributor. Be nice, and check out our Code of Conduct.
















          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%2f1128440%2fremove-kubernetes-on-laptop%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

          Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

          Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

          Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...