https://pulumi.com logo
Title
i

icy-jordan-58549

04/28/2021, 3:04 PM
CustomResourceDefinition "<http://kafkas.kafka.strimzi.io|kafkas.kafka.strimzi.io>" is invalid: metadata.annotations: Too long: must have at most 262144 bytes
any ideas how I can fix this error? That’s due to
kubectl apply
that pulumi uses
with create, everything is good, just verified
b

billowy-army-68599

04/28/2021, 3:33 PM
this is coming from Kubernetes, I think?
i

icy-jordan-58549

04/28/2021, 4:57 PM
yes
kubectl apply -f '<https://strimzi.io/install/latest?namespace=kafka>' -n kafka
try this and you will get same error
strimzi recommends to use create or replace, but not apply 😞