会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
一粒沙走遍了天涯
博客园
首页
新随笔
联系
订阅
管理
2023年2月2日
Error running Application. Command line is too long.Shorten the command line via JAR manifest or via a classpath file and rerun.
摘要: idea启动报错,错误信息: Error running Application. Command line is too long. Shorten the command line via JAR manifest or via a classpath file and rerun. 解决方法:
阅读全文
posted @ 2023-02-02 11:49 一粒沙走遍了天涯
阅读(1285)
评论(0)
推荐(1)
编辑
2023年1月10日
k8s强制删除crd(CustomResourceDefinition)
摘要: kubectl patch crd/replicas.longhorn.io -p '{"metadata":{"finalizers":[]}}' --type=merge 注意:红色部分为待删除的crd名称
阅读全文
posted @ 2023-01-10 09:40 一粒沙走遍了天涯
阅读(895)
评论(0)
推荐(0)
编辑
2022年11月29日
修改k8s默认端口范围
摘要: 前提:k8s通过kubeadm部署 vi /etc/kubernetes/manifests/kube-apiserver.yaml 新增一行内容,修改保存之后无需重启即可生效 - --service-node-port-range=1-65535 apiVersion: v1 kind: Pod
阅读全文
posted @ 2022-11-29 10:24 一粒沙走遍了天涯
阅读(1014)
评论(0)
推荐(0)
编辑
公告