hivemq-mqtt-tensorflow-kafka-realtime-iot-machine-learning-training-inference icon indicating copy to clipboard operation
hivemq-mqtt-tensorflow-kafka-realtime-iot-machine-learning-training-inference copied to clipboard

CRD Hook Doesn't Exist

Open rawkode opened this issue 5 years ago • 1 comments

During terraform apply

null_resource.setup-messaging (local-exec): manifest_sorter.go:192: info: skipping unknown hook: "crd-install"

rawkode avatar Mar 02 '20 13:03 rawkode

AFAIK this is just a warning from helm3 to notify about deprecated hooks that were formerly used to install CRDs in helm2 (prometheus-operator chart still has those in place i believe). Does not break anything though, as helm3 will install the CRDs anyway.

sbaier1 avatar Mar 10 '20 12:03 sbaier1