summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2020-08-20 06:39:23 -0700
committerGitHub <noreply@github.com>2020-08-20 06:39:23 -0700
commit4b2d1c97c19ef56ceed91d01be99951857a3ad23 (patch)
treeaf0316e05fef295e55daeb420324da1548cd3af7
parent5da9d1d11e46e1ccccc1fe58df61aa33ab3967d5 (diff)
parent66e0c750c8dd9a6a55abdec265483fc5dd9178d9 (diff)
Merge pull request #5055 from nikhita/support-template-update
Remove stackoverflow from support template response
-rw-r--r--.github/ISSUE_TEMPLATE/support.md3
-rw-r--r--contributors/guide/issue-triage.md10
2 files changed, 5 insertions, 8 deletions
diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md
index 173f5f18..cd18c41d 100644
--- a/.github/ISSUE_TEMPLATE/support.md
+++ b/.github/ISSUE_TEMPLATE/support.md
@@ -10,7 +10,8 @@ STOP -- PLEASE READ!
GitHub is not the right place for support requests.
-If you're looking for help, check [Stack Overflow](https://stackoverflow.com/questions/tagged/kubernetes) and the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/).
+If you're looking for help, check the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/)
+or our [Discussion Forums](https://discuss.kubernetes.io).
You can also post your question on the [Kubernetes Slack](http://slack.k8s.io/) or the [Discuss Kubernetes](https://discuss.kubernetes.io/) forum.
diff --git a/contributors/guide/issue-triage.md b/contributors/guide/issue-triage.md
index 43f2e046..2e0c1071 100644
--- a/contributors/guide/issue-triage.md
+++ b/contributors/guide/issue-triage.md
@@ -232,9 +232,6 @@ These should be directed to the following:
* [User documentation](https://kubernetes.io/docs/home/) and
[troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/)
-* [Stack Overflow](http://stackoverflow.com/questions/tagged/kubernetes) and
-[ServerFault](http://serverfault.com/questions/tagged/kubernetes)
-
* [Slack](https://kubernetes.slack.com) ([registration](http://slack.k8s.io))
* [Discussion forums](https://discuss.kubernetes.io)
@@ -242,11 +239,10 @@ These should be directed to the following:
### User Support Response: Example
If you see support questions on kubernetes-dev@googlegroups.com or issues asking for
-support, try to redirect them to Stack Overflow. Example response:
+support, try to redirect them to Discuss. Example response:
```code
-Please re-post your question to [Stack Overflow](http://stackoverflow.com/questions/tagged/kubernetes)
-or our [Discussion Forums](https://discuss.kubernetes.io).
+Please re-post your question to our [Discussion Forums](https://discuss.kubernetes.io).
We are trying to consolidate the channels to which questions for help/support
are posted so that we can improve our efficiency in responding to your requests,
@@ -258,7 +254,7 @@ thread only in one place or, worse, spread across multiple forums. Also, the
large volume of support issues on GitHub is making it difficult for us to use
issues to identify real bugs.
-Members of the Kubernetes community use Stack Overflow and Discussion Forums to field
+Members of the Kubernetes community use Discussion Forums to field
support requests. Before posting a new question, please search these for answers
to similar questions, and also familiarize yourself with: