Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
kubernetes_repo_config [2020/03/30 12:58] – andonovj | kubernetes_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 16: | Line 15: | ||
====Install GPG key==== | ====Install GPG key==== | ||
< | < | ||
- | root@k8s-master:/ | + | root@k8s-master:/ |
OK | OK | ||
root@k8s-master: | root@k8s-master: | ||
Line 25: | Line 24: | ||
< | < | ||
root@k8s-master:/ | root@k8s-master:/ | ||
- | > deb https:// | ||
- | > EOF | ||
deb https:// | deb https:// | ||
+ | EOF | ||
root@k8s-master:/ | root@k8s-master:/ | ||
</ | </ | ||
Line 48: | Line 46: | ||
</ | </ | ||
- | ====Install Kubectl & Minikube==== | + | ====Install Kubectl, Kubelete |
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 67: | Line 65: | ||
</ | </ | ||
- | ====Install | + | ====Install |
- | Finally, we can install | + | To install Minikube, we have to install |
- | + | ||
- | <Code:none|Install Minikube> | + | |
+ | < | ||
+ | root@k8s-master:/ | ||
+ | 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:// | ||
+ | Get:2 http:// | ||
+ | Get:3 http:// | ||
+ | Get:4 http:// | ||
+ | Get:5 http:// | ||
+ | Get:6 http:// | ||
+ | Get:7 http:// | ||
+ | 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 .../ | ||
+ | Unpacking pigz (2.4-1) ... | ||
+ | Selecting previously unselected package bridge-utils. | ||
+ | Preparing to unpack .../ | ||
+ | Unpacking bridge-utils (1.5-15ubuntu1) ... | ||
+ | Selecting previously unselected package cgroupfs-mount. | ||
+ | Preparing to unpack .../ | ||
+ | Unpacking cgroupfs-mount (1.4) ... | ||
+ | Selecting previously unselected package runc. | ||
+ | Preparing to unpack .../ | ||
+ | Unpacking runc (1.0.0~rc10-0ubuntu1~18.04.2) ... | ||
+ | Selecting previously unselected package containerd. | ||
+ | Preparing to unpack .../ | ||
+ | Unpacking containerd (1.3.3-0ubuntu1~18.04.1) ... | ||
+ | Selecting previously unselected package docker.io. | ||
+ | Preparing to unpack .../ | ||
+ | Unpacking docker.io (19.03.6-0ubuntu1~18.04.1) ... | ||
+ | Selecting previously unselected package ubuntu-fan. | ||
+ | Preparing to unpack .../ | ||
+ | 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 / | ||
+ | Setting up bridge-utils (1.5-15ubuntu1) ... | ||
+ | Setting up ubuntu-fan (0.12.10) ... | ||
+ | Created symlink / | ||
+ | Setting up pigz (2.4-1) ... | ||
+ | Setting up docker.io (19.03.6-0ubuntu1~18.04.1) ... | ||
+ | Adding group `docker' | ||
+ | Done. | ||
+ | Created symlink / | ||
+ | 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:/ | ||
</ | </ | ||
- | |||
- |