Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ spec:
# Required by the sysfs collector only.
hostNetwork: true
serviceAccount: doca-telemetry-service
nodeSelector:
# We need to run it after DOCA driver is started to be able successfully restart driver by a container.
feature.node.kubernetes.io/pci-15b3.present: "true"
network.nvidia.com/operator.mofed.wait: "false"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add a comment why this label is needed for posterity :) ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add a comment why this label is needed for posterity :) ?

is'n it enough to have it in a commit message only?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just so we dont need to dig into commits about this.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

{{- if .NodeAffinity }}
affinity:
nodeAffinity:
Expand Down
Loading