kube-ladder icon indicating copy to clipboard operation
kube-ladder copied to clipboard

Learning Kubernetes, The Chinese Taoist Way

Results 8 kube-ladder issues
Sort by recently updated
recently updated
newest added

照着lab3-manual-installtion文档,手动安装了集群,基本跑得通,途中遇到2个问题 1. 不知道为啥需要手动创建clusterRolebinging,绑定system:node角色到system:nodes组,不然node节点没有权限list资源 2. flannel 以及 coreDNS 内部镜像是内部仓库地址的,若docker没登录会导致镜像拉取失败

由于 cargo.caicloud.io 无法解析,导致一些镜像拉取出错: 10月 26 16:10:20 worker-1 kubelet[3824]: E1026 16:10:20.697384 3824 pod_workers.go:190] Error syncing pod c4162aea-6f57-4e45-80ba-ee11f08f9faf ("kube-flannel-ds-amd64-n776j_kube-system(c4162aea-6f57-4e45-80ba-ee11f08f9faf)"), skipping: failed to "CreatePodSandbox" for "kube-flannel-ds-amd64-n776j_kube-system(c4162aea-6f57-4e45-80ba-ee11f08f9faf)" with CreatePodSandboxError: "CreatePodSandbox for pod \"kube-flannel-ds-amd64-n776j_kube-system(c4162aea-6f57-4e45-80ba-ee11f08f9faf)\" failed:...

**What this PR does / why we need it**: Add your description **Which issue(s) this PR is related to** *(optional, link to 3rd issue(s))*: Fixes # Reference to # **Special...

## lab2-application-and-service 1. 学习 kubectl proxy 命令及其含义。回答如何通过 proxy 访问 kubernetes 集群? > Kubernetes Proxy API 是一种特殊的 API,Kube-APIServer 只是代理这类 API 的 HTTP 请求,然后将请求转发到某个节点上的 Kubelet 进程监听的端口上。最后实际是由该端口上的 REST API 响应请求。 - kubectl proxy...

招聘岗位 > - 云平台软件工程师 > - 产品经理 工作地点:杭州,上海,成都,北京 * * * * * **云平台软件工程师** 薪资:15k-40k 经验:1-3 年 /3-5 年 /5-10 年 学历:本科及以上 工作地点:杭州、上海、成都,北京 负责才云容器平台的各类后端系统和组件的设计、开发、维护工作; **任职要求:** - 1-3 年 /3-5 年...

拉取镜像时,报此错误 Error response from daemon: Get "https://cargo.caicloud.io/v2/": x509: certificate is not valid for any names, but wanted to match cargo.caicloud.io