티스토리 뷰
CLOUD/Kubernetes
에러해결 Unable to update cni config: No networks found in /etc/cni/net.d
헐리 2021. 9. 10. 10:53참조해서..
cd /etc/cni/net.d
vim 10-flannel.conflist
{
"name": "cbr0",
"plugins": [
{
"type": "flannel",
"delegate": {
"hairpinMode": true,
"isDefaultGateway": true
}
},
{
"type": "portmap",
"capabilities": {
"portMappings": true
}
}
]
}
'CLOUD > Kubernetes' 카테고리의 다른 글
에러해결 [ERROR IsPrivilegedUser]: user is not running as root (0) | 2021.09.13 |
---|---|
[쿠버네티스] 네크워크 플러그인과 CNI (0) | 2021.09.13 |
에러해결 하기 Alert!: Unable to connect to remote host. lynx: Can't access startfile (0) | 2021.09.01 |
virtualbox에서 minikube 시작하기 (0) | 2021.09.01 |
[쿠버네티스] 온프레미스에서 Ingress작성 (0) | 2021.08.26 |