servicemesher / istio-official-translation

Istio官网中文本地化
https://www.servicemesher.com/istio-trans/
228 stars 45 forks source link

/about/bugs/index.md #745

Closed fleeto closed 5 years ago

fleeto commented 5 years ago

Source File: /about/bugs/index.md Diff:

 diff --git a/content/about/bugs/index.md b/content/about/bugs/index.md
index efcf4545..9308a569 100644
--- a/content/about/bugs/index.md
+++ b/content/about/bugs/index.md
@@ -9,9 +9,7 @@ aliases:
 icon: bugs
 ---

-Oh no! You found a bug? We'd love to hear about it.
-
-## Product bugs
+Oh no! You found a bug?

 Search our [issue database](https://github.com/istio/istio/issues/) to see if
 we already know about your problem and learn about when we think we can fix
@@ -22,12 +20,13 @@ what's going on.
 If you think a bug is in fact a security vulnerability, please visit [Reporting Security Vulnerabilities](/about/security-vulnerabilities/)
 to learn what to do.

-### Kubernetes cluster state archives
+If you're running on Kubernetes, consider including a [cluster state
+archive](#generating-a-cluster-state-archive) in your bug report.
+
+## Generating a cluster state archive

-If you're running on Kubernetes, consider including a cluster state
-archive with your bug report.
 For convenience, you can run a dump script to produce an archive containing
-all of the relevant state from your Kubernetes cluster:
+all of the needed state from your Kubernetes cluster:

 * Run via `curl`:

@@ -86,11 +85,3 @@ containing:
     {{< text bash >}}
     $ kubectl get $(kubectl get crd  --no-headers | awk '{printf "%s,",$1}END{printf "attributemanifests.config.istio.io\n"}') --all-namespaces
     {{< /text >}}
-
-## Documentation bugs
-
-Search our [documentation issue database](https://github.com/istio/istio.io/issues/) to see if
-we already know about your problem and learn about when we think we can fix
-it. If you don't find your problem in the database, please navigate to the page
-with the problem, then select the gear menu at the
-top right of this page, and finally chose *Report a Site Bug*.
fleeto commented 5 years ago

/confirm

fleeto commented 5 years ago

/accept

mesher-bot commented 5 years ago

Thank you @fleeto, this issue had been assigned to you.

fleeto commented 5 years ago

/pushed

fleeto commented 5 years ago

/merged