[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
講師回答 / 暮閑
K3S節(jié)點納管curl -sfL https://get.k3s.io | K3S_URL=https://myserver:6443 K3S_TOKEN=mynodetoken sh -參考文檔:https://docs.k3s.io/zh/quick-start
2024-03-11
docker run 的--link參數(shù)的功能和depends_on有相似之處,但不完全相同
2024-02-06
有些包下載過慢需要配置國內(nèi)鏡像源:
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
為什么在容器內(nèi)部執(zhí)行curl web1無法進行域名解析 can't resolve host: web1
2023-11-23
講師回答 / 暮閑
同學你好:由于時長原因,調(diào)度的詳細邏輯我沒有展開講解,因此演示的調(diào)度是隨機調(diào)度的。但是k8s中調(diào)度有相應(yīng)的調(diào)度算法,牽涉的調(diào)度方式有節(jié)點調(diào)度、節(jié)點標簽調(diào)度、親和調(diào)度三種方式,同學可以按照這個方向展開系統(tǒng)學習集群調(diào)度。
2023-10-18