From 62fb9773decb6b8728533f05b0e0aaea6e8db4ca Mon Sep 17 00:00:00 2001 From: Nguyen Hai Truong Date: Sun, 17 Feb 2019 23:45:22 +0700 Subject: [PATCH] Adding detail of how to check the OS version Use command `cat /etc/os-release` to check the version of OS. Signed-off-by: Nguyen Hai Truong --- .github/ISSUE_TEMPLATE/bug-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 58b7ad8f03..1b455f65c6 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -22,7 +22,7 @@ If the matter is security related, please disclose it privately via https://kube **Environment**: - Kubernetes version (use `kubectl version`): - Cloud provider or hardware configuration: -- OS (e.g. from /etc/os-release): +- OS (e.g: `cat /etc/os-release`): - Kernel (e.g. `uname -a`): - Install tools: - Others: