mirror of https://github.com/kubernetes/kops.git
Karpenter does not need PKI
This commit is contained in:
parent
0a6e329477
commit
c89e318701
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue