summaryrefslogtreecommitdiff
path: root/contributors/guide
diff options
context:
space:
mode:
authorNikhita Raghunath <nikitaraghunath@gmail.com>2020-08-20 18:53:03 +0530
committerNikhita Raghunath <nikitaraghunath@gmail.com>2020-08-20 18:53:03 +0530
commitf5846beb59fe70f1a29a78eee428e71c9d96757f (patch)
treec63bce827848996dcfdf6f03b23c84fa7cc018ce /contributors/guide
parent5da9d1d11e46e1ccccc1fe58df61aa33ab3967d5 (diff)
Remove stackoverflow from support template response
Diffstat (limited to 'contributors/guide')
-rw-r--r--contributors/guide/issue-triage.md10
1 files changed, 3 insertions, 7 deletions
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: