skip to Main Content

Kubernetes Pod not able to contact another pod when Namespace specified – CentOS

I'm using Kubernetes on a centOS 7. Client Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.3", GitCommit:"b3cbbae08ec52a7fc73d334838e18d17e8512749", GitTreeState:"clean", BuildDate:"2019-11-13T11:23:11Z", GoVersion:"go1.12.12", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.3", GitCommit:"b3cbbae08ec52a7fc73d334838e18d17e8512749", GitTreeState:"clean", BuildDate:"2019-11-13T11:13:49Z", GoVersion:"go1.12.12", Compiler:"gc", Platform:"linux/amd64"} I did deploy a Nginx pod on a "production" namespace by…

VIEW QUESTION

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
Back To Top
Search