Prashant Singh Chauhan

Results 7 comments of Prashant Singh Chauhan

> But wait: > > ``` > # python setup.py test > running test > WARNING: Testing via this command is deprecated and will be removed in a future version....

I cannot see any log snippet. Check kernel version via `uname -a`. kernel logs is `dmesg` command output. Also run `cat /proc/cmdline` to check if cgroup.memory=nokmem parameter is present. We...

> Hi, thanks for your help. It's OK with old version. Please try the latest 1.23 version, it should not give the issue

Thanks for pointing out. Will work on fixes starting week.

Kubeadm documentation should work https://vmware.github.io/photon/docs-v5/user-guide/kubernetes-on-photon-os/kubernetes-kubeadm-cluster-on-photon/ And doing service files configuration like defined here https://github.com/kelseyhightower/kubernetes-the-hard-way/tree/master I was able to start the cluster and run application successfully. So proper configuration files changes...

`pip install` is working on my system. Can you give which version of `python3-pip` is installed on your system ` rpm -qa | grep python3-pip` See if downgrading `python3-pip` to...