-
Notifications
You must be signed in to change notification settings - Fork 470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用kubernetes1.20.*部署踩坑记 #190
Comments
感谢,同样碰到一模一样的问题,根据这个 Issues 解决了。 补充下,如果是控制面集群只需要修改一台然后 apply 就行(简单粗暴的直接 delete,然后会自动重建)。 |
我的kubernets是1.20.2,创建snapshot的时候提示: |
只修改主节点的 |
直接修改完静态Pod的manifest文件后,K8S应该就会自动更新这些静态Pod的。 |
nfs deployment.yaml image change to : gcr.io/k8s-staging-sig-storage/nfs-subdir-external-provisioner:v4.0.2 |
感谢一路踩坑并记录,我把这个issue置顶了,方便其他人查看。 |
我想知道 k8s 部署nacos为什么日志会那么大....有没有变量或者参数修改一下?打印的raft 下面log太多了 |
1.24.1的版本,这个方法似乎已经不适用了,logs报Error: invalid argument "RemoveSelfLink=false" for "--feature-gates" flag: cannot set feature gate RemoveSelfLink to false, feature is locked to true“ |
Kubernetes v1.24.9,deploy/nfs/deployment.yaml image change to :registry.cn-shenzhen.aliyuncs.com/shuhui/nfs-subdir-external-provisioner:v4.0.2. |
照着非Quick Start指南一步步操作,nfs都是没问题的,翻来覆去就是不成功,nacos的pods报错
kubectl logs -f nacos-0
0/4 nodes are available: 4 pod has unbound immediate PersistentVolumeClaims.
这一行错误全网都没有解决方案,
kubectl get pvc
3个都是pending,照这条路怎么也查不到,灵机一动想到看看nfs-client-provisioner
日志吧,嘿好家伙错误日志如下:这一顿操作就明了了click here,原来是kubernetes1.20.0废弃了
selfLink
解决办法是重新加回来The text was updated successfully, but these errors were encountered: