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
Error: failed to create containerd task: failed to create shim task: hcs::CreateComputeSystem otel-collector: The container operating system does not match the host operating system.: unknown
#908
Closed
surya1150 opened this issue
Sep 4, 2023
· 2 comments
Splunk Otel deployment is failing with below error:
Error: failed to create containerd task: failed to create shim task:
hcs::CreateComputeSystem otel-collector: The container operating system does
not match the host operating system.: unknown
Steps to Reproduce
Install Splunk Otel with helm chart into AKS cluster to run on windows nodes.
Kubernetes Cluster Version: 1.26.6
Node image version - AKSWindows-2022-containerd-20348.1906.230809
Expected Result
Splunk Otel agent has to be installed correctly
Actual Result
Got below error: Error: failed to create containerd task: failed to create shim task: hcs::CreateComputeSystem otel-collector: The container operating system does not match the host operating system.: unknown
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. If this issue is still relevant, please leave a comment explaining why it is still relevant. Otherwise, please close it.
What happened?
Description
Splunk Otel deployment is failing with below error:
Error: failed to create containerd task: failed to create shim task:
hcs::CreateComputeSystem otel-collector: The container operating system does
not match the host operating system.: unknown
Steps to Reproduce
Expected Result
Actual Result
Got below error: Error: failed to create containerd task: failed to create shim task: hcs::CreateComputeSystem otel-collector: The container operating system does not match the host operating system.: unknown
Chart version
0.83.0
Environment information
Environment
Cloud: "AKS"
k8s version: 1.26.6
OS: Windows
Helm Values.yaml
`clusterName: "aks-poc-7"
splunkPlatform:
endpoint: ""
token: "xxxxx"
index: "xxxxx"
metricsIndex: "xxxxxx"
insecureSkipVerify: true
metricsEnabled: true
logsEnabled: true
logsEngine: otel
cloudProvider: "azure"
distribution: "aks"
clusterReceiver:
enabled: false
image:
otelcol:
repository: quay.io/signalfx/splunk-otel-collector-windows
tolerations:
effect: NoSchedule
value: windows
isWindows: true
readinessProbe:
initialDelaySeconds: 60
livenessProbe:
initialDelaySeconds: 60 `
Chart configuration
No response
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: