We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug 测试 Reproduce steps 按crane官网demo视频:https://gocrane.io/zh-cn/docs/tutorials/colocation-with-enhanced-qos/qos-interference-detection-and-active-avoidance.zh/ 测试节点污点不能自动清除
Expected behavior CPU恢复到水位线下,等待冷却后污点清除
Screenshots
`[root@localhost ensurance]# cat disablescheduler.yaml apiVersion: ensurance.crane.io/v1alpha1 kind: AvoidanceAction metadata: labels: app: system name: disablescheduling spec: description: disable schedule new pods to the node coolDownSeconds: 60 [root@localhost ensurance]# [root@localhost ensurance]# [root@localhost ensurance]# cat watermark1.yaml apiVersion: ensurance.crane.io/v1alpha1 kind: NodeQOS metadata: name: "watermark1" labels: app: "system" spec: nodeQualityProbe: timeoutSeconds: 10 nodeLocalGet: localCacheTTLSeconds: 60 rules:
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
测试
Reproduce steps
按crane官网demo视频:https://gocrane.io/zh-cn/docs/tutorials/colocation-with-enhanced-qos/qos-interference-detection-and-active-avoidance.zh/
测试节点污点不能自动清除
Expected behavior
CPU恢复到水位线下,等待冷却后污点清除
Screenshots
`[root@localhost ensurance]# cat disablescheduler.yaml
apiVersion: ensurance.crane.io/v1alpha1
kind: AvoidanceAction
metadata:
labels:
app: system
name: disablescheduling
spec:
description: disable schedule new pods to the node
coolDownSeconds: 60
[root@localhost ensurance]#
[root@localhost ensurance]#
[root@localhost ensurance]# cat watermark1.yaml
apiVersion: ensurance.crane.io/v1alpha1
kind: NodeQOS
metadata:
name: "watermark1"
labels:
app: "system"
spec:
nodeQualityProbe:
timeoutSeconds: 10
nodeLocalGet:
localCacheTTLSeconds: 60
rules:
avoidanceThreshold: 2 #(1)
restoreThreshold: 2 #(2)
actionName: "disablescheduling" #(3)
strategy: "None" #(4)
metricRule:
name: "cpu_total_usage" #(5)
value: 3000 #(6)
[root@localhost ensurance]# `
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: