Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
kubernetes_repo_config [2020/03/30 13:45] andonovjkubernetes_repo_config [2020/05/01 15:53] (current) andonovj
Line 8: Line 8:
   - Update the local Repo   - Update the local Repo
   - Install the kubectl   - Install the kubectl
-  - Install the minikube 
  
  
Line 47: Line 46:
 </Code> </Code>
  
-====Install Kubectl & Minikube====+====Install Kubectl, Kubelete Kubeadm ====
 We can check, if the installation has been correct as follows: We can check, if the installation has been correct as follows:
 Eventhough, we need only the kubectl, let's install the whole stack, since we will use it later, for the whole manual implementation: Eventhough, we need only the kubectl, let's install the whole stack, since we will use it later, for the whole manual implementation:
Line 66: Line 65:
 </Code> </Code>
  
-====Install Minikube==== +====Install Docker==== 
-Finally, we can install the Minikube as follows: +To install Minikube, we have to install a driver, so eitherdocker or rockat. I will go with a docker here:
- +
-<Code:none|Install Minikube>+
  
 +<Code:none|Install Docker>
 +root@k8s-master:/etc/apt# apt install docker.io
 +Reading package lists... Done
 +Building dependency tree
 +Reading state information... Done
 +The following additional packages will be installed:
 +  bridge-utils cgroupfs-mount containerd pigz runc ubuntu-fan
 +Suggested packages:
 +  ifupdown aufs-tools debootstrap docker-doc rinse zfs-fuse | zfsutils
 +The following NEW packages will be installed:
 +  bridge-utils cgroupfs-mount containerd docker.io pigz runc ubuntu-fan
 +0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded.
 +Need to get 63.8 MB of archives.
 +After this operation, 319 MB of additional disk space will be used.
 +Do you want to continue? [Y/n] y
 +Get:1 http://archive.ubuntu.com/ubuntu bionic/universe amd64 pigz amd64 2.4-1 [57.4 kB]
 +Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 bridge-utils amd64 1.5-15ubuntu1 [30.1 kB]
 +Get:3 http://archive.ubuntu.com/ubuntu bionic/universe amd64 cgroupfs-mount all 1.4 [6320 B]
 +Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 runc amd64 1.0.0~rc10-0ubuntu1~18.04.2 [2000 kB]
 +Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 containerd amd64 1.3.3-0ubuntu1~18.04.1 [21.7 MB]
 +Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 docker.io amd64 19.03.6-0ubuntu1~18.04.1 [39.9 MB]
 +Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 ubuntu-fan all 0.12.10 [34.7 kB]
 +Fetched 63.8 MB in 56s (1136 kB/s)
 +Preconfiguring packages ...
 +Selecting previously unselected package pigz.
 +(Reading database ... 80853 files and directories currently installed.)
 +Preparing to unpack .../0-pigz_2.4-1_amd64.deb ...
 +Unpacking pigz (2.4-1) ...
 +Selecting previously unselected package bridge-utils.
 +Preparing to unpack .../1-bridge-utils_1.5-15ubuntu1_amd64.deb ...
 +Unpacking bridge-utils (1.5-15ubuntu1) ...
 +Selecting previously unselected package cgroupfs-mount.
 +Preparing to unpack .../2-cgroupfs-mount_1.4_all.deb ...
 +Unpacking cgroupfs-mount (1.4) ...
 +Selecting previously unselected package runc.
 +Preparing to unpack .../3-runc_1.0.0~rc10-0ubuntu1~18.04.2_amd64.deb ...
 +Unpacking runc (1.0.0~rc10-0ubuntu1~18.04.2) ...
 +Selecting previously unselected package containerd.
 +Preparing to unpack .../4-containerd_1.3.3-0ubuntu1~18.04.1_amd64.deb ...
 +Unpacking containerd (1.3.3-0ubuntu1~18.04.1) ...
 +Selecting previously unselected package docker.io.
 +Preparing to unpack .../5-docker.io_19.03.6-0ubuntu1~18.04.1_amd64.deb ...
 +Unpacking docker.io (19.03.6-0ubuntu1~18.04.1) ...
 +Selecting previously unselected package ubuntu-fan.
 +Preparing to unpack .../6-ubuntu-fan_0.12.10_all.deb ...
 +Unpacking ubuntu-fan (0.12.10) ...
 +Setting up runc (1.0.0~rc10-0ubuntu1~18.04.2) ...
 +Setting up cgroupfs-mount (1.4) ...
 +Setting up containerd (1.3.3-0ubuntu1~18.04.1) ...
 +Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
 +Setting up bridge-utils (1.5-15ubuntu1) ...
 +Setting up ubuntu-fan (0.12.10) ...
 +Created symlink /etc/systemd/system/multi-user.target.wants/ubuntu-fan.service → /lib/systemd/system/ubuntu-fan.service.
 +Setting up pigz (2.4-1) ...
 +Setting up docker.io (19.03.6-0ubuntu1~18.04.1) ...
 +Adding group `docker' (GID 116) ...
 +Done.
 +Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
 +docker.service is a disabled or a static unit, not starting it.
 +Processing triggers for systemd (237-3ubuntu10.39) ...
 +Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
 +Processing triggers for ureadahead (0.100.0-21) ...
 +root@k8s-master:/etc/apt#
 </Code> </Code>
- 
- 
  • kubernetes_repo_config.1585575904.txt.gz
  • Last modified: 2020/03/30 13:45
  • by andonovj