centos7 配置ipv6

1,手动配置ipv6

2,自动获取ipv6地址

[……]

Read more

发表在 初始 | 留下评论

使用 buildx 构建多种系统架构支持的 Docker 镜像

1、跨 CPU 架构编译程序的方法

在 Linux 上,QEMU 除了可以模拟完整的操作系统之外,还有另外一种模式叫用户态模式(User mod)。该模式下 QEMU 将通过 binfmt_misc 在 Linux 内核中注册一个二进制转换处理程序,并在程序运行时[……]

Read more

发表在 kubernetes | 留下评论

Kylin V10 SP1 arm架构制作高版本openssh的rpm安装包

1,查看环境信息

#uname -a
4.19.90-17.5.ky10.aarch64 #1 SMP Fri Aug 7 13:35:33 CST 2020 aarch64 aarch64 aarch64 GNU/Linux

#dnf version
4.2.15
  Installed:[......]

Read more

发表在 linux | 留下评论

编译kubeadm修改证书过期时间为100年

一、拉取版本代码,并修改certs相关文件

二、重新编译源码,生成kubeadm

三、查看集群证书过期时间

[……]

Read more

发表在 kubernetes | 留下评论

helm使用技巧

helm uninstall不删除pvc

[……]

Read more

发表在 kubernetes | 留下评论