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
Ability to use external Otel collector without the usage of kscloud.
Environment
K8s digital ocean
Kubernetes version v1.32
Steps To Reproduce
deploy Kubescape with the following command:
helm upgrade --install kubescape kubescape/kubescape-operator -n kubescape --create-namespace -f kubescape/values.yaml --set clusterName=kubectl config current-context
Expected behavior
the collector you be running and all the reference of kscloud in the collector pipeline ( config map) or the environment variable should be removed.
Actual Behavior
the collector crash due to the environment variable used to configure kscloud and the collector pipeline has processor and exporters pointing to kscloud.
The text was updated successfully, but these errors were encountered:
Description
Ability to use external Otel collector without the usage of kscloud.
Environment
K8s digital ocean
Kubernetes version v1.32
Steps To Reproduce
deploy Kubescape with the following command:
helm upgrade --install kubescape kubescape/kubescape-operator -n kubescape --create-namespace -f kubescape/values.yaml --set clusterName=
kubectl config current-context
Expected behavior
the collector you be running and all the reference of kscloud in the collector pipeline ( config map) or the environment variable should be removed.
Actual Behavior
the collector crash due to the environment variable used to configure kscloud and the collector pipeline has processor and exporters pointing to kscloud.
The text was updated successfully, but these errors were encountered: