Remove kubernete's on laptopHow do I pass flags when starting a systemd service?

How should I respond when I lied about my education and the company finds out through background check?

Can I Retrieve Email Addresses from BCC?

Using a siddur to Daven from in a seforim store

What is this type of notehead called?

Indicating multiple different modes of speech (fantasy language or telepathy)

On a tidally locked planet, would time be quantized?

Reply 'no position' while the job posting is still there

Why is Arduino resetting while driving motors?

Flux received by a negative charge

Divine apple island

Does having a TSA Pre-Check member in your flight reservation increase the chances that everyone gets Pre-Check?

Difference between -| and |- in TikZ

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

Greco-Roman egalitarianism

Diode in opposite direction?

A social experiment. What is the worst that can happen?

What does this horizontal bar at the first measure mean?

Proof of Lemma: Every nonzero integer can be written as a product of primes

Global amount of publications over time

Why does Async/Await work properly when the loop is inside the async function and not the other way around?

A Permanent Norse Presence in America

How do you respond to a colleague from another team when they're wrongly expecting that you'll help them?

Have I saved too much for retirement so far?

MAXDOP Settings for SQL Server 2014



Remove kubernete's on laptop


How do I pass flags when starting a systemd service?













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 8 mins 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

          Möglingen Índice Localización Historia Demografía Referencias Enlaces externos Menú de navegación48°53′18″N 9°07′45″E / 48.888333333333, 9.129166666666748°53′18″N 9°07′45″E / 48.888333333333, 9.1291666666667Sitio web oficial Mapa de Möglingen«Gemeinden in Deutschland nach Fläche, Bevölkerung und Postleitzahl am 30.09.2016»Möglingen

          Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

          Antonio De Lisio Carrera Referencias Menú de navegación«Caracas: evolución relacional multipleja»«Cuando los gobiernos subestiman a las localidades: L a Iniciativa para la Integración de la Infraestructura Regional Suramericana (IIRSA) en la frontera Colombo-Venezolana»«Maestría en Planificación Integral del Ambiente»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«Conózcanos»«Caracas: evolución relacional multipleja»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»