kaiwaehner / hivemq-mqtt-tensorflow-kafka-realtime-iot-machine-learning-training-inference

Real Time Big Data / IoT Machine Learning (Model Training and Inference) with HiveMQ (MQTT), TensorFlow IO and Apache Kafka - no additional data store like S3, HDFS or Spark required
Apache License 2.0
403 stars 142 forks source link

CRD Hook Doesn't Exist #35

Closed rawkode closed 3 months ago

rawkode commented 4 years ago

During terraform apply

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

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.