We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing #2647
Could we just show 'hello-node' the kubernetes container name
The text was updated successfully, but these errors were encountered:
Is that a replicated pod or how did it get its name?
We currently use Kubernetes: ${pod_name}/${container_name} (${image_name}) as the label.
Kubernetes: ${pod_name}/${container_name} (${image_name})
We could change that to ${container_name} in ${pod_name} (${image_name}). (Or prefix that with K8s: or Kube:.)
${container_name} in ${pod_name} (${image_name})
K8s:
Kube:
Sorry, something went wrong.
This would look like:
Short names:
Long pod name:
chrmarti
No branches or pull requests
Testing #2647
Could we just show 'hello-node' the kubernetes container name
The text was updated successfully, but these errors were encountered: