From 4842fedb87efa49f372ced3f724997c28b1e98eb Mon Sep 17 00:00:00 2001 From: Nguyen Hai Truong Date: Thu, 21 Feb 2019 17:03:30 +0700 Subject: [PATCH] Adding detail of how to check the OS/kernel version Insert the command to check the version of OS and kernel in order to get more detail in ISSUE_TEMPLATE. Signed-off-by: Nguyen Hai Truong --- .github/ISSUE_TEMPLATE.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 48f48e5b6..76af4b53b 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -2,7 +2,11 @@ Output of `helm version`: -Output of `kubectl version`: +Output of `kubectl version`: + +Output of `cat /etc/os-release`: + +Output of `uname -r`: Cloud Provider/Platform (AKS, GKE, Minikube etc.):