kubernetes
There comes "the object has been modified" after patch
I use the patch function to devoid version check: svcNow := &v1.Service{} if err := s.Get(context.TODO(), event.NamespacedName, svcNow); err != nil {[详细]
2022-12-07 21:08 分类:问答kops delete cluster $NAME --yes unable to delete due to SQS queue error [closed]
Closed. This question is not about programming or software development. It is not currently accepting answers.[详细]
2022-12-07 20:02 分类:问答MongoDB docker version migration from 4.4.18 to 6.0 always CrashLoopBackOff
Small question regarding MongoDB please. I am currently using the version 4.4.18 of MongoDB I am deploying it using this manifest in Kubernetes, and no problem at all, everything is working fine, very[详细]
2022-12-07 18:54 分类:问答EKS Pod folder contents overwritten after mounting EFS volume
We have created a deployment in the EKS cluster. Underlying pods are supposed to have existing content inside a particular directory which was created through the Dockerfile copy command. But when the[详细]
2022-12-07 18:19 分类:问答For Kubernetes pods how to find cause of exit code 2
I have pods that are of kind Cronjob running in parallel. They complete task and run again after fixed interval of 20 minutes as per cron expression. I noticed that some pods are restarting 2-3 times[详细]
2022-12-07 18:13 分类:问答Why does minikube cluster goes away from kind cluster gets deleted?
So I first start a minikube cluster (1.25.2) using minikube start.Then I bring up a kind cluster using some kind-Calico-conf.yml file:[详细]
2022-12-07 18:06 分类:问答-
Zabbix 上Windows性能监控的方法
这篇文章主要介绍了Zabbix 上Windows性能监控,本文给大家介绍的非常详细,具有一定的参考借鉴价值,需要的朋友可以参考下[详细]
2020-01-10 06:26 分类:运维 -
Linux中nohup与&的用法和区别详解
这篇文章主要给大家介绍了关于Linux中nohup与&的用法和区别的相关资料,文中通过示例代码介绍的非常详细,对大家的学习或者使用Linux具有一定的参考学习价值,需要的朋友们下面来一起学习学习吧[详细]
2020-01-10 06:08 分类:运维