We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents acd98ee + 5fd101f commit 3fe39b9Copy full SHA for 3fe39b9
test/extended/cli/adm_upgrade/recommend.go
@@ -148,7 +148,7 @@ No updates available. You may still upgrade to a specific release image.*`)
148
"url": "https://example.com/testRiskA",
149
"name": "TestRiskA",
150
"message": "This is a test risk.",
151
- "matchingRules": [{"type": "PromQL", "promql": {"promql": "group(cluster_version)"}}]
+ "matchingRules": [{"type": "PromQL", "promql": {"promql": "group(max_over_time(cluster_version[1h]))"}}]
152
}
153
]
154
0 commit comments