Fluid
  • 首页
  • 归档
  • 分类
  • 标签
  • 关于

【k8s系列】(改时间202205) k8s中的 secret token

生成kubernetes集群最高权限admin用户的token 1234567891011121314151617181920212223kind: ClusterRoleBindingapiVersion: rbac.authorization.k8s.io/v1beta1metadata: name: admin annotations: rbac.authorization.kub
2024-02-21

【vscode】(202402) plantuml无法正常显示预览

问题123456789Error: plantuml.jar file not found: ""Please download plantuml.jar from https://plantuml.com/download. If you are using VSCode or coc.nvim, then please set the setting "mark
2024-02-21
software

【docker错误解决系列】 (202402) 'buildx' is not a docker command.

问题123[root@ningan ~]# docker buildxdocker: 'buildx' is not a docker command.See 'docker --help' 环境1234567891011121314151617181920212223242526272829303132[root@ningan ~]# uname -aL
2024-02-20
k8s
#docker

【secureCRT】(202402) windows下安装secureCRT

参考https://zhuanlan.zhihu.com/p/510914995 安装包下载的这个地方的
2024-02-07
software
#software

【k8s系列】(202402) pod的spec和status中容器image不一样

参考05-【docker】spec.containers[x].image 与 status.containerStatuses[x].image这两个必须一致吗?_signed must be an image digest: spec.containers[0]-CSDN博客
2024-02-06

【k8s系列】证书apiserver_client_certificate_expiration_seconds

普罗表达式12apiserver_client_certificate_expiration_seconds_count{job="apiserver"} > 0 and on(job) histogram_quantile(0.01, sum by (job, le) (rate(apiserver_client_certificate_expira
2024-02-06
k8s

【硬盘】(202402)纪念第一次换笔记本硬盘

背景笔记本的硬盘只有500G,太小了,想换一个1T的硬盘 工具diskGenius:硬盘拷贝 步骤硬盘拷贝打开diskGenius选择“工具”->“克隆磁盘”->选择“源磁盘”和“目的磁盘” 选择“热拷贝”,漫长的等待~ 换硬盘将旧的硬盘拆下来,换上新的硬盘 启动计算机启动计算机,界面如下,这样子是因为引导出现了问题,需要修复一下引导 制作pe搜索“微pe工具箱” 我没插
2024-02-04
windows

【obsidian系列】06.obsidian中如何统计每个文件夹下文件的个数?File Explorer Note Count

直接在插件市场安装即可,效果图如下:
2024-01-31

【go系列】(202401) windows下go环境的安装与删除

删除Windows. 删除Go 的最简单方法是通过Windows 控制面板中的添加/删除程序: 在控制面板中,双击添加/删除程序. 在添加/删除程序中, 选择Go Programming Language, 单击Uninstall,然后按照提示进行操作. 1删除go目录下的所有文件 D:\Program Files\Go 安装12# 如何修改GOPROXYgo e
2024-01-11
software

【goland报错解决】Acosh defined in both Go and assembly

报错12345678910111213141516PS E:\code\go-helloworld> go run main.go# mathD:\Program Files\Go\src\math\acosh.go:43:6: Acosh defined in both Go and assemblyD:\Program Files\Go\src\math\asin.go:20:6: As
2024-01-11
tools
1…45678…23

搜索

Hexo Fluid