[root@k8s-master deploy]# kubectl apply -f pod.yaml
error: error parsing pod.yaml: error converting YAML to JSON: yaml: line 9: did not find expected key
error: error parsing pod.yaml: error converting YAML to JSON: yaml: line 9: did not find expected key
2024-03-12
有些包下载过慢需要配置国内镜像源:
root@VM-0-4-debian:~/container-tech/mm-supermarket/server# cat /etc/docker/daemon.json
{
"registry-mirrors": ["https://mirror.ccs.tencentyun.com"]
}
root@VM-0-4-debian:~/container-tech/mm-supermarket/server# cat /etc/docker/daemon.json
{
"registry-mirrors": ["https://mirror.ccs.tencentyun.com"]
}
2023-11-26