``` CustomResourceDefinition "<http://kafkas.kafka...
# kubernetes
i
Copy code
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
this is coming from Kubernetes, I think?
i
yes
Copy code
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 😞