11 2023 档案
摘要:https://update.cs2c.com.cn/NS/V10/V10SP1/os/adv/lic/base/aarch64/Packages/ http://archive.kylinos.cn/kylin/KYLIN-ALL/
阅读全文
摘要:## 查看系统可用内核$ cat /boot/grub2/grub.cfg | grep menuentrymenuentry 'CentOS Linux (3.10.0-1062.el7.x86_64) 7 (Core)' --class centos (略)menuentry 'CentOS L
阅读全文
摘要:正常安装了k8s后,使用kubect 工具后接的命令不能直接tab补全 命令补全方法: yum -y install bash-completionsource /usr/share/bash-completion/bash_completion source <(kubectl completio
阅读全文
摘要:docker导入本地镜像到镜像仓库:for i in $(docker images |grep iregistry | awk 'BEGIN{OFS=":"}{print $1,$2}'); do docker push $i; done kubectl delete pod PODNAME -n
阅读全文