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

Missing the following rules when install using helm #96

Open
DesAWSume opened this issue Sep 23, 2024 · 0 comments
Open

Missing the following rules when install using helm #96

DesAWSume opened this issue Sep 23, 2024 · 0 comments

Comments

@DesAWSume
Copy link

DesAWSume commented Sep 23, 2024

I am installing the kube-otel-stack using helm

Warning messages:

W0923 14:43:45.247325 49675 warnings.go:70] missing the following rules for services: [get,list,watch] W0923 14:43:45.247380 49675 warnings.go:70] missing the following rules for namespaces: [get,list,watch] W0923 14:43:45.247388 49675 warnings.go:70] missing the following rules for configmaps: [get] W0923 14:43:45.247394 49675 warnings.go:70] missing the following rules for networking.k8s.io/ingresses: [get,list,watch] W0923 14:43:45.247400 49675 warnings.go:70] missing the following rules for nonResourceURL: /metrics: [get] W0923 14:43:45.247405 49675 warnings.go:70] missing the following rules for monitoring.coreos.com/servicemonitors: [*] W0923 14:43:45.247411 49675 warnings.go:70] missing the following rules for nodes: [get,list,watch] W0923 14:43:45.247417 49675 warnings.go:70] missing the following rules for nodes/metrics: [get,list,watch] W0923 14:43:45.247422 49675 warnings.go:70] missing the following rules for endpoints: [get,list,watch] W0923 14:43:45.247427 49675 warnings.go:70] missing the following rules for pods: [get,list,watch] W0923 14:43:45.247434 49675 warnings.go:70] missing the following rules for discovery.k8s.io/endpointslices: [get,list,watch] W0923 14:43:45.247439 49675 warnings.go:70] missing the following rules for monitoring.coreos.com/podmonitors: [*] Release "kube-otel-stack" has been upgraded. Happy Helming!

serviceAccount has been created like below

apiVersion:` v1
kind: ServiceAccount
metadata:
  annotations:
    meta.helm.sh/release-name: kube-otel-stack
    meta.helm.sh/release-namespace: kube-otel
  labels:
    app.kubernetes.io/component: opentelemetry-collector
    app.kubernetes.io/instance: kube-otel.kube-otel-stack-traces
    app.kubernetes.io/managed-by: opentelemetry-operator
    app.kubernetes.io/name: kube-otel-stack-traces-collector
    app.kubernetes.io/part-of: opentelemetry
    app.kubernetes.io/version: latest
    chart: kube-otel-stack-0.9.0
    heritage: Helm
    opentelemetry.io/opamp-reporting: "true"
    release: kube-otel-stack
  name: kube-otel-stack-traces-collector
  namespace: kube-otel
  ownerReferences:
  - apiVersion: opentelemetry.io/v1alpha1
    blockOwnerDeletion: true
    controller: true
    kind: OpenTelemetryCollector
    name: kube-otel-stack-traces

Can someone explain this?

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

No branches or pull requests

1 participant