mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Merge pull request #96907 from pacoxu/patch-1
coredns dep.Severity is newdefault, not newDefault
This commit is contained in:
commit
98bc258bf5
@ -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