You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
We do a update from 0.104.0 to 0.113.0 the last friday and I have a problem with a certificate, in the operator manifest file, specifically in the deployment "opentelemetry-operator-controller-manager" that we downloaded there is the declaration of a volume for a certificate:
volumeMounts:
However, I have been reviewing the github manifest again and now it does not appear the volume for the metrics certificate, is this a bug? Has a fix been uploaded? We manually created the certificate manifest file in order to fix the problem, but I'm not sure if it was correct, or there is a bug in the manifest of the current version (0.113.0)
The text was updated successfully, but these errors were encountered:
The certificate should be created with that name for the main cert here. The metrics-cert is only installed for the openshift bundle and is handled by the OLM I believe. If you are installing this via openshift I would bubble up the issue to them, if you are not openshift you should be installing via the community bundle or via our helm-chart. Either way, this does make sense to move to the operator, though I do not have permissions to do so 😅
Hi!
We do a update from 0.104.0 to 0.113.0 the last friday and I have a problem with a certificate, in the operator manifest file, specifically in the deployment "opentelemetry-operator-controller-manager" that we downloaded there is the declaration of a volume for a certificate:
volumeMounts:
name: opentelemetry-operator-metrics-cert
serviceAccountName: opentelemetry-operator-controller-manager
terminationGracePeriodSeconds: 10
volumes:
secret:
defaultMode: 420
secretName: opentelemetry-operator-metrics
But the creation of this certificate is not present in the manifest, as if it is:
secret:
defaultMode: 420
secretName: opentelemetry-operator-controller-manager-service-cert
However, I have been reviewing the github manifest again and now it does not appear the volume for the metrics certificate, is this a bug? Has a fix been uploaded? We manually created the certificate manifest file in order to fix the problem, but I'm not sure if it was correct, or there is a bug in the manifest of the current version (0.113.0)
The text was updated successfully, but these errors were encountered: