OpenShift Container Platform 4.6 节点
使用端口转发 6.8.3. 用于从客户端发起端口转发的协议 6.9. 在容器中使用 SYSCTL 6.9.1. 关于 sysctl 6.9.1.1. 命名空间和节点级 sysctl 6.9.1.2. 安全与不安全 sysctl 6.9.2. 为 pod 设置 sysctl 6.9.3. 启用不安全 sysctl 第 第 7 章 章 操作集群 操作集群 7.1. 查看 OPENSHIFT CONTAINER 使用 使用 CPU CFS 配 配额 额禁用或 禁用或强 强制 制实 实施 施 CPU 限制 限制 $ sysctl -a |grep commit vm.overcommit_memory = 1 $ sysctl -a |grep panic vm.panic_on_oom = 0 OpenShift Container Platform 4.6 节 用程序都需要一定程度的内核级 级性能 性能优 优化。 化。Node Tuning Operator 为 为用 用户 户提供了一个 提供了一个统 统一的、 一的、节 节 点一 点一级 级的 的 sysctl 管理接口,并可以根据具体用 管理接口,并可以根据具体用户 户的需要灵活地添加自定 的需要灵活地添加自定义 义性能 性能优 优化 化设 设置。 置。 Operator 将 将为0 码力 | 404 页 | 3.60 MB | 1 年前3OpenShift Container Platform 4.9 节点
使用端口转发 6.8.3. 用于从客户端发起端口转发的协议 6.9. 在容器中使用 SYSCTL 6.9.1. 关于 sysctl 6.9.1.1. 命名空间和节点级 sysctl 6.9.1.2. 安全与不安全 sysctl 6.9.2. 为 pod 设置 sysctl 6.9.3. 启用不安全 sysctl 第 第 7 章 章 操作集群 操作集群 7.1. 查看 OPENSHIFT CONTAINER 为不同的服务质量等级保留内存 3.7. 使用节点污点控制 POD 放置 通过污点和容限,节点可以控制哪些 pod 应该(或不应该)调度到节点上。 $ sysctl -a |grep commit vm.overcommit_memory = 1 $ sysctl -a |grep panic vm.panic_on_oom = 0 第 第 3 章 章 控制 控制节 节点上的 点上的 POD 放置( 可以帮助您通过编排 TuneD 守护进程来管理节点级别的性能优化。大多数高性能 应用程序都需要一定程度的内核级性能优化。Node Tuning Operator 为用户提供了一个统一的、节点一 级的 sysctl 管理接口,并可以根据具体用户的需要灵活地添加自定义性能优化设置。 Operator 将为 OpenShift Container Platform 容器化 TuneD 守护进程作为一个 Kubernetes0 码力 | 374 页 | 3.80 MB | 1 年前3Hardening Guide - Rancher v2.3.3+
overcommit_memory = 1 sysctl vm.overcommit_memory • Ve r i f y vm.panic_on_oom = 0 sysctl vm.panic_on_oom • Ve r i f y kernel.panic = 10 sysctl kernel.panic • Ve r i f y kernel.panic_on_oops = 1 sysctl kernel.panic_on_oops panic_on_oops • Ve r i f y kernel.keys.root_maxkeys = 1000000 sysctl kernel.keys.root_maxkeys • Ve r i f y kernel.keys.root_maxbytes = 25000000 sysctl kernel.keys.root_maxbytes R e m e d i at i on • S e t t t h e f ol l ow i n g p ar am e t e r s i n /etc/sysctl.d/90-kubelet.conf on al l n od e s : 3 vm.overcommit_memory=1 vm.panic_on_oom=0 kernel.panic=10 kernel.panic_on_oops=1 kernel.keys.root_maxkeys=10000000 码力 | 44 页 | 279.78 KB | 1 年前3OpenShift Container Platform 4.13 网络
7. 为超过 254 地址配置 IP 故障转移 16.8. INGRESSIP 的高可用性 16.9. 删除 IP 故障切换 第 第 17 章 章 配置接口 配置接口级别 级别网 网络 络 SYSCTL 17.1. 配置调优 CNI 17.2. 其他资源 第 第 18 章 章 在裸机集群中使用流控制 在裸机集群中使用流控制传输协议 传输协议 (SCTP) 18.1. 支持 OPENSHIFT 配置 SR-IOV 以太网网络附加 26.6. 配置 SR-IOV INFINIBAND 网络附加 26.7. 将 POD 添加到额外网络 26.8. 为 SR-IOV 网络配置接口级别网络 SYSCTL 设置 26.9. 配置高性能多播 26.10. 使用 DPDK 和 RDMA 26.11. 使用 POD 级别绑定 26.12. 配置硬件卸载 (OFFLOADING) 26.13. 将 BLUEFIELD-2 16 章 章 配置 配置 IP 故障 故障转 转移 移 129 第 17 章 配置接口级别网络 SYSCTL 在 Linux 中,管理员可通过 sysctl 在运行时修改内核参数。您可以使用调优 Container Network Interface(CNI)元插件修改接口级网络 sysctl。tuning CNI meta 插件在一个链中运行,主 CNI 插件如下所 示。 主 CNI 插件分配接口,并在运行时传递至0 码力 | 697 页 | 7.55 MB | 1 年前3Rancher Hardening Guide v2.3.5
Configure Kernel Runtime Parameters The following sysctl configuration is recommended for all nodes type in the cluster. Set the following parameters in /etc/sysctl.d/90- kubelet.conf: vm.overcommit_memory=1 kernel.panic_on_oops=1 kernel.keys.root_maxbytes=25000000 Hardening Guide v2.3.5 3 Run sysctl -p /etc/sysctl.d/90-kubelet.conf to enable the settings. Configure etcd user and group A user account and kubernetes. #cloud-config packages: - curl - jq runcmd: - sysctl -w vm.overcommit_memory=1 - sysctl -w kernel.panic=10 - sysctl -w kernel.panic_on_oops=1 - curl https://releases.rancher.c0 码力 | 21 页 | 191.56 KB | 1 年前3Rancher Hardening Guide v2.4
Configure Kernel Runtime Parameters The following sysctl configuration is recommended for all nodes type in the cluster. Set the following parameters in /etc/sysctl.d/90- kubelet.conf: vm.overcommit_memory=1 panic_on_oom=0 kernel.panic=10 kernel.panic_on_oops=1 kernel.keys.root_maxbytes=25000000 Run sysctl -p /etc/sysctl.d/90-kubelet.conf to enable the settings. Configure etcd user and group A user account and #cloud-config packages: - curl - jq runcmd: - sysctl -w vm.overcommit_memory=1 - sysctl -w kernel.panic=10 Hardening Guide v2.4 21 - sysctl -w kernel.panic_on_oops=1 - curl https://releases0 码力 | 22 页 | 197.27 KB | 1 年前3Linux command line for you and me Documentation Release 0.1
. . . . . 42 7.15 /proc/sys/ & sysctl command . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 7.16 Enabling IP forward with sysctl . . . . . . . . . . . . . . . . . each CPU, so for the modern systems, this value can be more than the first value. 7.15 /proc/sys/ & sysctl command This directory is a special one for system administrators. This not only provides information kernel features. We use the sysctl command to view or edit the values for /proc/sys/. If you want to see all the different settings, use the following command. $ sudo sysctl -a [sudo] password for kdas:0 码力 | 128 页 | 716.99 KB | 1 年前3Linux command line for you and me Documentation Release 0.1
directory /proc/cpuinfo /proc/cmdline /proc/meminfo /proc/uptime /proc/sys/ & sysctl command Enabling IP forward with sysctl Linux Services What is a service? What is a daemon? What is the init system for each CPU, so for the modern systems, this value can be more than the first value. /proc/sys/ & sysctl command This directory is a special one for system administrators. This not only provides information kernel features. We use the sysctl command to view or edit the values for /proc/sys/. If you want to see all the different settings, use the following command. $ sudo sysctl -a [sudo] password for kdas:0 码力 | 124 页 | 510.85 KB | 1 年前3Rancher Hardening Guide Rancher v2.1.x
configuration 1.1.1 - Configure default sysctl settings on all hosts Profile Applicability Level 1 Description Rancher_Hardening_Guide.md 11/30/2018 2 / 24 Configure sysctl settings to match what the kubelet Audit Verify vm.overcommit_memory = 1 sysctl vm.overcommit_memory Verify kernel.panic = 10 sysctl kernel.panic Verify kernel.panic_on_oops = 1 sysctl kernel.panic_on_oops Remediation Set the the following parameters in /etc/sysctl.conf on all nodes: vm.overcommit_memory=1 kernel.panic=10 kernel.panic_on_oops=1 Run sysctl -p to enable the settings. 1.1.2 - Install the encryption provider0 码力 | 24 页 | 336.27 KB | 1 年前3OpenShift Container Platform 4.14 发行注记
的负 载。 在这个版本中,Cluster Network Operator allowlist 控制器会监控其 cni-sysctl-allowlist 配置映 射的更改。因此,只有在对 cni-sysctl-allowlist 配置映射或 default-cni-sysctl-allowlist 配置映 射进行修改时,才会触发 allowlist 控制器协调器,而不是在任何配置映射改变时都触发。因 技术预览 技术预览 技术预览 SR-IOV 网络的多网络策略 技术预览 技术预览 技术预览 OVN-Kubernetes 网络插件作为二级网络 不可用 技术预览 公开发行 更新特定于接口的安全 sysctl 列表 技术预览 技术预览 技术预览 第 第 1 章 章 OPENSHIFT CONTAINER PLATFORM 4.14 发 发行注 行注记 记 47 MT2892 系列 [ConnectX-6 行此命令后,更新将继续。 有关早期访问的更多信息,candidate-4.14 频道。 目前,用户无法通过更新 openshift-multus 命名空间中的 cni-sysctl-allowlist 配置映射来修 改特定于接口 特定于接口的安全 sysctl 列表。作为临时解决方案,您可以手动修改或使用 DaemonSet,也可 以修改节点或节点上的 /etc/cni/tuning/allowlist.conf0 码力 | 73 页 | 893.33 KB | 1 年前3
共 224 条
- 1
- 2
- 3
- 4
- 5
- 6
- 23