issue 8857: support third party tolerations

Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
This commit is contained in:
Lyndon-Li
2025-07-07 17:32:54 +08:00
parent c505021752
commit a752b54614
12 changed files with 263 additions and 15 deletions

View File

@@ -23,3 +23,8 @@ var ThirdPartyLabels = []string{
var ThirdPartyAnnotations = []string{
"iam.amazonaws.com/role",
}
var ThirdPartyTolerations = []string{
"kubernetes.azure.com/scalesetpriority",
"CriticalAddonsOnly",
}