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
Nginx clone script template uses export command for new set variable with command substitution containing spaces. Some old shells can have errors (I have image with dash 0.5.10.2-5).
Steps to Reproduce
Run auto-instrumentation of pod with robotshop/rs-web:latest image.
Expected Result
Init container able to prepare auto-instrumentation of the pod.
Actual Result
Init container failed with error:
/bin/sh: 1: export: version:: bad variable name
Kubernetes Version
1.31.4
Operator version
0.116.0
Collector version
0.116.1
Environment information
Environment
OS: Rancher on Fedora 41
Log output
kubectl logs -n robot-shop web-5599c65d9f-rnfxn otel-agent-source-container-clone
/bin/sh: 1: export: version:: bad variable name
Additional context
No response
The text was updated successfully, but these errors were encountered:
Component(s)
auto-instrumentation
What happened?
Description
Nginx clone script template uses
export
command for new set variable with command substitution containing spaces. Some old shells can have errors (I have image with dash 0.5.10.2-5).Steps to Reproduce
Run auto-instrumentation of pod with robotshop/rs-web:latest image.
Expected Result
Init container able to prepare auto-instrumentation of the pod.
Actual Result
Init container failed with error:
Kubernetes Version
1.31.4
Operator version
0.116.0
Collector version
0.116.1
Environment information
Environment
OS: Rancher on Fedora 41
Log output
Additional context
No response
The text was updated successfully, but these errors were encountered: