摘要:
我们知道 kubectl 是直接操作 APIServer 的,所以就相当于把我们的清单提交给了 APIServer,然后集群获取到清单描述的应用信息后存入到 etcd 数据库中,然后 kube-scheduler 组件发现这个时候有一个 Pod 还没有绑定到节点上,就会对这个 Pod 进行一系列的调 阅读全文
摘要:
s3fs -o uid=500,gid=500,use_cache=/home/qqc/cache hdbresources /home/www/resources -o passwd_file=/home/qqc/.passwd-s3fs -o endpoint=us-west-1 python 阅读全文
摘要:
# mongo 服务器配置MONGO_HOST = "3.113.95.240"MONGO_USER = "saas"MONGO_PASSWORD = "NOUmr64I84BTVvO"MONGO_PORT = "27077"MONGO_DATABASE = "VideoInfoDB"MONGO_M 阅读全文
摘要:
#!/bin/bash#auther:don 2022/09/30#version 01mysql_bin="mysql6603"mysql_user="root"mysql_password="xxxxxx"mysql_sock_path="/home/mysql_6603/mysql.sock" 阅读全文
摘要:
#containerd管理操作 yum -y install libseccomp-develwget https://github.com/containerd/containerd/releases/download/v1.5.7/cri-containerd-cni-1.5.7-linux-a 阅读全文
摘要:
#!/usr/bin/python3.6# -*- coding: UTF-8 -*-from zipfile import ZipFileimport osimport datetimeimport logging LOG_FORMAT = "%(asctime)s %(name)s %(leve 阅读全文
摘要:
[root@master qqc]# pidstat -u 5 1Linux 3.10.0-1160.76.1.el7.x86_64 (master) 10/12/2022 _x86_64_ (4 CPU) 10:43:37 AM UID PID %usr %system %guest %CPU C 阅读全文
摘要:
kubect get svc -n ingress-nginxkubect get nskubect api-resourceskubect get pod -n kube-system 查看系统名称空间的podkubectl get pods --namespace=kube-systemkube 阅读全文
摘要:
from pymysql.connections import Connection#创建连接conn = Connection(host='155.138.214.114',port=3306,user='yunwei',password='123456',database='mysql') #默 阅读全文
摘要:
https://github.com/lanlangdeai/develop-kit/blob/master/software/editor/pycharm/actives/3.txt IHMWLMSEAL-eyJsaWNlbnNlSWQiOiJJSE1XTE1TRUFMIiwibGljZW5zZW 阅读全文