From 390f5c80a2dea0324c0209adf1759cc468b822f5 Mon Sep 17 00:00:00 2001 From: roc Date: Thu, 5 Oct 2023 09:45:23 +0800 Subject: [PATCH] update at 2023-10-05 09:45:23 --- best-practices/performance-optimization/cpu.md | 2 +- tencent/appendix/ingress-error-code.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/best-practices/performance-optimization/cpu.md b/best-practices/performance-optimization/cpu.md index fabae7f..a606a07 100644 --- a/best-practices/performance-optimization/cpu.md +++ b/best-practices/performance-optimization/cpu.md @@ -64,7 +64,7 @@ debug3: CPU request==limit==10C 实验预期: * debug1与debug2分布在不同的numa上,各自占用40C CPU资源,numa1与numa2各自剩余8C。 -* debug3预期需要10C并且都在一个numa上,在debug1和debug2各自占用40C的情况下,总共剩余16C CPU,但每个numa剩余8C<10C,debug3必定调度失败。 +* debug3预期需要10C并且都在一个numa上,在debug1和debug2各自占用40C的情况下,总共剩余16C CPU,但每个numa剩余8C{'<'}10C,debug3必定调度失败。 3. 验证 debug1上创建40个100%使用CPU的进程,查看进程分布情况:debug1全部分布在numa0上: diff --git a/tencent/appendix/ingress-error-code.md b/tencent/appendix/ingress-error-code.md index 601c150..d5993e1 100644 --- a/tencent/appendix/ingress-error-code.md +++ b/tencent/appendix/ingress-error-code.md @@ -248,7 +248,7 @@ kubernetes.io/ingress.https-rules: '[{"path":"/abc","backend":{"serviceName":"ng 详细描述: 提供的注解内容不是一个合法的JSON字符串 处理办法: -* 修改注解内容,给出一个示例参考:kubernetes.io/ingress.extensiveParameters: '{"AddressIPVersion":"IPv4","ZoneId":"ap-guangzhou-1"}' +* 修改注解内容,给出一个示例参考:`kubernetes.io/ingress.extensiveParameters: '{"AddressIPVersion":"IPv4","ZoneId":"ap-guangzhou-1"}'` * 参数参考文档:https://cloud.tencent.com/document/product/214/30692 ## E4027 EnsureCreateLoadBalancer Insufficient Account Balance @@ -549,4 +549,4 @@ kubectl patch deployment l7-lb-controller -n kube-system --patch '{"spec":{"temp 详细描述: Ingress使用的负载均衡资源下的监听器名称不是TKE-DEDICATED-LISTENER,该监听器不是Ingress创建的或是被修改,生命周期没有在Ingress的管理之下。需要自行手动删除。 -处理办法: 需要的话,可以选择手动删除该负载均衡资源下的监听器 \ No newline at end of file +处理办法: 需要的话,可以选择手动删除该负载均衡资源下的监听器