10.1 secret secret加密数据并存放Etcd中,让Pod的容器以挂载Volume方式访问。 应用场景:凭据、https证书、secret存放docker registry认证信息、存放文件内容或者字符串,例如用户名密码 Pod使用secret两种方式: 变量注入 挂载 变量注入 挂载 ...
分类:
其他好文 时间:
2021-05-24 02:51:53
阅读次数:
0
部署Zabbix4.0和Grafana 一、Zabbix 1、安装 rpm -Uvh https://repo.zabbix.com/zabbix/4.0/rhel/7/x86_64/zabbix-release-4.0-2.el7.noarch.rpm yum clean all yum inst ...
分类:
其他好文 时间:
2021-05-24 01:33:19
阅读次数:
0
能够影响Pod调度的资源属性主要有如下5种: NodeSelector (工作节点选择器) NodeAffinity (工作节点级亲和性) PodAffinity (Pod级的亲和性) Taints和Tolerations(污点和容忍) pod的资源限制和要求 NodeSelector(硬性要求) ...
分类:
其他好文 时间:
2021-05-24 00:45:41
阅读次数:
0
报错信息:Expected '$(student - name)' to be an inline constant of type java.lang.String in @org.springframework.beans.factory.annotation.Value 这样使用会报错,原因是 ...
分类:
其他好文 时间:
2021-05-24 00:03:03
阅读次数:
0
新建springboot项目 相关依赖 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </depende ...
分类:
其他好文 时间:
2021-05-23 23:13:22
阅读次数:
0
[root@localhost ~]# innobackupex --copy-back sql.back/210504 00:02:07 innobackupex: Starting the copy-back operation IMPORTANT: Please check that the ...
分类:
数据库 时间:
2021-05-23 23:07:55
阅读次数:
0
使用vue_cli生成项目 引入ant-design-vue 使用cnpm引入ant-design-vue cnpm install ant-design-vue --save cnpm install antd-init -g 修改main.js加入依赖 在文件中全局引入 //引入ant-desi ...
分类:
其他好文 时间:
2021-04-27 14:35:37
阅读次数:
0
说明: a.此种方式安装可以利用国内镜像,下载速度快。 b.适合最新版安装 1.获取yum安装地址 [root@bigdata-senior02 mysql]# wget https://mirrors.tuna.tsinghua.edu.cn/mysql/yum/mysql80-community ...
分类:
数据库 时间:
2021-04-26 13:12:57
阅读次数:
0
R语言中求分位数 1、测试1 test <- 1:10 test a <- quantile(test,c(0.25,0.75)) a ...
分类:
编程语言 时间:
2021-04-24 13:48:00
阅读次数:
0
本篇文章将介绍常用的几个Vue UI框架,不说好坏,只对一些参数进行对比,大家可以根据自己的考量选择适合自己的UI框架。 1. 对比 框架名称组件数量单元测试率admin项目维护团队GitHub Star数(2019/10/16)原型设计素材 Element UI 46 81% vue-elemen ...
分类:
其他好文 时间:
2021-04-24 13:29:51
阅读次数:
0