mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
coredns dep.Severity is newdefault, not newDefault
Signed-off-by: pacoxu <paco.xu@daocloud.io>
This commit is contained in:
parent
5ed4b76a03
commit
4525f3fef8
@ -380,7 +380,7 @@ func isCoreDNSConfigMapMigrationRequired(corefile, currentInstalledCoreDNSVersio
|
||||
|
||||
// Check if there are any plugins/options which needs to be removed or is a new default
|
||||
for _, dep := range deprecated {
|
||||
if dep.Severity == "removed" || dep.Severity == "newDefault" {
|
||||
if dep.Severity == "removed" || dep.Severity == "newdefault" {
|
||||
isMigrationRequired = true
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user