Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doubt about the update (0.113.0) #11690

Open
jvirriel-gekocloud opened this issue Nov 18, 2024 · 0 comments
Open

Doubt about the update (0.113.0) #11690

jvirriel-gekocloud opened this issue Nov 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jvirriel-gekocloud
Copy link

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:

  • mountPath: /var/run/tls/server
    name: opentelemetry-operator-metrics-cert
    serviceAccountName: opentelemetry-operator-controller-manager
    terminationGracePeriodSeconds: 10
    volumes:
  • name: opentelemetry-operator-metrics-cert
    secret:
    defaultMode: 420
    secretName: opentelemetry-operator-metrics

But the creation of this certificate is not present in the manifest, as if it is:

  • name: cert
    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)

@jvirriel-gekocloud jvirriel-gekocloud added the bug Something isn't working label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant