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
Upon reading the templates in this repo, and this online doc, I could retrieve logs from CENM pods by issuing commands like below:
kubectl logs -c logs-auth podName -n cenm kubectl logs -c logs-gateway podName -n cenm
however, if a pod is dead for any reason, and a new pod is relaunched, then, it is impossible to get the logs from the newly added pods.
It appears the commands that I listed above would retrieve logs from log files with oldest timestamp.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Upon reading the templates in this repo, and this online doc, I could retrieve logs from CENM pods by issuing commands like below:
kubectl logs -c logs-auth podName -n cenm
kubectl logs -c logs-gateway podName -n cenm
however, if a pod is dead for any reason, and a new pod is relaunched, then, it is impossible to get the logs from the newly added pods.
It appears the commands that I listed above would retrieve logs from log files with oldest timestamp.
The text was updated successfully, but these errors were encountered: