• 카테고리

    질문 & 답변
  • 세부 분야

    데브옵스 · 인프라

  • 해결 여부

    미해결

vagrant up으로 설치하는 도중 kubeadm init 관련 오류

21.09.09 14:48 작성 조회수 243

1

안녕하세요. 

강의 1.2 코드로 쉽게 구성하는 쿠버네티스 랩 환경 구축 도중 에러가 발생해서 질문 드립니다.

아래의 캡처 화면 처럼 m-k8s-1.20 가상머신은 정상적으로 설치된 거 같고 그 이후에  master-node.sh 실행에서 문제가 발생하는 것 같습니다. kubeadm init ~~ 하는 부분에서 아래처럼 오류가 나타나는데 이유를 알 수 있을까요?

답변 2

·

답변을 작성해보세요.

0

안태건님의 프로필

안태건

질문자

2021.09.09

사실 오전부터 정말 여러번 다 지웠다가 설치했다를 반복해봤는데도 저기서 계속 문제가 발생하네요.ㅠㅠ

그림으로 배우는 쿠버네티스 강의 들을 때도 똑같이 kubeadm init에서 저 에러가 발생하더라구요

일단 저녁에 다시 한 번 다 지우고 시도해볼게요.

음..오전부터 그랬다면, 음 잠시만요 제가 하나만 올려볼께요. 

제가 된다면 내부적인 호스트(랩탑)+가상 머신(VM) 네트워크 이슈라고 볼수도 있어서요 (이미 box는 내려받은 상태에서 그건 skip되었다고 보고요.잠시만 기다려주세요!

아래의 내용을 보면 gcr.io나 스크립트 상의 문제는 없는거 같아요. 

❯ ls -rlt

total 8

drwxr-xr-x  4 mz01-hj  staff  128 May 24 10:21 ch1

drwxr-xr-x  7 mz01-hj  staff  224 May 24 10:21 ch2

drwxr-xr-x  5 mz01-hj  staff  160 May 24 10:21 ch4

drwxr-xr-x  4 mz01-hj  staff  128 May 24 10:21 ch5

drwxr-xr-x  5 mz01-hj  staff  160 May 24 10:21 ch6

drwxr-xr-x  7 mz01-hj  staff  224 May 24 10:21 ch8

-rw-r--r--  1 mz01-hj  staff  978 Sep  9 15:11 README.md

❯ cd ch1

❯ ls

1.2 1.3

❯ cd 1.2

❯ ls

k8s-min-5GiB

❯ cd k8s-min-5GiB

❯ ls -rlt

total 40

-rw-r--r--  1 mz01-hj  staff  2154 May 24 10:21 Vagrantfile

-rw-r--r--  1 mz01-hj  staff  1395 May 24 10:21 k8s_env_build.sh

-rw-r--r--  1 mz01-hj  staff   475 May 24 10:21 k8s_pkg_cfg.sh

-rw-r--r--  1 mz01-hj  staff  1023 May 24 10:21 master_node.sh

-rw-r--r--  1 mz01-hj  staff   174 May 24 10:21 work_nodes.sh

❯ vagrant up

==> vagrant: A new version of Vagrant is available: 2.2.18 (installed version: 2.2.16)!

==> vagrant: To upgrade visit: https://www.vagrantup.com/downloads.html

 

Bringing machine 'm-k8s-1.20' up with 'virtualbox' provider...

Bringing machine 'w1-k8s-1.20' up with 'virtualbox' provider...

Bringing machine 'w2-k8s-1.20' up with 'virtualbox' provider...

Bringing machine 'w3-k8s-1.20' up with 'virtualbox' provider...

==> m-k8s-1.20: Importing base box 'sysnet4admin/CentOS-k8s'...

==> m-k8s-1.20: Matching MAC address for NAT networking...

==> m-k8s-1.20: Checking if box 'sysnet4admin/CentOS-k8s' version '0.7.4' is up to date...

==> m-k8s-1.20: Setting the name of the VM: m-k8s-1.20(github_SysNet4Admin)

==> m-k8s-1.20: Clearing any previously set network interfaces...

==> m-k8s-1.20: Preparing network interfaces based on configuration...

    m-k8s-1.20: Adapter 1: nat

    m-k8s-1.20: Adapter 2: hostonly

==> m-k8s-1.20: Forwarding ports...

    m-k8s-1.20: 22 (guest) => 60010 (host) (adapter 1)

==> m-k8s-1.20: Running 'pre-boot' VM customizations...

==> m-k8s-1.20: Booting VM...

==> m-k8s-1.20: Waiting for machine to boot. This may take a few minutes...

    m-k8s-1.20: SSH address: 127.0.0.1:60010

    m-k8s-1.20: SSH username: vagrant

    m-k8s-1.20: SSH auth method: private key

    m-k8s-1.20: Warning: Connection reset. Retrying...

    m-k8s-1.20: Warning: Remote connection disconnect. Retrying...

    m-k8s-1.20: Warning: Connection reset. Retrying...

    m-k8s-1.20: Warning: Remote connection disconnect. Retrying...

    m-k8s-1.20: Warning: Connection reset. Retrying...

    m-k8s-1.20: Warning: Remote connection disconnect. Retrying...

    m-k8s-1.20:

    m-k8s-1.20: Vagrant insecure key detected. Vagrant will automatically replace

    m-k8s-1.20: this with a newly generated keypair for better security.

    m-k8s-1.20:

    m-k8s-1.20: Inserting generated public key within guest...

    m-k8s-1.20: Removing insecure key from the guest if it's present...

    m-k8s-1.20: Key inserted! Disconnecting and reconnecting using new SSH key...

==> m-k8s-1.20: Machine booted and ready!

==> m-k8s-1.20: Checking for guest additions in VM...

    m-k8s-1.20: The guest additions on this VM do not match the installed version of

    m-k8s-1.20: VirtualBox! In most cases this is fine, but in rare cases it can

    m-k8s-1.20: prevent things such as shared folders from working properly. If you see

    m-k8s-1.20: shared folder errors, please make sure the guest additions within the

    m-k8s-1.20: virtual machine match the version of VirtualBox you have installed on

    m-k8s-1.20: your host and reload your VM.

    m-k8s-1.20:

    m-k8s-1.20: Guest Additions Version: 5.2.12

    m-k8s-1.20: VirtualBox Version: 6.1

==> m-k8s-1.20: Setting hostname...

==> m-k8s-1.20: Configuring and enabling network interfaces...

==> m-k8s-1.20: Running provisioner: shell...

    m-k8s-1.20: Running: /var/folders/57/629sgzyn5wng9wyrwry2325m0000gn/T/vagrant-shell20210909-63680-1nlbh83.sh

    m-k8s-1.20: Loaded plugins: fastestmirror

    m-k8s-1.20: Determining fastest mirrors

    m-k8s-1.20:  * base: mirror.navercorp.com

    m-k8s-1.20:  * extras: mirror.navercorp.com

    m-k8s-1.20:  * updates: mirror.navercorp.com

    m-k8s-1.20: Package yum-utils-1.1.31-54.el7_8.noarch already installed and latest version

    m-k8s-1.20: Nothing to do

    m-k8s-1.20: Loaded plugins: fastestmirror

    m-k8s-1.20: adding repo from: https://download.docker.com/linux/centos/docker-ce.repo

    m-k8s-1.20: grabbing file https://download.docker.com/linux/centos/docker-ce.repo to /etc/yum.repos.d/docker-ce.repo

    m-k8s-1.20: repo saved to /etc/yum.repos.d/docker-ce.repo

==> m-k8s-1.20: Running provisioner: shell...

    m-k8s-1.20: Running: /var/folders/57/629sgzyn5wng9wyrwry2325m0000gn/T/vagrant-shell20210909-63680-phklr.sh

    m-k8s-1.20: Loaded plugins: fastestmirror

    m-k8s-1.20: Loading mirror speeds from cached hostfile

    m-k8s-1.20:  * base: mirror.navercorp.com

    m-k8s-1.20:  * extras: mirror.navercorp.com

    m-k8s-1.20:  * updates: mirror.navercorp.com

    m-k8s-1.20: Resolving Dependencies

    m-k8s-1.20: --> Running transaction check

    m-k8s-1.20: ---> Package epel-release.noarch 0:7-11 will be installed

    m-k8s-1.20: --> Finished Dependency Resolution

    m-k8s-1.20:

    m-k8s-1.20: Dependencies Resolved

    m-k8s-1.20:

    m-k8s-1.20: ================================================================================

    m-k8s-1.20:  Package                Arch             Version         Repository        Size

    m-k8s-1.20: ================================================================================

    m-k8s-1.20: Installing:

    m-k8s-1.20:  epel-release           noarch           7-11            extras            15 k

    m-k8s-1.20:

    m-k8s-1.20: Transaction Summary

    m-k8s-1.20: ================================================================================

    m-k8s-1.20: Install  1 Package

    m-k8s-1.20: Total download size: 15 k

    m-k8s-1.20: Installed size: 24 k

    m-k8s-1.20: Downloading packages:

    m-k8s-1.20: Running transaction check

    m-k8s-1.20: Running transaction test

    m-k8s-1.20: Transaction test succeeded

    m-k8s-1.20: Running transaction

    m-k8s-1.20:   Installing : epel-release-7-11.noarch                                     1/1

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : epel-release-7-11.noarch                                     1/1

    m-k8s-1.20:

    m-k8s-1.20:

    m-k8s-1.20: Installed:

    m-k8s-1.20:   epel-release.noarch 0:7-11

    m-k8s-1.20: Complete!

    m-k8s-1.20: Loaded plugins: fastestmirror

    m-k8s-1.20: Loading mirror speeds from cached hostfile

    m-k8s-1.20:  * base: mirror.navercorp.com

    m-k8s-1.20:  * epel: mirrors.bestthaihost.com

    m-k8s-1.20:  * extras: mirror.navercorp.com

    m-k8s-1.20:  * updates: mirror.navercorp.com

    m-k8s-1.20: Resolving Dependencies

    m-k8s-1.20: --> Running transaction check

    m-k8s-1.20: ---> Package vim-enhanced.x86_64 2:7.4.629-8.el7_9 will be installed

    m-k8s-1.20: --> Processing Dependency: vim-common = 2:7.4.629-8.el7_9 for package: 2:vim-enhanced-7.4.629-8.el7_9.x86_64

    m-k8s-1.20: --> Processing Dependency: perl(:MODULE_COMPAT_5.16.3) for package: 2:vim-enhanced-7.4.629-8.el7_9.x86_64

    m-k8s-1.20: --> Processing Dependency: libperl.so()(64bit) for package: 2:vim-enhanced-7.4.629-8.el7_9.x86_64

    m-k8s-1.20: --> Processing Dependency: libgpm.so.2()(64bit) for package: 2:vim-enhanced-7.4.629-8.el7_9.x86_64

    m-k8s-1.20: --> Running transaction check

    m-k8s-1.20: ---> Package gpm-libs.x86_64 0:1.20.7-6.el7 will be installed

    m-k8s-1.20: ---> Package perl.x86_64 4:5.16.3-299.el7_9 will be installed

    m-k8s-1.20: --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-299.el7_9.x86_64

    m-k8s-1.20: --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-299.el7_9.x86_64

    m-k8s-1.20: --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-299.el7_9.x86_64

    m-k8s-1.20: --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-299.el7_9.x86_64

    m-k8s-1.20: --> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-299.el7_9.x86_64

    m-k8s-1.20: --> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-299.el7_9.x86_64

    m-k8s-1.20: --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-299.el7_9.x86_64

    m-k8s-1.20: --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-299.el7_9.x86_64

    m-k8s-1.20: --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-299.el7_9.x86_64

    m-k8s-1.20: --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-299.el7_9.x86_64

    m-k8s-1.20: --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-299.el7_9.x86_64

    m-k8s-1.20: --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-299.el7_9.x86_64

    m-k8s-1.20: --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-299.el7_9.x86_64

    m-k8s-1.20: --> Processing Dependency: perl(Getopt::Long) for package: 4:perl-5.16.3-299.el7_9.x86_64

    m-k8s-1.20: --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-299.el7_9.x86_64

    m-k8s-1.20: --> Processing Dependency: perl(File::Temp) for package: 4:perl-5.16.3-299.el7_9.x86_64

    m-k8s-1.20: --> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-299.el7_9.x86_64

    m-k8s-1.20: --> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-299.el7_9.x86_64

    m-k8s-1.20: --> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-299.el7_9.x86_64

    m-k8s-1.20: --> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-299.el7_9.x86_64

    m-k8s-1.20: --> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-299.el7_9.x86_64

    m-k8s-1.20: --> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-299.el7_9.x86_64

    m-k8s-1.20: --> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-299.el7_9.x86_64

    m-k8s-1.20: ---> Package perl-libs.x86_64 4:5.16.3-299.el7_9 will be installed

    m-k8s-1.20: ---> Package vim-common.x86_64 2:7.4.629-8.el7_9 will be installed

    m-k8s-1.20: --> Processing Dependency: vim-filesystem for package: 2:vim-common-7.4.629-8.el7_9.x86_64

    m-k8s-1.20: --> Running transaction check

    m-k8s-1.20: ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed

    m-k8s-1.20: ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed

    m-k8s-1.20: ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed

    m-k8s-1.20: ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed

    m-k8s-1.20: ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed

    m-k8s-1.20: ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed

    m-k8s-1.20: --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch

    m-k8s-1.20: --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch

    m-k8s-1.20: ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed

    m-k8s-1.20: ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed

    m-k8s-1.20: --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch

    m-k8s-1.20: --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch

    m-k8s-1.20: ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed

    m-k8s-1.20: ---> Package perl-Socket.x86_64 0:2.010-5.el7 will be installed

    m-k8s-1.20: ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed

    m-k8s-1.20: ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed

    m-k8s-1.20: ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed

    m-k8s-1.20: ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed

    m-k8s-1.20: ---> Package perl-macros.x86_64 4:5.16.3-299.el7_9 will be installed

    m-k8s-1.20: ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed

    m-k8s-1.20: ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed

    m-k8s-1.20: ---> Package vim-filesystem.x86_64 2:7.4.629-8.el7_9 will be installed

    m-k8s-1.20: --> Running transaction check

    m-k8s-1.20: ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed

    m-k8s-1.20: ---> Package perl-Pod-Escapes.noarch 1:1.04-299.el7_9 will be installed

    m-k8s-1.20: ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed

    m-k8s-1.20: --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch

    m-k8s-1.20: --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch

    m-k8s-1.20: ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed

    m-k8s-1.20: --> Running transaction check

    m-k8s-1.20: ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed

    m-k8s-1.20: --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch

    m-k8s-1.20: --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch

    m-k8s-1.20: ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed

    m-k8s-1.20: --> Running transaction check

    m-k8s-1.20: ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed

    m-k8s-1.20: ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed

    m-k8s-1.20: --> Finished Dependency Resolution

    m-k8s-1.20:

    m-k8s-1.20: Dependencies Resolved

    m-k8s-1.20:

    m-k8s-1.20: ================================================================================

    m-k8s-1.20:  Package                    Arch       Version                Repository   Size

    m-k8s-1.20: ================================================================================

    m-k8s-1.20: Installing:

    m-k8s-1.20:  vim-enhanced               x86_64     2:7.4.629-8.el7_9      updates     1.1 M

    m-k8s-1.20: Installing for dependencies:

    m-k8s-1.20:  gpm-libs                   x86_64     1.20.7-6.el7           base         32 k

    m-k8s-1.20:  perl                       x86_64     4:5.16.3-299.el7_9     updates     8.0 M

    m-k8s-1.20:  perl-Carp                  noarch     1.26-244.el7           base         19 k

    m-k8s-1.20:  perl-Encode                x86_64     2.51-7.el7             base        1.5 M

    m-k8s-1.20:  perl-Exporter              noarch     5.68-3.el7             base         28 k

    m-k8s-1.20:  perl-File-Path             noarch     2.09-2.el7             base         26 k

    m-k8s-1.20:  perl-File-Temp             noarch     0.23.01-3.el7          base         56 k

    m-k8s-1.20:  perl-Filter                x86_64     1.49-3.el7             base         76 k

    m-k8s-1.20:  perl-Getopt-Long           noarch     2.40-3.el7             base         56 k

    m-k8s-1.20:  perl-HTTP-Tiny             noarch     0.033-3.el7            base         38 k

    m-k8s-1.20:  perl-PathTools             x86_64     3.40-5.el7             base         82 k

    m-k8s-1.20:  perl-Pod-Escapes           noarch     1:1.04-299.el7_9       updates      52 k

    m-k8s-1.20:  perl-Pod-Perldoc           noarch     3.20-4.el7             base         87 k

    m-k8s-1.20:  perl-Pod-Simple            noarch     1:3.28-4.el7           base        216 k

    m-k8s-1.20:  perl-Pod-Usage             noarch     1.63-3.el7             base         27 k

    m-k8s-1.20:  perl-Scalar-List-Utils     x86_64     1.27-248.el7           base         36 k

    m-k8s-1.20:  perl-Socket                x86_64     2.010-5.el7            base         49 k

    m-k8s-1.20:  perl-Storable              x86_64     2.45-3.el7             base         77 k

    m-k8s-1.20:  perl-Text-ParseWords       noarch     3.29-4.el7             base         14 k

    m-k8s-1.20:  perl-Time-HiRes            x86_64     4:1.9725-3.el7         base         45 k

    m-k8s-1.20:  perl-Time-Local            noarch     1.2300-2.el7           base         24 k

    m-k8s-1.20:  perl-constant              noarch     1.27-2.el7             base         19 k

    m-k8s-1.20:  perl-libs                  x86_64     4:5.16.3-299.el7_9     updates     690 k

    m-k8s-1.20:  perl-macros                x86_64     4:5.16.3-299.el7_9     updates      44 k

    m-k8s-1.20:  perl-parent                noarch     1:0.225-244.el7        base         12 k

    m-k8s-1.20:  perl-podlators             noarch     2.5.1-3.el7            base        112 k

    m-k8s-1.20:  perl-threads               x86_64     1.87-4.el7             base         49 k

    m-k8s-1.20:  perl-threads-shared        x86_64     1.43-6.el7             base         39 k

    m-k8s-1.20:  vim-common                 x86_64     2:7.4.629-8.el7_9      updates     5.9 M

    m-k8s-1.20:  vim-filesystem             x86_64     2:7.4.629-8.el7_9      updates      11 k

    m-k8s-1.20:

    m-k8s-1.20: Transaction Summary

    m-k8s-1.20: ================================================================================

    m-k8s-1.20: Install  1 Package (+30 Dependent packages)

    m-k8s-1.20: Total download size: 18 M

    m-k8s-1.20: Installed size: 60 M

    m-k8s-1.20: Downloading packages:

    m-k8s-1.20: --------------------------------------------------------------------------------

    m-k8s-1.20: Total                                              2.8 MB/s |  18 MB  00:06

    m-k8s-1.20: Running transaction check

    m-k8s-1.20: Running transaction test

    m-k8s-1.20: Transaction test succeeded

    m-k8s-1.20: Running transaction

    m-k8s-1.20:   Installing : 1:perl-parent-0.225-244.el7.noarch                          1/31

    m-k8s-1.20:

    m-k8s-1.20:   Installing : perl-HTTP-Tiny-0.033-3.el7.noarch                           2/31

    m-k8s-1.20:

    m-k8s-1.20:   Installing : perl-podlators-2.5.1-3.el7.noarch                           3/31

    m-k8s-1.20:

    m-k8s-1.20:   Installing : perl-Pod-Perldoc-3.20-4.el7.noarch                          4/31

    m-k8s-1.20:

    m-k8s-1.20:   Installing : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch                    5/31

    m-k8s-1.20:

    m-k8s-1.20:   Installing : perl-Encode-2.51-7.el7.x86_64                               6/31

    m-k8s-1.20:

    m-k8s-1.20:   Installing : perl-Text-ParseWords-3.29-4.el7.noarch                      7/31

    m-k8s-1.20:

    m-k8s-1.20:   Installing : perl-Pod-Usage-1.63-3.el7.noarch                            8/31

    m-k8s-1.20:

    m-k8s-1.20:   Installing : 4:perl-macros-5.16.3-299.el7_9.x86_64                       9/31

    m-k8s-1.20:

    m-k8s-1.20:   Installing : perl-Storable-2.45-3.el7.x86_64                            10/31

    m-k8s-1.20:

    m-k8s-1.20:   Installing : perl-Exporter-5.68-3.el7.noarch                            11/31

    m-k8s-1.20:

    m-k8s-1.20:   Installing : perl-constant-1.27-2.el7.noarch                            12/31

    m-k8s-1.20:

    m-k8s-1.20:   Installing : perl-Socket-2.010-5.el7.x86_64                             13/31

    m-k8s-1.20:

    m-k8s-1.20:   Installing : perl-Time-Local-1.2300-2.el7.noarch                        14/31

    m-k8s-1.20:

    m-k8s-1.20:   Installing : perl-Carp-1.26-244.el7.noarch                              15/31

    m-k8s-1.20:

    m-k8s-1.20:   Installing : perl-PathTools-3.40-5.el7.x86_64                           16/31

    m-k8s-1.20:

    m-k8s-1.20:   Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64                 17/31

    m-k8s-1.20:

    m-k8s-1.20:   Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch                        18/31

    m-k8s-1.20:

    m-k8s-1.20:   Installing : perl-File-Temp-0.23.01-3.el7.noarch                        19/31

    m-k8s-1.20:

    m-k8s-1.20:   Installing : perl-File-Path-2.09-2.el7.noarch                           20/31

    m-k8s-1.20:

    m-k8s-1.20:   Installing : perl-threads-shared-1.43-6.el7.x86_64                      21/31

    m-k8s-1.20:

    m-k8s-1.20:   Installing : perl-threads-1.87-4.el7.x86_64                             22/31

    m-k8s-1.20:

    m-k8s-1.20:   Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                      23/31

    m-k8s-1.20:

    m-k8s-1.20:   Installing : perl-Filter-1.49-3.el7.x86_64                              24/31

    m-k8s-1.20:

    m-k8s-1.20:   Installing : 4:perl-libs-5.16.3-299.el7_9.x86_64                        25/31

    m-k8s-1.20:

    m-k8s-1.20:   Installing : perl-Getopt-Long-2.40-3.el7.noarch                         26/31

    m-k8s-1.20:

    m-k8s-1.20:   Installing : 4:perl-5.16.3-299.el7_9.x86_64                             27/31

    m-k8s-1.20:

    m-k8s-1.20:   Installing : gpm-libs-1.20.7-6.el7.x86_64                               28/31

    m-k8s-1.20:

    m-k8s-1.20:   Installing : 2:vim-filesystem-7.4.629-8.el7_9.x86_64                    29/31

    m-k8s-1.20:

    m-k8s-1.20:   Installing : 2:vim-common-7.4.629-8.el7_9.x86_64                        30/31

    m-k8s-1.20:

    m-k8s-1.20:   Installing : 2:vim-enhanced-7.4.629-8.el7_9.x86_64                      31/31

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : perl-HTTP-Tiny-0.033-3.el7.noarch                           1/31

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : perl-threads-shared-1.43-6.el7.x86_64                       2/31

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : perl-Storable-2.45-3.el7.x86_64                             3/31

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : perl-Exporter-5.68-3.el7.noarch                             4/31

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : perl-constant-1.27-2.el7.noarch                             5/31

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : perl-PathTools-3.40-5.el7.x86_64                            6/31

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : 4:perl-macros-5.16.3-299.el7_9.x86_64                       7/31

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : 2:vim-enhanced-7.4.629-8.el7_9.x86_64                       8/31

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : 1:perl-parent-0.225-244.el7.noarch                          9/31

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : perl-Socket-2.010-5.el7.x86_64                             10/31

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : 2:vim-filesystem-7.4.629-8.el7_9.x86_64                    11/31

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : perl-File-Temp-0.23.01-3.el7.noarch                        12/31

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : 1:perl-Pod-Simple-3.28-4.el7.noarch                        13/31

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : perl-Time-Local-1.2300-2.el7.noarch                        14/31

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch                   15/31

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : perl-Carp-1.26-244.el7.noarch                              16/31

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : 2:vim-common-7.4.629-8.el7_9.x86_64                        17/31

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : perl-Scalar-List-Utils-1.27-248.el7.x86_64                 18/31

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : perl-Pod-Usage-1.63-3.el7.noarch                           19/31

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : perl-Encode-2.51-7.el7.x86_64                              20/31

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : perl-Pod-Perldoc-3.20-4.el7.noarch                         21/31

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : perl-podlators-2.5.1-3.el7.noarch                          22/31

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : 4:perl-5.16.3-299.el7_9.x86_64                             23/31

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : perl-File-Path-2.09-2.el7.noarch                           24/31

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : perl-threads-1.87-4.el7.x86_64                             25/31

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                      26/31

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : gpm-libs-1.20.7-6.el7.x86_64                               27/31

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : perl-Filter-1.49-3.el7.x86_64                              28/31

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : perl-Getopt-Long-2.40-3.el7.noarch                         29/31

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : perl-Text-ParseWords-3.29-4.el7.noarch                     30/31

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : 4:perl-libs-5.16.3-299.el7_9.x86_64                        31/31

    m-k8s-1.20:

    m-k8s-1.20:

    m-k8s-1.20: Installed:

    m-k8s-1.20:   vim-enhanced.x86_64 2:7.4.629-8.el7_9

    m-k8s-1.20:

    m-k8s-1.20: Dependency Installed:

    m-k8s-1.20:   gpm-libs.x86_64 0:1.20.7-6.el7

    m-k8s-1.20:   perl.x86_64 4:5.16.3-299.el7_9

    m-k8s-1.20:   perl-Carp.noarch 0:1.26-244.el7

    m-k8s-1.20:   perl-Encode.x86_64 0:2.51-7.el7

    m-k8s-1.20:   perl-Exporter.noarch 0:5.68-3.el7

    m-k8s-1.20:   perl-File-Path.noarch 0:2.09-2.el7

    m-k8s-1.20:   perl-File-Temp.noarch 0:0.23.01-3.el7

    m-k8s-1.20:   perl-Filter.x86_64 0:1.49-3.el7

    m-k8s-1.20:   perl-Getopt-Long.noarch 0:2.40-3.el7

    m-k8s-1.20:   perl-HTTP-Tiny.noarch 0:0.033-3.el7

    m-k8s-1.20:   perl-PathTools.x86_64 0:3.40-5.el7

    m-k8s-1.20:   perl-Pod-Escapes.noarch 1:1.04-299.el7_9

    m-k8s-1.20:   perl-Pod-Perldoc.noarch 0:3.20-4.el7

    m-k8s-1.20:   perl-Pod-Simple.noarch 1:3.28-4.el7

    m-k8s-1.20:   perl-Pod-Usage.noarch 0:1.63-3.el7

    m-k8s-1.20:   perl-Scalar-List-Utils.x86_64 0:1.27-248.el7

    m-k8s-1.20:   perl-Socket.x86_64 0:2.010-5.el7

    m-k8s-1.20:   perl-Storable.x86_64 0:2.45-3.el7

    m-k8s-1.20:   perl-Text-ParseWords.noarch 0:3.29-4.el7

    m-k8s-1.20:   perl-Time-HiRes.x86_64 4:1.9725-3.el7

    m-k8s-1.20:   perl-Time-Local.noarch 0:1.2300-2.el7

    m-k8s-1.20:   perl-constant.noarch 0:1.27-2.el7

    m-k8s-1.20:   perl-libs.x86_64 4:5.16.3-299.el7_9

    m-k8s-1.20:   perl-macros.x86_64 4:5.16.3-299.el7_9

    m-k8s-1.20:   perl-parent.noarch 1:0.225-244.el7

    m-k8s-1.20:   perl-podlators.noarch 0:2.5.1-3.el7

    m-k8s-1.20:   perl-threads.x86_64 0:1.87-4.el7

    m-k8s-1.20:   perl-threads-shared.x86_64 0:1.43-6.el7

    m-k8s-1.20:   vim-common.x86_64 2:7.4.629-8.el7_9

    m-k8s-1.20:   vim-filesystem.x86_64 2:7.4.629-8.el7_9

    m-k8s-1.20: Complete!

    m-k8s-1.20: Loaded plugins: fastestmirror

    m-k8s-1.20: Loading mirror speeds from cached hostfile

    m-k8s-1.20:  * base: mirror.navercorp.com

    m-k8s-1.20:  * epel: fedora.ipserverone.com

    m-k8s-1.20:  * extras: mirror.navercorp.com

    m-k8s-1.20:  * updates: mirror.navercorp.com

    m-k8s-1.20: Resolving Dependencies

    m-k8s-1.20: --> Running transaction check

    m-k8s-1.20: ---> Package git.x86_64 0:1.8.3.1-23.el7_8 will be installed

    m-k8s-1.20: --> Processing Dependency: perl-Git = 1.8.3.1-23.el7_8 for package: git-1.8.3.1-23.el7_8.x86_64

    m-k8s-1.20: --> Processing Dependency: rsync for package: git-1.8.3.1-23.el7_8.x86_64

    m-k8s-1.20: --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-23.el7_8.x86_64

    m-k8s-1.20: --> Processing Dependency: perl(Git) for package: git-1.8.3.1-23.el7_8.x86_64

    m-k8s-1.20: --> Processing Dependency: perl(Error) for package: git-1.8.3.1-23.el7_8.x86_64

    m-k8s-1.20: --> Running transaction check

    m-k8s-1.20: ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed

    m-k8s-1.20: ---> Package perl-Git.noarch 0:1.8.3.1-23.el7_8 will be installed

    m-k8s-1.20: ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed

    m-k8s-1.20: ---> Package rsync.x86_64 0:3.1.2-10.el7 will be installed

    m-k8s-1.20: --> Finished Dependency Resolution

    m-k8s-1.20:

    m-k8s-1.20: Dependencies Resolved

    m-k8s-1.20:

    m-k8s-1.20: ================================================================================

    m-k8s-1.20:  Package                Arch         Version                   Repository  Size

    m-k8s-1.20: ================================================================================

    m-k8s-1.20: Installing:

    m-k8s-1.20:  git                    x86_64       1.8.3.1-23.el7_8          base       4.4 M

    m-k8s-1.20: Installing for dependencies:

    m-k8s-1.20:  perl-Error             noarch       1:0.17020-2.el7           base        32 k

    m-k8s-1.20:  perl-Git               noarch       1.8.3.1-23.el7_8          base        56 k

    m-k8s-1.20:  perl-TermReadKey       x86_64       2.30-20.el7               base        31 k

    m-k8s-1.20:  rsync                  x86_64       3.1.2-10.el7              base       404 k

    m-k8s-1.20:

    m-k8s-1.20: Transaction Summary

    m-k8s-1.20: ================================================================================

    m-k8s-1.20: Install  1 Package (+4 Dependent packages)

    m-k8s-1.20: Total download size: 4.9 M

    m-k8s-1.20: Installed size: 23 M

    m-k8s-1.20: Downloading packages:

    m-k8s-1.20: --------------------------------------------------------------------------------

    m-k8s-1.20: Total                                              8.9 MB/s | 4.9 MB  00:00

    m-k8s-1.20: Running transaction check

    m-k8s-1.20: Running transaction test

    m-k8s-1.20: Transaction test succeeded

    m-k8s-1.20: Running transaction

    m-k8s-1.20:   Installing : 1:perl-Error-0.17020-2.el7.noarch                            1/5

    m-k8s-1.20:

    m-k8s-1.20:   Installing : rsync-3.1.2-10.el7.x86_64                                    2/5

    m-k8s-1.20:

    m-k8s-1.20:   Installing : perl-TermReadKey-2.30-20.el7.x86_64                          3/5

    m-k8s-1.20:

    m-k8s-1.20:   Installing : perl-Git-1.8.3.1-23.el7_8.noarch                             4/5

    m-k8s-1.20:

    m-k8s-1.20:   Installing : git-1.8.3.1-23.el7_8.x86_64                                  5/5

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : git-1.8.3.1-23.el7_8.x86_64                                  1/5

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : 1:perl-Error-0.17020-2.el7.noarch                            2/5

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : perl-TermReadKey-2.30-20.el7.x86_64                          3/5

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : perl-Git-1.8.3.1-23.el7_8.noarch                             4/5

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : rsync-3.1.2-10.el7.x86_64                                    5/5

    m-k8s-1.20:

    m-k8s-1.20:

    m-k8s-1.20: Installed:

    m-k8s-1.20:   git.x86_64 0:1.8.3.1-23.el7_8

    m-k8s-1.20:

    m-k8s-1.20: Dependency Installed:

    m-k8s-1.20:   perl-Error.noarch 1:0.17020-2.el7        perl-Git.noarch 0:1.8.3.1-23.el7_8

    m-k8s-1.20:   perl-TermReadKey.x86_64 0:2.30-20.el7    rsync.x86_64 0:3.1.2-10.el7

    m-k8s-1.20: Complete!

    m-k8s-1.20: Loaded plugins: fastestmirror

    m-k8s-1.20: Loading mirror speeds from cached hostfile

    m-k8s-1.20:  * base: mirror.navercorp.com

    m-k8s-1.20:  * epel: mirrors.bestthaihost.com

    m-k8s-1.20:  * extras: mirror.navercorp.com

    m-k8s-1.20:  * updates: mirror.navercorp.com

    m-k8s-1.20: Resolving Dependencies

    m-k8s-1.20: --> Running transaction check

    m-k8s-1.20: ---> Package containerd.io.x86_64 0:1.3.9-3.1.el7 will be installed

    m-k8s-1.20: --> Processing Dependency: container-selinux >= 2:2.74 for package: containerd.io-1.3.9-3.1.el7.x86_64

    m-k8s-1.20: ---> Package docker-ce.x86_64 3:19.03.14-3.el7 will be installed

    m-k8s-1.20: --> Processing Dependency: libcgroup for package: 3:docker-ce-19.03.14-3.el7.x86_64

    m-k8s-1.20: ---> Package docker-ce-cli.x86_64 1:19.03.14-3.el7 will be installed

    m-k8s-1.20: --> Running transaction check

    m-k8s-1.20: ---> Package container-selinux.noarch 2:2.119.2-1.911c772.el7_8 will be installed

    m-k8s-1.20: --> Processing Dependency: policycoreutils-python for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch

    m-k8s-1.20: ---> Package libcgroup.x86_64 0:0.41-21.el7 will be installed

    m-k8s-1.20: --> Running transaction check

    m-k8s-1.20: ---> Package policycoreutils-python.x86_64 0:2.5-34.el7 will be installed

    m-k8s-1.20: --> Processing Dependency: setools-libs >= 3.3.8-4 for package: policycoreutils-python-2.5-34.el7.x86_64

    m-k8s-1.20: --> Processing Dependency: libsemanage-python >= 2.5-14 for package: policycoreutils-python-2.5-34.el7.x86_64

    m-k8s-1.20: --> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.5-34.el7.x86_64

    m-k8s-1.20: --> Processing Dependency: python-IPy for package: policycoreutils-python-2.5-34.el7.x86_64

    m-k8s-1.20: --> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64

    m-k8s-1.20: --> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64

    m-k8s-1.20: --> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64

    m-k8s-1.20: --> Processing Dependency: checkpolicy for package: policycoreutils-python-2.5-34.el7.x86_64

    m-k8s-1.20: --> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64

    m-k8s-1.20: --> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64

    m-k8s-1.20: --> Running transaction check

    m-k8s-1.20: ---> Package audit-libs-python.x86_64 0:2.8.5-4.el7 will be installed

    m-k8s-1.20: ---> Package checkpolicy.x86_64 0:2.5-8.el7 will be installed

    m-k8s-1.20: ---> Package libsemanage-python.x86_64 0:2.5-14.el7 will be installed

    m-k8s-1.20: ---> Package python-IPy.noarch 0:0.75-6.el7 will be installed

    m-k8s-1.20: ---> Package setools-libs.x86_64 0:3.3.8-4.el7 will be installed

    m-k8s-1.20: --> Finished Dependency Resolution

    m-k8s-1.20:

    m-k8s-1.20: Dependencies Resolved

    m-k8s-1.20:

    m-k8s-1.20: ================================================================================

    m-k8s-1.20:  Package                Arch   Version                   Repository        Size

    m-k8s-1.20: ================================================================================

    m-k8s-1.20: Installing:

    m-k8s-1.20:  containerd.io          x86_64 1.3.9-3.1.el7             docker-ce-stable  29 M

    m-k8s-1.20:  docker-ce              x86_64 3:19.03.14-3.el7          docker-ce-stable  24 M

    m-k8s-1.20:  docker-ce-cli          x86_64 1:19.03.14-3.el7          docker-ce-stable  38 M

    m-k8s-1.20: Installing for dependencies:

    m-k8s-1.20:  audit-libs-python      x86_64 2.8.5-4.el7               base              76 k

    m-k8s-1.20:  checkpolicy            x86_64 2.5-8.el7                 base             295 k

    m-k8s-1.20:  container-selinux      noarch 2:2.119.2-1.911c772.el7_8 extras            40 k

    m-k8s-1.20:  libcgroup              x86_64 0.41-21.el7               base              66 k

    m-k8s-1.20:  libsemanage-python     x86_64 2.5-14.el7                base             113 k

    m-k8s-1.20:  policycoreutils-python x86_64 2.5-34.el7                base             457 k

    m-k8s-1.20:  python-IPy             noarch 0.75-6.el7                base              32 k

    m-k8s-1.20:  setools-libs           x86_64 3.3.8-4.el7               base             620 k

    m-k8s-1.20:

    m-k8s-1.20: Transaction Summary

    m-k8s-1.20: ================================================================================

    m-k8s-1.20: Install  3 Packages (+8 Dependent packages)

    m-k8s-1.20: Total download size: 93 M

    m-k8s-1.20: Installed size: 393 M

    m-k8s-1.20: Downloading packages:

    m-k8s-1.20: warning: /var/cache/yum/x86_64/7/docker-ce-stable/packages/docker-ce-19.03.14-3.el7.x86_64.rpm: Header V4 RSA/SHA512 Signature, key ID 621e9f35: NOKEY

    m-k8s-1.20: Public key for docker-ce-19.03.14-3.el7.x86_64.rpm is not installed

    m-k8s-1.20: --------------------------------------------------------------------------------

    m-k8s-1.20: Total                                               14 MB/s |  93 MB  00:06

    m-k8s-1.20: Retrieving key from https://download.docker.com/linux/centos/gpg

    m-k8s-1.20: Importing GPG key 0x621E9F35:

    m-k8s-1.20:  Userid     : "Docker Release (CE rpm) <docker@docker.com>"

    m-k8s-1.20:  Fingerprint: 060a 61c5 1b55 8a7f 742b 77aa c52f eb6b 621e 9f35

    m-k8s-1.20:  From       : https://download.docker.com/linux/centos/gpg

    m-k8s-1.20: Running transaction check

    m-k8s-1.20: Running transaction test

    m-k8s-1.20: Transaction test succeeded

    m-k8s-1.20: Running transaction

    m-k8s-1.20:   Installing : libcgroup-0.41-21.el7.x86_64                                1/11

    m-k8s-1.20:

    m-k8s-1.20:   Installing : setools-libs-3.3.8-4.el7.x86_64                             2/11

    m-k8s-1.20:

    m-k8s-1.20:   Installing : 1:docker-ce-cli-19.03.14-3.el7.x86_64                       3/11

    m-k8s-1.20:

    m-k8s-1.20:   Installing : audit-libs-python-2.8.5-4.el7.x86_64                        4/11

    m-k8s-1.20:

    m-k8s-1.20:   Installing : python-IPy-0.75-6.el7.noarch                                5/11

    m-k8s-1.20:

    m-k8s-1.20:   Installing : libsemanage-python-2.5-14.el7.x86_64                        6/11

    m-k8s-1.20:

    m-k8s-1.20:   Installing : checkpolicy-2.5-8.el7.x86_64                                7/11

    m-k8s-1.20:

    m-k8s-1.20:   Installing : policycoreutils-python-2.5-34.el7.x86_64                    8/11

    m-k8s-1.20:

    m-k8s-1.20:   Installing : 2:container-selinux-2.119.2-1.911c772.el7_8.noarch          9/11

    m-k8s-1.20:

    m-k8s-1.20:   Installing : containerd.io-1.3.9-3.1.el7.x86_64                         10/11

    m-k8s-1.20:

    m-k8s-1.20:   Installing : 3:docker-ce-19.03.14-3.el7.x86_64                          11/11

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : checkpolicy-2.5-8.el7.x86_64                                1/11

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : 3:docker-ce-19.03.14-3.el7.x86_64                           2/11

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : containerd.io-1.3.9-3.1.el7.x86_64                          3/11

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : libsemanage-python-2.5-14.el7.x86_64                        4/11

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : 2:container-selinux-2.119.2-1.911c772.el7_8.noarch          5/11

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : python-IPy-0.75-6.el7.noarch                                6/11

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : policycoreutils-python-2.5-34.el7.x86_64                    7/11

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : audit-libs-python-2.8.5-4.el7.x86_64                        8/11

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : 1:docker-ce-cli-19.03.14-3.el7.x86_64                       9/11

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : setools-libs-3.3.8-4.el7.x86_64                            10/11

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : libcgroup-0.41-21.el7.x86_64                               11/11

    m-k8s-1.20:

    m-k8s-1.20:

    m-k8s-1.20: Installed:

    m-k8s-1.20:   containerd.io.x86_64 0:1.3.9-3.1.el7     docker-ce.x86_64 3:19.03.14-3.el7

    m-k8s-1.20:   docker-ce-cli.x86_64 1:19.03.14-3.el7

    m-k8s-1.20:

    m-k8s-1.20: Dependency Installed:

    m-k8s-1.20:   audit-libs-python.x86_64 0:2.8.5-4.el7

    m-k8s-1.20:   checkpolicy.x86_64 0:2.5-8.el7

    m-k8s-1.20:   container-selinux.noarch 2:2.119.2-1.911c772.el7_8

    m-k8s-1.20:   libcgroup.x86_64 0:0.41-21.el7

    m-k8s-1.20:   libsemanage-python.x86_64 0:2.5-14.el7

    m-k8s-1.20:   policycoreutils-python.x86_64 0:2.5-34.el7

    m-k8s-1.20:   python-IPy.noarch 0:0.75-6.el7

    m-k8s-1.20:   setools-libs.x86_64 0:3.3.8-4.el7

    m-k8s-1.20: Complete!

    m-k8s-1.20: Loaded plugins: fastestmirror

    m-k8s-1.20: Loading mirror speeds from cached hostfile

    m-k8s-1.20:  * base: mirror.navercorp.com

    m-k8s-1.20:  * epel: fedora.ipserverone.com

    m-k8s-1.20:  * extras: mirror.navercorp.com

    m-k8s-1.20:  * updates: mirror.navercorp.com

    m-k8s-1.20: Resolving Dependencies

    m-k8s-1.20: --> Running transaction check

    m-k8s-1.20: ---> Package kubeadm.x86_64 0:1.20.2-0 will be installed

    m-k8s-1.20: --> Processing Dependency: kubernetes-cni >= 0.8.6 for package: kubeadm-1.20.2-0.x86_64

    m-k8s-1.20: --> Processing Dependency: cri-tools >= 1.13.0 for package: kubeadm-1.20.2-0.x86_64

    m-k8s-1.20: ---> Package kubectl.x86_64 0:1.20.2-0 will be installed

    m-k8s-1.20: ---> Package kubelet.x86_64 0:1.20.2-0 will be installed

    m-k8s-1.20: --> Processing Dependency: socat for package: kubelet-1.20.2-0.x86_64

    m-k8s-1.20: --> Processing Dependency: conntrack for package: kubelet-1.20.2-0.x86_64

    m-k8s-1.20: --> Running transaction check

    m-k8s-1.20: ---> Package conntrack-tools.x86_64 0:1.4.4-7.el7 will be installed

    m-k8s-1.20: --> Processing Dependency: libnetfilter_cttimeout.so.1(LIBNETFILTER_CTTIMEOUT_1.1)(64bit) for package: conntrack-tools-1.4.4-7.el7.x86_64

    m-k8s-1.20: --> Processing Dependency: libnetfilter_cttimeout.so.1(LIBNETFILTER_CTTIMEOUT_1.0)(64bit) for package: conntrack-tools-1.4.4-7.el7.x86_64

    m-k8s-1.20: --> Processing Dependency: libnetfilter_cthelper.so.0(LIBNETFILTER_CTHELPER_1.0)(64bit) for package: conntrack-tools-1.4.4-7.el7.x86_64

    m-k8s-1.20: --> Processing Dependency: libnetfilter_queue.so.1()(64bit) for package: conntrack-tools-1.4.4-7.el7.x86_64

    m-k8s-1.20: --> Processing Dependency: libnetfilter_cttimeout.so.1()(64bit) for package: conntrack-tools-1.4.4-7.el7.x86_64

    m-k8s-1.20: --> Processing Dependency: libnetfilter_cthelper.so.0()(64bit) for package: conntrack-tools-1.4.4-7.el7.x86_64

    m-k8s-1.20: ---> Package cri-tools.x86_64 0:1.13.0-0 will be installed

    m-k8s-1.20: ---> Package kubernetes-cni.x86_64 0:0.8.7-0 will be installed

    m-k8s-1.20: ---> Package socat.x86_64 0:1.7.3.2-2.el7 will be installed

    m-k8s-1.20: --> Running transaction check

    m-k8s-1.20: ---> Package libnetfilter_cthelper.x86_64 0:1.0.0-11.el7 will be installed

    m-k8s-1.20: ---> Package libnetfilter_cttimeout.x86_64 0:1.0.0-7.el7 will be installed

    m-k8s-1.20: ---> Package libnetfilter_queue.x86_64 0:1.0.2-2.el7_2 will be installed

    m-k8s-1.20: --> Finished Dependency Resolution

    m-k8s-1.20:

    m-k8s-1.20: Dependencies Resolved

    m-k8s-1.20:

    m-k8s-1.20: ================================================================================

    m-k8s-1.20:  Package                    Arch       Version             Repository      Size

    m-k8s-1.20: ================================================================================

    m-k8s-1.20: Installing:

    m-k8s-1.20:  kubeadm                    x86_64     1.20.2-0            kubernetes     8.3 M

    m-k8s-1.20:  kubectl                    x86_64     1.20.2-0            kubernetes     8.5 M

    m-k8s-1.20:  kubelet                    x86_64     1.20.2-0            kubernetes      20 M

    m-k8s-1.20: Installing for dependencies:

    m-k8s-1.20:  conntrack-tools            x86_64     1.4.4-7.el7         base           187 k

    m-k8s-1.20:  cri-tools                  x86_64     1.13.0-0            kubernetes     5.1 M

    m-k8s-1.20:  kubernetes-cni             x86_64     0.8.7-0             kubernetes      19 M

    m-k8s-1.20:  libnetfilter_cthelper      x86_64     1.0.0-11.el7        base            18 k

    m-k8s-1.20:  libnetfilter_cttimeout     x86_64     1.0.0-7.el7         base            18 k

    m-k8s-1.20:  libnetfilter_queue         x86_64     1.0.2-2.el7_2       base            23 k

    m-k8s-1.20:  socat                      x86_64     1.7.3.2-2.el7       base           290 k

    m-k8s-1.20:

    m-k8s-1.20: Transaction Summary

    m-k8s-1.20: ================================================================================

    m-k8s-1.20: Install  3 Packages (+7 Dependent packages)

    m-k8s-1.20: Total download size: 61 M

    m-k8s-1.20: Installed size: 262 M

    m-k8s-1.20: Downloading packages:

    m-k8s-1.20: --------------------------------------------------------------------------------

    m-k8s-1.20: Total                                              8.7 MB/s |  61 MB  00:07

    m-k8s-1.20: Running transaction check

    m-k8s-1.20: Running transaction test

    m-k8s-1.20: Transaction test succeeded

    m-k8s-1.20: Running transaction

    m-k8s-1.20:   Installing : libnetfilter_cthelper-1.0.0-11.el7.x86_64                   1/10

    m-k8s-1.20:

    m-k8s-1.20:   Installing : socat-1.7.3.2-2.el7.x86_64                                  2/10

    m-k8s-1.20:

    m-k8s-1.20:   Installing : libnetfilter_cttimeout-1.0.0-7.el7.x86_64                   3/10

    m-k8s-1.20:

    m-k8s-1.20:   Installing : kubectl-1.20.2-0.x86_64                                     4/10

    m-k8s-1.20:

    m-k8s-1.20:   Installing : libnetfilter_queue-1.0.2-2.el7_2.x86_64                     5/10

    m-k8s-1.20:

    m-k8s-1.20:   Installing : conntrack-tools-1.4.4-7.el7.x86_64                          6/10

    m-k8s-1.20:

    m-k8s-1.20:   Installing : kubernetes-cni-0.8.7-0.x86_64                               7/10

    m-k8s-1.20:

    m-k8s-1.20:   Installing : kubelet-1.20.2-0.x86_64                                     8/10

    m-k8s-1.20:

    m-k8s-1.20:   Installing : cri-tools-1.13.0-0.x86_64                                   9/10

    m-k8s-1.20:

    m-k8s-1.20:   Installing : kubeadm-1.20.2-0.x86_64                                    10/10

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : conntrack-tools-1.4.4-7.el7.x86_64                          1/10

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : kubernetes-cni-0.8.7-0.x86_64                               2/10

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : kubelet-1.20.2-0.x86_64                                     3/10

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : kubeadm-1.20.2-0.x86_64                                     4/10

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : cri-tools-1.13.0-0.x86_64                                   5/10

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : libnetfilter_queue-1.0.2-2.el7_2.x86_64                     6/10

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : kubectl-1.20.2-0.x86_64                                     7/10

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : libnetfilter_cttimeout-1.0.0-7.el7.x86_64                   8/10

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : socat-1.7.3.2-2.el7.x86_64                                  9/10

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : libnetfilter_cthelper-1.0.0-11.el7.x86_64                  10/10

    m-k8s-1.20:

    m-k8s-1.20:

    m-k8s-1.20: Installed:

    m-k8s-1.20:   kubeadm.x86_64 0:1.20.2-0 kubectl.x86_64 0:1.20.2-0 kubelet.x86_64 0:1.20.2-0

    m-k8s-1.20:

    m-k8s-1.20: Dependency Installed:

    m-k8s-1.20:   conntrack-tools.x86_64 0:1.4.4-7.el7

    m-k8s-1.20:   cri-tools.x86_64 0:1.13.0-0

    m-k8s-1.20:   kubernetes-cni.x86_64 0:0.8.7-0

    m-k8s-1.20:   libnetfilter_cthelper.x86_64 0:1.0.0-11.el7

    m-k8s-1.20:   libnetfilter_cttimeout.x86_64 0:1.0.0-7.el7

    m-k8s-1.20:   libnetfilter_queue.x86_64 0:1.0.2-2.el7_2

    m-k8s-1.20:   socat.x86_64 0:1.7.3.2-2.el7

    m-k8s-1.20: Complete!

    m-k8s-1.20: Created symlink from /etc/systemd/system/multi-user.target.wants/docker.service to /usr/lib/systemd/system/docker.service.

    m-k8s-1.20: Created symlink from /etc/systemd/system/multi-user.target.wants/kubelet.service to /usr/lib/systemd/system/kubelet.service.

==> m-k8s-1.20: Running provisioner: shell...

    m-k8s-1.20: Running: /var/folders/57/629sgzyn5wng9wyrwry2325m0000gn/T/vagrant-shell20210909-63680-1bksjds.sh

    m-k8s-1.20: I0909 15:14:24.779613    3535 version.go:251] remote version is much newer: v1.22.1; falling back to: stable-1.20

    m-k8s-1.20: [init] Using Kubernetes version: v1.20.10

    m-k8s-1.20: [preflight] Running pre-flight checks

    m-k8s-1.20: [WARNING IsDockerSystemdCheck]: detected "cgroupfs" as the Docker cgroup driver. The recommended driver is "systemd". Please follow the guide at https://kubernetes.io/docs/setup/cri/

    m-k8s-1.20: [preflight] Pulling images required for setting up a Kubernetes cluster

    m-k8s-1.20: [preflight] This might take a minute or two, depending on the speed of your internet connection

    m-k8s-1.20: [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'

    m-k8s-1.20: [certs] Using certificateDir folder "/etc/kubernetes/pki"

    m-k8s-1.20: [certs] Generating "ca" certificate and key

    m-k8s-1.20: [certs] Generating "apiserver" certificate and key

    m-k8s-1.20: [certs] apiserver serving cert is signed for DNS names [kubernetes kubernetes.default kubernetes.default.svc kubernetes.default.svc.cluster.local m-k8s] and IPs [10.96.0.1 192.168.1.10]

    m-k8s-1.20: [certs] Generating "apiserver-kubelet-client" certificate and key

    m-k8s-1.20: [certs] Generating "front-proxy-ca" certificate and key

    m-k8s-1.20: [certs] Generating "front-proxy-client" certificate and key

    m-k8s-1.20: [certs] Generating "etcd/ca" certificate and key

    m-k8s-1.20: [certs] Generating "etcd/server" certificate and key

    m-k8s-1.20: [certs] etcd/server serving cert is signed for DNS names [localhost m-k8s] and IPs [192.168.1.10 127.0.0.1 ::1]

    m-k8s-1.20: [certs] Generating "etcd/peer" certificate and key

    m-k8s-1.20: [certs] etcd/peer serving cert is signed for DNS names [localhost m-k8s] and IPs [192.168.1.10 127.0.0.1 ::1]

    m-k8s-1.20: [certs] Generating "etcd/healthcheck-client" certificate and key

    m-k8s-1.20: [certs] Generating "apiserver-etcd-client" certificate and key

    m-k8s-1.20: [certs] Generating "sa" key and public key

    m-k8s-1.20: [kubeconfig] Using kubeconfig folder "/etc/kubernetes"

    m-k8s-1.20: [kubeconfig] Writing "admin.conf" kubeconfig file

    m-k8s-1.20: [kubeconfig] Writing "kubelet.conf" kubeconfig file

    m-k8s-1.20: [kubeconfig] Writing "controller-manager.conf" kubeconfig file

    m-k8s-1.20: [kubeconfig] Writing "scheduler.conf" kubeconfig file

    m-k8s-1.20: [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"

    m-k8s-1.20: [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"

    m-k8s-1.20: [kubelet-start] Starting the kubelet

    m-k8s-1.20: [control-plane] Using manifest folder "/etc/kubernetes/manifests"

    m-k8s-1.20: [control-plane] Creating static Pod manifest for "kube-apiserver"

    m-k8s-1.20: [control-plane] Creating static Pod manifest for "kube-controller-manager"

    m-k8s-1.20: [control-plane] Creating static Pod manifest for "kube-scheduler"

    m-k8s-1.20: [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"

    m-k8s-1.20: [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests". This can take up to 4m0s

    m-k8s-1.20: [apiclient] All control plane components are healthy after 14.502570 seconds

    m-k8s-1.20: [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace

    m-k8s-1.20: [kubelet] Creating a ConfigMap "kubelet-config-1.20" in namespace kube-system with the configuration for the kubelets in the cluster

    m-k8s-1.20: [upload-certs] Skipping phase. Please see --upload-certs

    m-k8s-1.20: [mark-control-plane] Marking the node m-k8s as control-plane by adding the labels "node-role.kubernetes.io/master=''" and "node-role.kubernetes.io/control-plane='' (deprecated)"

    m-k8s-1.20: [mark-control-plane] Marking the node m-k8s as control-plane by adding the taints [node-role.kubernetes.io/master:NoSchedule]

    m-k8s-1.20: [bootstrap-token] Using token: 123456.1234567890123456

    m-k8s-1.20: [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles

    m-k8s-1.20: [bootstrap-token] configured RBAC rules to allow Node Bootstrap tokens to get nodes

    m-k8s-1.20: [bootstrap-token] configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials

    m-k8s-1.20: [bootstrap-token] configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token

    m-k8s-1.20: [bootstrap-token] configured RBAC rules to allow certificate rotation for all node client certificates in the cluster

    m-k8s-1.20: [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace

    m-k8s-1.20: [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key

    m-k8s-1.20: [addons] Applied essential addon: CoreDNS

    m-k8s-1.20: [addons] Applied essential addon: kube-proxy

    m-k8s-1.20:

    m-k8s-1.20: Your Kubernetes control-plane has initialized successfully!

    m-k8s-1.20:

    m-k8s-1.20: To start using your cluster, you need to run the following as a regular user:

    m-k8s-1.20:

    m-k8s-1.20:   mkdir -p $HOME/.kube

    m-k8s-1.20:   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config

    m-k8s-1.20:   sudo chown $(id -u):$(id -g) $HOME/.kube/config

    m-k8s-1.20:

    m-k8s-1.20: Alternatively, if you are the root user, you can run:

    m-k8s-1.20:

    m-k8s-1.20:   export KUBECONFIG=/etc/kubernetes/admin.conf

    m-k8s-1.20:

    m-k8s-1.20: You should now deploy a pod network to the cluster.

    m-k8s-1.20: Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:

    m-k8s-1.20:   https://kubernetes.io/docs/concepts/cluster-administration/addons/

    m-k8s-1.20:

    m-k8s-1.20: Then you can join any number of worker nodes by running the following on each as root:

    m-k8s-1.20:

    m-k8s-1.20: kubeadm join 192.168.1.10:6443 --token 123456.1234567890123456 \

    m-k8s-1.20:     --discovery-token-ca-cert-hash sha256:645e2827e93a86f4fe0caea33a5b59da8a466d14e5b2c009389e4723a01e5152

    m-k8s-1.20: configmap/calico-config created

    m-k8s-1.20: customresourcedefinition.apiextensions.k8s.io/bgpconfigurations.crd.projectcalico.org created

    m-k8s-1.20: customresourcedefinition.apiextensions.k8s.io/bgppeers.crd.projectcalico.org created

    m-k8s-1.20: customresourcedefinition.apiextensions.k8s.io/blockaffinities.crd.projectcalico.org created

    m-k8s-1.20: customresourcedefinition.apiextensions.k8s.io/clusterinformations.crd.projectcalico.org created

    m-k8s-1.20: customresourcedefinition.apiextensions.k8s.io/felixconfigurations.crd.projectcalico.org created

    m-k8s-1.20: customresourcedefinition.apiextensions.k8s.io/globalnetworkpolicies.crd.projectcalico.org created

    m-k8s-1.20: customresourcedefinition.apiextensions.k8s.io/globalnetworksets.crd.projectcalico.org created

    m-k8s-1.20: customresourcedefinition.apiextensions.k8s.io/hostendpoints.crd.projectcalico.org created

    m-k8s-1.20: customresourcedefinition.apiextensions.k8s.io/ipamblocks.crd.projectcalico.org created

    m-k8s-1.20: customresourcedefinition.apiextensions.k8s.io/ipamconfigs.crd.projectcalico.org created

    m-k8s-1.20: customresourcedefinition.apiextensions.k8s.io/ipamhandles.crd.projectcalico.org created

    m-k8s-1.20: customresourcedefinition.apiextensions.k8s.io/ippools.crd.projectcalico.org created

    m-k8s-1.20: customresourcedefinition.apiextensions.k8s.io/kubecontrollersconfigurations.crd.projectcalico.org created

    m-k8s-1.20: customresourcedefinition.apiextensions.k8s.io/networkpolicies.crd.projectcalico.org created

    m-k8s-1.20: customresourcedefinition.apiextensions.k8s.io/networksets.crd.projectcalico.org created

    m-k8s-1.20: clusterrole.rbac.authorization.k8s.io/calico-kube-controllers created

    m-k8s-1.20: clusterrolebinding.rbac.authorization.k8s.io/calico-kube-controllers created

    m-k8s-1.20: clusterrole.rbac.authorization.k8s.io/calico-node created

    m-k8s-1.20: clusterrolebinding.rbac.authorization.k8s.io/calico-node created

    m-k8s-1.20: daemonset.apps/calico-node created

    m-k8s-1.20: serviceaccount/calico-node created

    m-k8s-1.20: deployment.apps/calico-kube-controllers created

    m-k8s-1.20: serviceaccount/calico-kube-controllers created

    m-k8s-1.20: poddisruptionbudget.policy/calico-kube-controllers created

    m-k8s-1.20: Loaded plugins: fastestmirror

    m-k8s-1.20: Loading mirror speeds from cached hostfile

    m-k8s-1.20:  * base: mirror.navercorp.com

    m-k8s-1.20:  * epel: fedora.ipserverone.com

    m-k8s-1.20:  * extras: mirror.navercorp.com

    m-k8s-1.20:  * updates: mirror.navercorp.com

    m-k8s-1.20: Resolving Dependencies

    m-k8s-1.20: --> Running transaction check

    m-k8s-1.20: ---> Package bash-completion.noarch 1:2.1-8.el7 will be installed

    m-k8s-1.20: --> Finished Dependency Resolution

    m-k8s-1.20:

    m-k8s-1.20: Dependencies Resolved

    m-k8s-1.20:

    m-k8s-1.20: ================================================================================

    m-k8s-1.20:  Package                 Arch           Version              Repository    Size

    m-k8s-1.20: ================================================================================

    m-k8s-1.20: Installing:

    m-k8s-1.20:  bash-completion         noarch         1:2.1-8.el7          base          87 k

    m-k8s-1.20:

    m-k8s-1.20: Transaction Summary

    m-k8s-1.20: ================================================================================

    m-k8s-1.20: Install  1 Package

    m-k8s-1.20: Total download size: 87 k

    m-k8s-1.20: Installed size: 263 k

    m-k8s-1.20: Downloading packages:

    m-k8s-1.20: Running transaction check

    m-k8s-1.20: Running transaction test

    m-k8s-1.20: Transaction test succeeded

    m-k8s-1.20: Running transaction

    m-k8s-1.20:   Installing : 1:bash-completion-2.1-8.el7.noarch                           1/1

    m-k8s-1.20:

    m-k8s-1.20:   Verifying  : 1:bash-completion-2.1-8.el7.noarch                           1/1

    m-k8s-1.20:

    m-k8s-1.20:

    m-k8s-1.20: Installed:

    m-k8s-1.20:   bash-completion.noarch 1:2.1-8.el7

    m-k8s-1.20: Complete!

    m-k8s-1.20: Cloning into '_Lecture_k8s_starter.kit'...

==> w1-k8s-1.20: Importing base box 'sysnet4admin/CentOS-k8s'...

==> w1-k8s-1.20: Matching MAC address for NAT networking...

==> w1-k8s-1.20: Checking if box 'sysnet4admin/CentOS-k8s' version '0.7.4' is up to date...

==> w1-k8s-1.20: Setting the name of the VM: w1-k8s-1.20(github_SysNet4Admin)

==> w1-k8s-1.20: Clearing any previously set network interfaces...

==> w1-k8s-1.20: Preparing network interfaces based on configuration...

    w1-k8s-1.20: Adapter 1: nat

    w1-k8s-1.20: Adapter 2: hostonly

==> w1-k8s-1.20: Forwarding ports...

    w1-k8s-1.20: 22 (guest) => 60101 (host) (adapter 1)

==> w1-k8s-1.20: Running 'pre-boot' VM customizations...

==> w1-k8s-1.20: Booting VM...

==> w1-k8s-1.20: Waiting for machine to boot. This may take a few minutes...

    w1-k8s-1.20: SSH address: 127.0.0.1:60101

    w1-k8s-1.20: SSH username: vagrant

    w1-k8s-1.20: SSH auth method: private key

    w1-k8s-1.20: Warning: Connection reset. Retrying...

    w1-k8s-1.20: Warning: Remote connection disconnect. Retrying...

    w1-k8s-1.20: Warning: Connection reset. Retrying...

    w1-k8s-1.20: Warning: Remote connection disconnect. Retrying...

    w1-k8s-1.20: Warning: Connection reset. Retrying...

    w1-k8s-1.20: Warning: Remote connection disconnect. Retrying...

    w1-k8s-1.20:

    w1-k8s-1.20: Vagrant insecure key detected. Vagrant will automatically replace

    w1-k8s-1.20: this with a newly generated keypair for better security.

    w1-k8s-1.20:

    w1-k8s-1.20: Inserting generated public key within guest...

    w1-k8s-1.20: Removing insecure key from the guest if it's present...

    w1-k8s-1.20: Key inserted! Disconnecting and reconnecting using new SSH key...

==> w1-k8s-1.20: Machine booted and ready!

==> w1-k8s-1.20: Checking for guest additions in VM...

    w1-k8s-1.20: The guest additions on this VM do not match the installed version of

    w1-k8s-1.20: VirtualBox! In most cases this is fine, but in rare cases it can

    w1-k8s-1.20: prevent things such as shared folders from working properly. If you see

    w1-k8s-1.20: shared folder errors, please make sure the guest additions within the

    w1-k8s-1.20: virtual machine match the version of VirtualBox you have installed on

    w1-k8s-1.20: your host and reload your VM.

    w1-k8s-1.20:

    w1-k8s-1.20: Guest Additions Version: 5.2.12

    w1-k8s-1.20: VirtualBox Version: 6.1

==> w1-k8s-1.20: Setting hostname...

==> w1-k8s-1.20: Configuring and enabling network interfaces...

==> w1-k8s-1.20: Running provisioner: shell...

    w1-k8s-1.20: Running: /var/folders/57/629sgzyn5wng9wyrwry2325m0000gn/T/vagrant-shell20210909-63680-1pjemxi.sh

    w1-k8s-1.20: Loaded plugins: fastestmirror

    w1-k8s-1.20: Determining fastest mirrors

    w1-k8s-1.20:  * base: mirror.navercorp.com

    w1-k8s-1.20:  * extras: mirror.navercorp.com

    w1-k8s-1.20:  * updates: mirror.navercorp.com

    w1-k8s-1.20: Package yum-utils-1.1.31-54.el7_8.noarch already installed and latest version

    w1-k8s-1.20: Nothing to do

    w1-k8s-1.20: Loaded plugins: fastestmirror

    w1-k8s-1.20: adding repo from: https://download.docker.com/linux/centos/docker-ce.repo

    w1-k8s-1.20: grabbing file https://download.docker.com/linux/centos/docker-ce.repo to /etc/yum.repos.d/docker-ce.repo

    w1-k8s-1.20: repo saved to /etc/yum.repos.d/docker-ce.repo

==> w1-k8s-1.20: Running provisioner: shell...

    w1-k8s-1.20: Running: /var/folders/57/629sgzyn5wng9wyrwry2325m0000gn/T/vagrant-shell20210909-63680-18ob6cr.sh

    w1-k8s-1.20: Loaded plugins: fastestmirror

    w1-k8s-1.20: Loading mirror speeds from cached hostfile

    w1-k8s-1.20:  * base: mirror.navercorp.com

    w1-k8s-1.20:  * extras: mirror.navercorp.com

    w1-k8s-1.20:  * updates: mirror.navercorp.com

    w1-k8s-1.20: Resolving Dependencies

    w1-k8s-1.20: --> Running transaction check

    w1-k8s-1.20: ---> Package epel-release.noarch 0:7-11 will be installed

    w1-k8s-1.20: --> Finished Dependency Resolution

    w1-k8s-1.20:

    w1-k8s-1.20: Dependencies Resolved

    w1-k8s-1.20:

    w1-k8s-1.20: ================================================================================

    w1-k8s-1.20:  Package                Arch             Version         Repository        Size

    w1-k8s-1.20: ================================================================================

    w1-k8s-1.20: Installing:

    w1-k8s-1.20:  epel-release           noarch           7-11            extras            15 k

    w1-k8s-1.20:

    w1-k8s-1.20: Transaction Summary

    w1-k8s-1.20: ================================================================================

    w1-k8s-1.20: Install  1 Package

    w1-k8s-1.20: Total download size: 15 k

    w1-k8s-1.20: Installed size: 24 k

    w1-k8s-1.20: Downloading packages:

    w1-k8s-1.20: Running transaction check

    w1-k8s-1.20: Running transaction test

    w1-k8s-1.20: Transaction test succeeded

    w1-k8s-1.20: Running transaction

    w1-k8s-1.20:   Installing : epel-release-7-11.noarch                                     1/1

    w1-k8s-1.20:

    w1-k8s-1.20:   Verifying  : epel-release-7-11.noarch                                     1/1

    w1-k8s-1.20:

    w1-k8s-1.20:

    w1-k8s-1.20: Installed:

    w1-k8s-1.20:   epel-release.noarch 0:7-11

    w1-k8s-1.20: Complete!

    w1-k8s-1.20: Loaded plugins: fastestmirror

    w1-k8s-1.20: Loading mirror speeds from cached hostfile

    w1-k8s-1.20:  * base: mirror.navercorp.com

    w1-k8s-1.20:  * epel: ftp.iij.ad.jp

    w1-k8s-1.20:  * extras: mirror.navercorp.com

    w1-k8s-1.20:  * updates: mirror.navercorp.com

 

현재 랩탑/데스크탑 상의 문제라...정확한 가이드는 좀 어려운데..네트워크 관련일꺼 같아요 

설정보다는 재 설치등으로 해결하시는게 좋을꺼 같아요 

아...생각을 해보니..epel이나 다른 저장소 업데이트도 있는데..거기를 넘어갔다면...현재 사용하시는 네트워크가 gcr.io를 쓰지 못하도록 막을수도 있나..? l7 firewall을 거치신다면 가능하던가...

해당 내용등을 좀 보셔야 할 꺼 같아요. 

Last failed login: Fri Dec  6 07:43:55 KST 2019 on pts/0

There was 1 failed login attempt since the last successful login.

[root@m-k8s ~]# k get node 

NAME     STATUS   ROLES                  AGE   VERSION

m-k8s    Ready    control-plane,master   28m   v1.20.2

w1-k8s   Ready    <none>                 25m   v1.20.2

w2-k8s   Ready    <none>                 22m   v1.20.2

w3-k8s   Ready    <none>                 19m   v1.20.2

안태건님의 프로필

안태건

질문자

2021.09.09

음... 해결할 방법을 찾기가 너무 어렵네요

혹시 해결할 수 있는 관련 키워드가 있을까요?

로그 자체가 특정 키워드가 없는거라서...

없으실꺼 같습니다. 네트워크 관련일꺼 같다 정도라서요 

환경(위치) 변경 & 재 설치(또는 포맷이요)가 제일 좋으실꺼 같습니다. 

0

안녕하세요

k8s.gcr.io 라는 저장소(Registry)에서 이미지를 받아올 수 없다는 내용인데요..

음...장애났나..? 인터넷이 잘 되신다면 일시적인 저장소 장애처럼 보여지는데, 다 지우고 저녁때 다시 한번 시도 부탁드려도 될까요?

저 저장소를 제가 관리할 수 있는 영역이 아니라서요 ㅠㅠ 

해보시고 말씀 부탁드립니다. 

감사합니다. 

조훈 드림.