-
Notifications
You must be signed in to change notification settings - Fork 12
Description
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?