Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

are iot CRDs intented only for open-shift? #5200

Open
memelet opened this issue Oct 4, 2020 · 1 comment
Open

are iot CRDs intented only for open-shift? #5200

memelet opened this issue Oct 4, 2020 · 1 comment

Comments

@memelet
Copy link

memelet commented Oct 4, 2020

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?

@ctron
Copy link
Contributor

ctron commented Oct 6, 2020

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

interServiceCertificates:
secretCertificatesStrategy:
caSecretName: iot-service-ca
serviceSecretNames:
iot-auth-service: iot-auth-service-tls
iot-device-connection: iot-device-connection-tls
iot-device-registry: iot-device-registry-tls
iot-tenant-service: iot-tenant-service-tls
iot-mesh-inter: iot-mesh-inter-tls
iot-command-mesh: iot-command-mesh-tls

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants