使用helm快速部署应用 第一步 使用命令搜索应用 helm search repo 名称 (weave) 第二步 根据搜索内容选择安装 helm install 安装之后的名称 搜索应用的名称 ? 查看安装之后状态 helm list helm status 安装之后名称 ? [root@mast ...
分类:
Web程序 时间:
2021-06-13 09:34:42
阅读次数:
0
There are several commands to determine the WWN of a Fibre Channel (FC) HBA and their status (online/offline). The post discusses few of the most comm ...
分类:
系统相关 时间:
2021-06-11 18:48:26
阅读次数:
0
核心插件 Smart Tomcat 和 Spring Assistant 解决社区版本不具备Web开发能力,再辅助常用的第三方查询让社区版赋予不输于旗舰版用户体验。 1Spring相关开发 1、Smart Tomcat 这是针对Tomcat服务器的插件。SmartTomcat将从项目和模块中自动加载 ...
分类:
其他好文 时间:
2021-06-11 18:42:56
阅读次数:
0
一、防火墙 systemctl status firewalld.service # 查看防火墙状态 systemctl stop firewalld.service # 关闭防火墙 systemctl disable firewalld.service # 禁用防火墙 二、Selinux vi / ...
分类:
系统相关 时间:
2021-06-11 18:01:38
阅读次数:
0
一个新的需求,需要在shell脚本中退出当前登录用户 方式一 #!/bin/bash I=$(tty |awk -F '/dev/' '{print $2}') pkill -kill -t $I 方式二 #!/bin/bash I=$(who am i|awk '{print $2}') pkil ...
分类:
系统相关 时间:
2021-06-11 17:45:51
阅读次数:
0
centos7安装mysql+tomcat+jdk并设置开机自启(已测试) ...
分类:
数据库 时间:
2021-06-10 18:34:52
阅读次数:
0
1 下载Tomcat安装包 文档服务器地址:http://doc.canglaoshi.org 下载Tomcat7 在D:盘根目录下创建java文件夹 将压缩包下载到D:\java文件夹中 并解压 2 在Eclipse中配置Tomcat 找到配置位置Window->Preperences->Serv ...
分类:
系统相关 时间:
2021-06-10 18:19:55
阅读次数:
0
kubectl -n kube-system exec -it $pod -- ovs-vsctl list-ports br-int ovnip=`ip a | grep "scope global ovn4nfv0" |awk '{match($0, /.+inet\s([^ /]*)/, a) ...
分类:
其他好文 时间:
2021-06-10 17:55:40
阅读次数:
0
购买后自动跳转百度云,项目自提,轻松方便。 若有个人部署运行问题,点击右侧客服按钮咨询站长 站长联系方式 QQ:2651626675 摘 要 本次设计采用采用了B/S的模式,使用了SSH框架,利用MyEclipse开发工具、Tomcat服务器和MySQL数据库来进行实现的,在前端页面开发中也采用了j ...
分类:
其他好文 时间:
2021-06-10 17:32:27
阅读次数:
0
搜索软件包 步骤一:访问 Tomcat 官网 http://tomcat.apache.org/ 步骤二:获取 Tomcat 下载链接 https://downloads.apache.org/tomcat/tomcat-8/v8.5.66/bin/apache-tomcat-8.5.66.tar. ...
分类:
其他好文 时间:
2021-06-09 15:34:00
阅读次数:
0