okdc icon indicating copy to clipboard operation
okdc copied to clipboard

One-liner Kubernetes Deployment in China 一键部署K8S

Results 6 okdc issues
Sort by recently updated
recently updated
newest added

#### 终端显示: ~~~ Installed: docker.x86_64 2:1.13.1-53.git774336d.el7.centos kubeadm.x86_64 0:1.7.0-0 kubectl.x86_64 0:1.10.0-0 kubelet.x86_64 0:1.10.0-0 kubernetes-cni.x86_64 0:0.6.0-0 Dependency Installed: audit-libs-python.x86_64 0:2.7.6-3.el7 checkpolicy.x86_64 0:2.5-4.el7 container-selinux.noarch 2:2.42-1.gitad8f0f7.el7 container-storage-setup.noarch 0:0.8.0-3.git1d27ecf.el7 docker-client.x86_64 2:1.13.1-53.git774336d.el7.centos docker-common.x86_64 2:1.13.1-53.git774336d.el7.centos libcgroup.x86_64 0:0.41-13.el7...

9864 kubelet_node_status.go:82] Attempting to register node vm_0_13_centos 12月 14 17:06:21 VM_0_13_centos kubelet[9864]: E1214 17:06:21.684266 9864 kubelet_node_status.go:106] Unable to register node "vm_0_13_centos" with API server: Post https://172.16.0 12月 14 17:06:22 VM_0_13_centos...

Check https://docs.projectcalico.org/master/getting-started/kubernetes/installation/hosted/kubernetes-datastore/ for more information.

To use okdc with archon, we need automatic installation without user interaction.

Aug 4 15:40:42 iZuf666vsxc3yz9w8gcvxgZ kubelet: I0804 15:40:42.519250 9864 kubelet_node_status.go:247] Setting node annotation to enable volume controller attach/detach Aug 4 15:40:42 iZuf666vsxc3yz9w8gcvxgZ kubelet: I0804 15:40:42.522660 9864 kubelet_node_status.go:82] Attempting to register node...

I set the aliyun register-mirrors when ran the shell. And I can download docker.io/busybox image by "docker create docker.io/busybox". But when I executed "kubectl --kubeconfig /etc/kubernetes/admin.conf create -f test.yaml", Nothing...