Posts
Q&A
Unable to locate package kubelet, kubeadm, kubectl
์ด๋ ๊ฒ ๋ฌธ์ ๋ฐ์ํ์๋ ๋ถ์ https://hostnextra.com/learn/tutorials/how-to-install-kubernetes-k8s-on-ubuntu์์ url๋ก ๋ค์ด๊ฐ์ ์ ๋ฐ๋ผํ์๋ฉด ๋ฉ๋๋ค.echo "deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/v1.30/deb/ /" | sudo tee /etc/apt/sources.list.d/kubernetes.list curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.30/deb/Release.key | sudo gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpgsudo apt update sudo apt install -y kubelet kubeadm kubectlsudo apt-mark hold kubelet kubeadm kubectlsudo swapoff -a sudo sed -i '/ swap / s/^\(.*\)$/#\1/g' /etc/fstab
- Likes
- 1
- Comments
- 1
- Viewcount
- 839
Q&A
Vagrant SSL ์ธ์ฆ ์ค๋ฅ
๎จ 28/08/2024 ๎ฐ ๎ฉ 07:40.07 ๎ฐ VAGRANT_NO_CHECK_CERT=1 vagrant plugin install va grant-vbguest vagrant-disksizeInstalling the 'vagrant-vbguest' plugin. This can take a few minutes...ERROR: SSL verification error at depth 1: self signed certificate in certificat e chain (19)ERROR: Root certificate is not trusted (/C=KR/O=SOOSAN INT/CN=ePrism SSL)Vagrant failed to load a configured plugin source. This can be causedby a variety of issues including: transient connectivity issues, proxyfiltering rejecting access to a configured plugin source, or a configuredplugin source not responding correctly. Please review the error messagebelow to help resolve the issue: SSL_connect returned=1 errno=0 state=error: certificate verify failed (self si gned certificate in certificate chain) (https://gems.hashicorp.com/specs.4.8.gz)Source: https://gems.hashicorp.com/ โ ๎ช /home/mobaxterm/Desktop/cicd ๎ฐ ๎จ 28/08/2024 ๎ฐ ๎ฉ 07:41.08 ๎ฐ โ ๎ช /home/mobaxterm/Desktop/cicd ๎ฐ ๎จ 28/08/2024 ๎ฐ ๎ฉ 07:42.03 ๎ฐ VAGRANT_NO_CHECK_CERT=1 vagrant plugin install va grant-vbguest --plugin-source http://rubygems.orgInstalling the 'vagrant-vbguest' plugin. This can take a few minutes...ERROR: SSL verification error at depth 1: self signed certificate in certificat e chain (19)ERROR: Root certificate is not trusted (/C=KR/O=SOOSAN INT/CN=ePrism SSL)Vagrant failed to load a configured plugin source. This can be causedby a variety of issues including: transient connectivity issues, proxyfiltering rejecting access to a configured plugin source, or a configuredplugin source not responding correctly. Please review the error messagebelow to help resolve the issue: SSL_connect returned=1 errno=0 state=error: certificate verify failed (self si gned certificate in certificate chain) (https://gems.hashicorp.com/specs.4.8.gz)Source: https://gems.hashicorp.com/ โ ๎ช /home/mobaxterm/Desktop/cicd ๎ฐ ๎จ 28/08/2024 ๎ฐ ๎ฉ 07:42.53 ๎ฐ export SSL_CERT_FILE=/dev/null โ ๎ช /home/mobaxterm/Desktop/cicd ๎ฐ ๎จ 28/08/2024 ๎ฐ ๎ฉ 07:42.59 ๎ฐ export SSL_CERT_DIR=/dev/null โ ๎ช /home/mobaxterm/Desktop/cicd ๎ฐ ๎จ 28/08/2024 ๎ฐ ๎ฉ 07:42.59 ๎ฐ VAGRANT_NO_CHECK_CERT=1 vagrant plugin install va grant-vbguest vagrant-disksizeInstalling the 'vagrant-vbguest' plugin. This can take a few minutes...ERROR: SSL verification error at depth 1: self signed certificate in certificat e chain (19)ERROR: Root certificate is not trusted (/C=KR/O=SOOSAN INT/CN=ePrism SSL)Vagrant failed to load a configured plugin source. This can be causedby a variety of issues including: transient connectivity issues, proxyfiltering rejecting access to a configured plugin source, or a configuredplugin source not responding correctly. Please review the error messagebelow to help resolve the issue: SSL_connect returned=1 errno=0 state=error: certificate verify failed (self si gned certificate in certificate chain) (https://gems.hashicorp.com/specs.4.8.gz)Source: https://gems.hashicorp.com/---์ฌ์ ํ ๊ฐ์ ์๋ฌ๊ฐ ๋ฐ์ํ๊ณ ์์ต๋๋ค...ใ ์ฌ๋ด์ kubernetes๋ฅผ ์ด์ฉํด์ cicd ํ์ดํ๋ผ์ธ์ ๊ตฌ์ถํ๋ผ๋ ์ ๋ฌด๋ฅผ ์งํํด์ผํ๋๋ฐ ์ด๋ป๊ฒ ์ด ์๋ฌ๋ฅผ ํด๊ฒฐํ ์ ์์๊น์..
- Likes
- 1
- Comments
- 3
- Viewcount
- 409




