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
We'd like to run stern as a Daemonset inside a cluster and so we need to limit the messages which will be fetched to the nodes containers the container is running on.
Maybe:
add flag "--daemonset"
set environment variable from spec - name: NODE_NAME valueFrom: fieldRef: fieldPath: spec.nodeName
setup watch to limit container logs to NODE_NAME
The text was updated successfully, but these errors were encountered:
We'd like to run stern as a Daemonset inside a cluster and so we need to limit the messages which will be fetched to the nodes containers the container is running on.
Maybe:
- name: NODE_NAME valueFrom: fieldRef: fieldPath: spec.nodeName
The text was updated successfully, but these errors were encountered: