mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-06 13:26:26 +00:00
issue 8857: support third party tolerations
Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
This commit is contained in:
@@ -23,3 +23,8 @@ var ThirdPartyLabels = []string{
|
||||
var ThirdPartyAnnotations = []string{
|
||||
"iam.amazonaws.com/role",
|
||||
}
|
||||
|
||||
var ThirdPartyTolerations = []string{
|
||||
"kubernetes.azure.com/scalesetpriority",
|
||||
"CriticalAddonsOnly",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user