skip to Main Content

unmarshalerDecoder: quantities must match the regular expression – CentOS

When I am installing CoreDNS using this command ,by the way,the OS version is: CentOS 7.6 and Kubernetes version is: v1.15.2: kubectl create -f coredns.yaml The output is: [root@ops001 coredns]# kubectl create -f coredns.yaml serviceaccount/coredns created clusterrole.rbac.authorization.k8s.io/system:coredns created clusterrolebinding.rbac.authorization.k8s.io/system:coredns created…

VIEW QUESTION

Kubernetes dashboard – CentOS

I have been able to successfully setup kubernetes on my Centos 7 server. On trying to get the dashboard working after following the documentation, running 'kubectl proxy' it attempts to run using 127.0.0.1:9001 and not my server ip. Do this…

VIEW QUESTION

kubelet Error while processing event /sys/fs/cgroup/memory/libcontainer_10010_systemd_test_default.slice – CentOS

I have setup Kubernetes 1.15.3 cluster on Centos 7 OS using systemd cgroupfs. on all my nodes syslog started logging this message frequently. How to fix this error message? kubelet: W0907 watcher.go:87 Error while processing event ("/sys/fs/cgroup/memory/libcontainer_10010_systemd_test_default.slice": 0x40000100 == IN_CREATE|IN_ISDIR):…

VIEW QUESTION

How to fix timeout at Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests" – CentOS

I am trying to install Kuberentes 1.15 on Centos 7 but Kubeadm init keeps fail at Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests" [root@kmaster manifests]# kubeadm init --apiserver-advertise-address=10.0.15.10 --pod-network-cidr=10.244.0.0/16 [init] Using…

VIEW QUESTION
Back To Top
Search