-
Notifications
You must be signed in to change notification settings - Fork 507
Description
hi Team,
We are getting below message for few of the nodes when we deploy it as a pod. Not sure why it is marking it as the core are offline. And not sure why the pods are getting crashed to start it.
Any help on this would be much appreciated.
pthread_setaffinity_np for core 5 failed with code 22
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: intel-metrics-exporter
namespace: ns-sy-rcp-observability
labels:
k8s-app: intel-metrics-exporter
spec:
selector:
matchLabels:
name: intel-metrics-exporter
template:
metadata:
labels:
name: intel-metrics-exporter
spec:
nodeSelector:
kubernetes.io/os: linux
hostNetwork: true
containers:
- name: intel-metrics-exporter
image: intel-metrics-exporter:1.1.1
ports:
- containerPort: 9738
hostPort: 9738
resources:
limits:
memory: 500Mi
requests:
cpu: 1000m
memory: 50Mi
securityContext:
privileged: true
Regards,
Arun Raj. R

