Skip to content

Missing the following rules when install using helm  #96

@DesAWSume

Description

@DesAWSume

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions