自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (4)
  • 收藏
  • 关注

原创 kubeadm方式部署kuberneters(1.18.0)-centos7.6

kubeadm实际是下载封装好的k8s各个服务的docker镜像,然后通过docker提供k8s的服务。minikube实际也是调用kubeadm,只是简化了kubeadm配置步骤,而且启动的是单节点的k8s服务。二进制文件部署为非docker部署,直接在设备(实体机或虚拟机)上启动服务。...

2020-06-09 15:57:29 998

原创 docker ubuntu18.04镜像apt update报错Certificate verification failed

公司环境使用docker的ubuntu:18.04镜像,因为公司网络限制,apt无法使用http源(我也不知道为啥。。。),改为https源后,apt update 报错Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown. Could not handshake: Error in the certificate verification.问题原因:.

2020-06-03 16:42:28 6292 1

原创 docker时间同步服务器镜像

最近测试某分布式数据库,要求多节点间的时间不能相差超过500ms,于是有了时间同步服务器需求。很久以前配置过ntpd,但是时间太久记忆里那点东西早还给周公了,上网一搜,各种安装ntpd服务、修改ntpd.conf文件的,懒得看了,想图省事找个docker,结果发现ntpd没有官方的docker镜像。自己动手,丰衣足食,以后搞不好还得用时间同步,搞个镜像吧,开始各种试。试了半天发现alpine自带的ntpd就能实现时间同步服务,直接ntpd -l就行。反正我就用时间同步功能,也不需要控制权限,直接Do

2020-06-02 17:18:10 1112

ubuntu16.04.rar

解决docker的ubuntu16.04官方镜像,默认无法使用https的apt源的deb包。解压缩后,执行setup.sh安装即可。

2020-06-05

openssl_1.1.1-1ubuntu2.1_18.04.6_amd64.deb

ubuntu18.04对应openssl包。apt update报错Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown. Could not handshake: Error in the certificate verification.可能用到

2020-06-03

libssl1.1_1.1.1-1ubuntu2.1_18.04.6_amd64.deb

ubuntu18.04的libssl包。apt update报错Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown. Could not handshake: Error in the certificate verification.时可能用到

2020-06-03

ca-certificates_20190110_18.04.1_all.deb

ubuntu18.04对应ca-certificates包。apt update报错Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown. Could not handshake: Error in the certificate verification.时可能会用到

2020-06-03

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除