积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部云计算&大数据(10)OpenShift(8)Docker(1)Kubernetes(1)

语言

全部中文(简体)(8)英语(2)

格式

全部PDF文档 PDF(10)
 
本次搜索耗时 0.121 秒,为您找到相关结果约 10 个.
  • 全部
  • 云计算&大数据
  • OpenShift
  • Docker
  • Kubernetes
  • 全部
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Pod 容忍节点异常时间调整

    会不断地检查所有节点状态,设置对应的 Condition,根据 Condition 为节点设置对应的 Taint,再根据 Taint 来驱逐节点上的 Pod。 同时在创建 Pod 时会默认为 Pod 添加相应的 tolerationSeconds 参数,指定当节点出现异常(如 NotReady)时 Pod 还将在这个节点上运⾏多⻓的时间。 那么,节点发⽣异常到 Pod 被驱逐的时间,就取决于两个参数:1. 节点实际异常到被判断为不健康的时间;2 operator: "Exists" effect: "NoExecute" tolerationSeconds: 300 - key: "node.kubernetes.io/not-ready" operator: "Exists" effect: "NoExecute" tolerationSeconds: 300 这种⾃动添加的容忍度意味着在其中⼀种问题(NotReady / UnReachable)被检测到时 优刻得 2/4 注:当 DaemonSet 中的 Pod 被创建时, 针对 unreachable / not-ready 污点⾃动添加的 NoExecute 的容忍度将不会指定 tolerationSeconds,保证出现相应问题时 DaemonSet 中的 Pod 永远不会被驱逐。 3.1 调整默认容忍时长 调整默认容忍时长 Kubernetes 为 Pod ⾃动添加的针对 unreachable
    0 码力 | 4 页 | 104.64 KB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.9 节点

    tolerations: - key: "key1" operator: "Equal" value: "value1" effect: "NoExecute" tolerationSeconds: 3600 .... OpenShift Container Platform 4.9 节 节点 点 116 effect effect 的值包括: NoSchedule [1] 了解如何使用容限秒数来延迟 迟 pod 驱 驱除 除 您可以通过在 Pod 规格或 MachineSet 对象中指定 tolerationSeconds 参数,指定 pod 在被驱除前可以 保持与节点绑定的时长。如果将具有 NoExecute effect 的污点添加到节点,则容限污点(包含 tolerationSeconds 参数)的 pod,在此期限内 pod 不会被驱除。 输 输出示例 出示例 spec: 容许污点而没有在 Pod 规格中指定 tolerationSeconds,则会永久保持绑定。 如果 Pod 容许污点,且指定了 tolerationSeconds,则会在指定的时间里保持绑定。 例如: 向节点添加以下污点: pod 具有以下容限: value: "value1" effect: "NoExecute" tolerationSeconds: 3600 $ oc adm
    0 码力 | 374 页 | 3.80 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.6 节点

    "key1" operator: "Equal" value: "value1" effect: "NoExecute" tolerationSeconds: 3600 .... OpenShift Container Platform 4.6 节 节点 点 152 operator Equal key/value/effect 参数必须匹配。这是默认 对 对象中指定 象中指定 tolerationSeconds 参数,指定 参数,指定 pod 在被 在被驱 驱除前 除前 可以保持与 可以保持与节 节点 点绑 绑定的 定的时长 时长。如果将具有 。如果将具有 NoExecute effect 的 的污 污点添加到 点添加到节 节点, 点,则 则容限 容限污 污点(包含 点(包含 tolerationSeconds 参数)的 参数)的 pod,在此期限内 "key1" operator: "Equal" value: "value1" effect: "NoExecute" tolerationSeconds: 3600 第 第 3 章 章 控制 控制节 节点上的 点上的 POD 放置( 放置(调 调度) 度) 155 1. 处 处理 理 pod 具有匹配容限的 具有匹配容限的污
    0 码力 | 404 页 | 3.60 MB | 1 年前
    3
  • pdf文档 Kubernetes开源书 - 周立

    Controller也可以创建Pod,这样设计对集群启动是有帮助的。 Daemon Pod 关注所设置的 taints and tolerations 规则,但它们会为如下未指定 tolerationSeconds 的taint创 建 NoExecute toleration。 node.kubernetes.io/not-ready node.alpha.kubernetes.io/unreachable 效果的Toleration可指定⼀个可选的 tolerationSeconds 字段,该字段表示在添加Taint后,Pod停驻在该Node的时间。例如, tolerations: - key: "key1" operator: "Equal" value: "value1" effect: "NoExecute" tolerationSeconds: 3600 意味着如果该Po 意味着如果该Pod正在运⾏,并且Taint被添加到Node,则Pod将在该Node上停驻3600秒,然后被驱逐。 如果在该时间 内删除了Taint,则Pod不会被驱逐。 译者按: tolerationSeconds 可以理解成:容忍多少秒,过了这么多秒后,就不容忍了,然后就会被驱逐。 Example Use Cases(使⽤案例示例) Taints和Tolerations是⼀种能让将Pod”远离“Nod
    0 码力 | 135 页 | 21.02 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.7 日志记录

    tolerations: 1 - key: "logging" operator: "Exists" effect: "NoExecute" tolerationSeconds: 6000 resources: limits: memory: 16Gi requests: cpu: tolerations: 2 - key: "logging" operator: "Exists" effect: "NoExecute" tolerationSeconds: 6000 resources: limits: memory: 2Gi requests: cpu: - key: "logging" operator: "Exists" effect: "NoExecute" tolerationSeconds: 6000 resources: limits: memory: 2Gi requests:
    0 码力 | 183 页 | 1.98 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.8 日志记录

    tolerations: 1 - key: "logging" operator: "Exists" effect: "NoExecute" tolerationSeconds: 6000 resources: limits: memory: 16Gi requests: cpu: tolerations: 2 - key: "logging" operator: "Exists" effect: "NoExecute" tolerationSeconds: 6000 resources: limits: memory: 2Gi requests: cpu: - key: "logging" operator: "Exists" effect: "NoExecute" tolerationSeconds: 6000 resources: limits: memory: 2Gi requests:
    0 码力 | 223 页 | 2.28 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.9 网络

    operators: Equal value: abc tolerationSeconds: 3600 1 OpenShift Container Platform 4.9 网 网络 络 20 1 1 2 如果污点是 dns-only,它可以无限期地被容许。您可以省略 tolerationSeconds。 5.4. 查看默认 DNS 每个 OpenShift Container
    0 码力 | 388 页 | 4.04 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.14 Operator

    kubernetes.io/unreachable 和 node.kubernetes.io/not-ready 容限,并使用 tolerationSeconds 值来指定领导 pod 从节点删除所需 的时间,并缩减。这些容限默认添加到 pod 的准入中,tolerationSeconds 值为 5 分钟。详情请参见 Leader-for-life Go 文档。 Leader-with-lease 领导
    0 码力 | 423 页 | 4.26 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.13 网络

    Equal value: abc tolerationSeconds: 3600 1 第 第 6 章 章 OPENSHIFT CONTAINER PLATFORM 中的 中的 DNS OPERATOR 25 1 1 2 如果污点是 dns-only,它可以无限期地被容许。您可以省略 tolerationSeconds。 6.4. 查看默认 DNS 每个 OpenShift
    0 码力 | 697 页 | 7.55 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.8 Service Mesh

    kubernetes.io/unreachable operator: Exists effect: NoExecute tolerationSeconds: 60 affinity: podAntiAffinity: requiredDuringScheduling:
    0 码力 | 344 页 | 3.04 MB | 1 年前
    3
共 10 条
  • 1
前往
页
相关搜索词
Pod容忍节点异常时间调整OpenShiftContainerPlatform4.94.6Kubernetes开源周立4.7日志记录4.8网络4.14Operator4.13ServiceMesh
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩