enmasse icon indicating copy to clipboard operation
enmasse copied to clipboard

are iot CRDs intented only for open-shift?

Open memelet opened this issue 4 years ago • 1 comments

When trying to deploy a IotConfig on a k8 cluster (not oc) I get the error

Configuration Error: Implicit inter-service certificate configuration can only be used on OpenShift 4

I see that the iot crds include interServiceCertificates.

Is it intended that iot only be supported on openshift?

memelet avatar Oct 04 '20 18:10 memelet

When using plain Kubernetes, you need to manually manage the inter-service certificates:

https://github.com/EnMasseProject/enmasse/blob/22adf763814d6e6b08af7707144ad1ab2c272d84/templates/iot/examples/iot-infra-k8s.yaml#L7-L16

ctron avatar Oct 06 '20 12:10 ctron