This message was deleted.
# kubernetes
s
This message was deleted.
i
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 😞