K8s 1.23版本nfs创建动态存储报错 persistentvolume-controller waiting for a volume to be created, either by external provisioner "qgg-nfs-storage" or manually created by system administrator
查看状态(Pending)
[root@k8s-matser01 nfs.rbac]# kubectl get pvc |
K8s 1.23版本nfs创建动态存储报错 persistentvolume-controller waiting for a volume to be created, either by external provisioner "qgg-nfs-storage" or manually created by system administrator
[root@k8s-matser01 nfs.rbac]# kubectl get pvc |
配置生效
exportfs -r |
重启rpcbind、nfs服务
systemctl restart rpcbind && systemctl restart nfs |
重启apiserver
systemctl restart kubelet |
获取pvc信息
kubectl get pvc |
【Swift 5】使用UIAlertController弹出一个.actionSheet样式(UIAlertControllerStyleActionSheet)的弹出框,
运行设备为iPhone时,正常。
运行设备为iPad时,崩溃。
报错如下:You must provide location information for this popover through the alert controller's popoverPresentationController
根据端口查找对应的service
kubectl get service --all-namespaces |grep 31234 |
显示所有的service
kubectl get svc
删除指定名称的service (在service name前加上svc/)
kubectl delete svc/jfinal-demo
在Win10上启动了anki 2.1.22版,出现了Install a driver providing OpenGL 2.0 or higher, or, if this is not possible
的错误提醒。类似的问题可见 https://anki.tenderapp.com/discussions/ankidesktop/36598-installation-issue-with-opengl-file
解决方法:
官方的指导文件( https://changes.ankiweb.net/#/known-issues)中的Text size节中给出了解决方法
新建文档,输入以下内容:
set ANKI_WEBSCALE=0.75 |
最后保存成startanki.bat,发送快捷方式到桌面,以后都用startant.bat启动ant即可