k8s操作手册 2.30/16" accept' # firewall-cmd --run�me-to-permanent # firewall-cmd --list-all ★如果有硬件交换机做ACL或基于云的安全组做访问控制,则可关闭服务器上的 防火墙软件 ⑨加载ipvs模块 # cat > /etc/modules-load.d/k8s-ipvs.conf <api server地址 --pod-network-cidr=10.244.0.0/16 \ # pod容器网段 --service-cidr=10.7.0.0/16 \ # service网段,即cluster kubeadm init --kubernetes- version=v1.28.2 \ --apiserver-adver�se- address=10.99.1.51 \ # api server地址 --pod-network-cidr=10.244.0.0/16 \ # pod容器网段 --service-cidr=10.7.0.0/16 \ # service网段,即cluster 0 码力 | 126 页 | 4.33 MB | 1 年前3
python3学习手册# x参数是传给__init__()方法的 #对象可直接添加/删除/修改 属性 对象名.newA�r = value del 对象名.xxA�r 使用函数来访问属性 geta�r( obj, a�rName ) #获取对象的属性 hasa�r( obj, a�rName ) #检查对象是否存在这个属性 身 与子类进行访问 __privateA�r #以双下划线开头表示private变量,只允许这个类本 身访问 __privateMethod #以双下划线开头的方法为private方法 __xxx__() #特殊方法,以双下划线开头及双下划线结尾 对象不可访问类的私有变量(以双下划线开头),但可用以下形式来 访问: 对象名._类名__私有属性名 一直按空格翻页,直到出现下面提示: Do you accept the license terms? [yes|no] 输入yes 默认是安装在/root/anaconda3目录下,如果不是root用户,请输入当前 用户能访问的目录 # bash Anaconda3-2022.10-Linux-x86_64.sh -p /opt/anaconda3 #这样可跳过软件安装路径确认阶段,直接安装到指定目录下 然后等待安装完成0 码力 | 213 页 | 3.53 MB | 1 年前3
git 操作手册systemctl start chronyd # vi /etc/chrony.conf server 10.99.1.1 iburst prefer #配置集群可访问的ntp服务器 # �medatectl set-�mezone Asia/Shanghai #设置时区 # systemctl restart chronyd # chronyc 取消勾选“Sign-up enabled”,然后点击下面的“Save changes”之后可关闭“用户申 请创建账号”的功能 ★禁用gravatar头像 gitlab默认使用gravatar头像功能,会访问www.gravatar.com网站,内网环境下导 致gitlab页面加载缓慢,可禁用此功能 点击左上角的三道杠 点击“Admin” 或者浏览器直接输入: h�ps://x.x.x.x/admin 然后普通用户就可在自己的项目里配置“WebHook”功能了 Se�ngs→Webhooks→Add new webhook Webhook URL: h�p://10.99.1.241:32433/api/v2/job_templates/42/gitlab/ Webhook Key: vHRMIUlRQql9khxfr23sVlaeeMaLA7pZEmbKmmECeFL3bgF7kP Trigger可选择“Push0 码力 | 35 页 | 1.69 MB | 1 年前3
The DevOps Handbookthat could become an error and will likely trigger an alert 4. Error – error conditions such as API failures, internal issues 5. Fatal – forces a termination iv. Examples of potentially significant Use telemetry to measure outcomes iv. Etsy open-sourced their experimentation framework – Feature API e. INTEGRATE A/B TESTING INTO OUR FEATURE PLANNING i. Product owners should consider each feature0 码力 | 8 页 | 24.02 KB | 5 月前3
The DevOps Handbooksuite becomes the living documentation of the system specification and represent working examples of API use e. DESIGN FOR OPERATIONS THROUGH CODIFIED NON-FUNCTIONAL REQUIREMENTS i. Designing for fast changes through pair programming or code review 3. Instrument the repository to detect suspicious code (API calls from certain types of test code) 4. Ensure every CI process is in an isolated container 50 码力 | 9 页 | 25.13 KB | 5 月前3
The DevOps HandbookCoined by Martin Fowler in 2004 ii. Strangler Application 1. Put existing functionality behind an API 2. New functionality implemented in new services with new architecture 3. Make calls to old system0 码力 | 8 页 | 23.08 KB | 5 月前3
共 6 条
- 1













