Skip to content

Commit

Permalink
Disable removal or CCM leader migration
Browse files Browse the repository at this point in the history
  • Loading branch information
hakman committed Jun 10, 2022
1 parent 911f4a1 commit 22960ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -451,18 +451,6 @@ func (b *BootstrapChannelBuilder) buildAddons(c *fi.ModelBuilderContext) (*Addon
Id: id,
})
}

if b.IsKubernetesGTE("1.25") {
location := key + "/k8s-1.25.yaml"
id := "k8s-1.25"

addons.Add(&channelsapi.AddonSpec{
Name: fi.String(key),
Selector: map[string]string{"k8s-addon": key},
Manifest: fi.String(location),
Id: id,
})
}
}

{
Expand Down

0 comments on commit 22960ea

Please sign in to comment.