摘要:
kubectl create deployment nginx --image=nginx:1.20 -o yaml --dry-run=client > my-deployment.yaml cat my-deployment.yaml apiVersion: apps/v1 kind: Depl 阅读全文
摘要:
参考文章:https://www.cnblogs.com/lidong94/p/14518362.html 纠正问题: 1、第四步创建NFS provisioner的时候使用的容器有一点问题,无法创建出pv,可以把镜像修改为:easzlab/nfs-subdir-external-provision 阅读全文
摘要:
k8s安装dashboard面板 阅读全文
摘要:
一、下载nexus https://sonatype-download.global.ssl.fastly.net/repository/downloads-prod-group/3/nexus-3.37.3-02-unix.tar.gz 二、服务器上建立nexus文件夹,比如opt下 mkdir 阅读全文
摘要:
阿里云免费证书文件验证,nginx返回403,已按照要求建立/.well-known/pki-validation/目录,上传fileauth.txt文件。 解决: 在需要的server段内加 location ~ /.well-known { allow all; } 阅读全文
摘要:
#!/bin/bash [[ $1 =~ ^[0-9]$ ]] && echo 1 || echo 0 阅读全文
摘要:
snoar scanner 阅读全文
摘要:
sonarqube sonarqube-scanner 阅读全文
摘要:
nessus 阅读全文