πŸ’£ Sorry, Kubernetes v1.18.0 requires conntrack to be installed in root's path λ°œμƒ

Kim jae-eokΒ·2020λ…„ 5μ›” 3일
0
  1. minikube start --driver=none λͺ…λ Ήμ–΄ μˆ˜ν–‰μ‹œ λ‹€μŒκ³Ό 같은 μ—λŸ¬λ°œμƒ
[opc@-20200502-1534 ~]$ minikube start --driver=none
πŸ˜„  minikube v1.9.2 on Oracle 7.8
✨  Using the none driver based on user configuration

❗  'none' driver reported an issue: the 'none' driver must be run as the root user
πŸ’‘  Suggestion: For non-root usage, try the newer 'docker' driver

πŸ’£  Sorry, Kubernetes v1.18.0 requires conntrack to be installed in root's path
[opc@instance-20200502-1534 ~]$ ^C
  1. conntrack μ„€μΉ˜
[opc@-20200502-1534 ~]$ sudo yum install conntrack

ν•΄λ‹Ή νŒ¨ν‚€μ§€λ₯Ό μ„€μΉ˜ν•΄λ„ λ™μΌν•œ λ¬Έμ œκ°€ λ°œμƒν•œλ‹€.
ν™•μΈν•΄λ³΄λ‹ˆ κΆŒν•œλ¬Έμ œμΈκ±° κ°™μ•„μ„œ sudo 둜 루트 κΆŒν•œμœΌλ‘œ μ‹€ν–‰ν•΄λ³Έλ‹€.

[opc@-20200502-1534 ~]$ sudo minikube start --driver=none
sudo: minikube: command not found
[opc@-20200502-1534 ~]$ 

sudo 둜 μ‹€ν–‰ν•˜λ©΄ νŒŒμΌμœ„μΉ˜λ₯Ό μ°Ύμ„μˆ˜ μ—†λ‹€κ³  ν•œλ‹€.
minikube μ‹€ν–‰μœ„μΉ˜λ₯Ό λ°”κΎΈμ–΄ λ³Έλ‹€

[opc@-20200502-1534 ~]$ sudo mv /usr/local/bin/minikube /usr/bin/
[opc@instance-20200502-1534 ~]$ sudo minikube start --driver=none
πŸ˜„  minikube v1.9.2 on Oracle 7.8
✨  Using the none driver based on user configuration
πŸ‘  Starting control plane node  in cluster minikube
🀹  Running on localhost (CPUs=2, Memory=971MB, Disk=39280MB) ...
ℹ️  OS release is Oracle Linux Server 7.8
🐳  Preparing Kubernetes v1.18.0 on Docker 19.03.8 ...

이젠 λœλ‹€.

profile
λΈ”λ‘œκ·Έ 이전 쀑 (https://www.notion.so/My-blog-0d569b9028434fb6a99a3e66b6e807b1)

0개의 λŒ“κΈ€