From c89e318701f73fcd840381be5418b53bee08a4f4 Mon Sep 17 00:00:00 2001 From: Ole Markus With Date: Tue, 14 Dec 2021 10:34:48 +0100 Subject: [PATCH] Karpenter does not need PKI --- .../cloudup/bootstrapchannelbuilder/bootstrapchannelbuilder.go | 1 - 1 file changed, 1 deletion(-) diff --git a/upup/pkg/fi/cloudup/bootstrapchannelbuilder/bootstrapchannelbuilder.go b/upup/pkg/fi/cloudup/bootstrapchannelbuilder/bootstrapchannelbuilder.go index a550405227..1a9a1b9317 100644 --- a/upup/pkg/fi/cloudup/bootstrapchannelbuilder/bootstrapchannelbuilder.go +++ b/upup/pkg/fi/cloudup/bootstrapchannelbuilder/bootstrapchannelbuilder.go @@ -1070,7 +1070,6 @@ func (b *BootstrapChannelBuilder) buildAddons(c *fi.ModelBuilderContext) (*Addon Name: fi.String(key), Manifest: fi.String(location), Selector: map[string]string{"k8s-addon": key}, - NeedsPKI: true, Id: id, }) if b.UseServiceAccountExternalPermissions() {