mirror of https://github.com/k3s-io/k3s
fix munge-docs build errors
parent
db98a18898
commit
e0855ea7bd
|
@ -12,7 +12,7 @@ please feel free to send a Pull Request.
|
|||
## Filing issues
|
||||
|
||||
If you have a question about Kubernetes or have a problem using it, please
|
||||
start with the [troubleshooting guide](docs/troubleshooting.md). If that
|
||||
start with the [troubleshooting guide](http://kubernetes.io/docs/troubleshooting/). If that
|
||||
doesn't answer your questions, or if you think you found a bug, please [file an
|
||||
issue](https://github.com/kubernetes/kubernetes/issues/new).
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
* There are example files and walkthroughs in the [examples](../examples/)
|
||||
folder.
|
||||
|
||||
* If something went wrong, see the [troubleshooting](troubleshooting.md) document for how to debug.
|
||||
* If something went wrong, see the [troubleshooting](http://kubernetes.io/docs/troubleshooting/) guide for how to debug.
|
||||
You should also check the [known issues for the release](../CHANGELOG.md) you're using.
|
||||
|
||||
* To report a security issue, see [Reporting a Security Issue](reporting-security-issues.md).
|
||||
|
|
|
@ -29,7 +29,7 @@ The criteria for inclusion are as follows:
|
|||
specification, whereas there are countless different systems for definition workflows of dependent actions (e.g. Celery et al.).
|
||||
* The API object is expected to be generally useful to greater than 50% of the Kubernetes users. This is to ensure that we don't build up a collection of niche APIs
|
||||
that users rarely need.
|
||||
* There is general consensus in the Kubernetes community that the API object is in the "Kubernetes layer". See ["What is Kubernetes?"](whatisk8s.md) for a detailed
|
||||
* There is general consensus in the Kubernetes community that the API object is in the "Kubernetes layer". See ["What is Kubernetes?"](http://kubernetes.io/docs/whatisk8s/) for a detailed
|
||||
explanation of what we believe the "Kubernetes layer" to be.
|
||||
|
||||
Of course for every set of rules, we need to ensure that we are not hamstrung or limited by slavish devotion to those rules. Thus we also introduce two exceptions
|
||||
|
|
|
@ -30,7 +30,7 @@ redirect users to Slack. Also check out the
|
|||
In general, try to direct support questions to:
|
||||
|
||||
1. Documentation, such as the [user guide](../user-guide/README.md) and
|
||||
[troubleshooting guide](../troubleshooting.md)
|
||||
[troubleshooting guide](http://kubernetes.io/docs/troubleshooting/)
|
||||
|
||||
2. Stackoverflow
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@ These guidelines say *what* to do. See the Rationale section for *why*.
|
|||
|
||||
If you have a cluster partially working, but doing all the above steps seems like too much work,
|
||||
we still want to hear from you. We suggest you write a blog post or a Gist, and we will link to it on our wiki page.
|
||||
Just file an issue or chat us on [Slack](../troubleshooting.md#slack) and one of the committers will link to it from the wiki.
|
||||
Just file an issue or chat us on [Slack](http://slack.kubernetes.io) and one of the committers will link to it from the wiki.
|
||||
|
||||
## Development Distro Guidelines
|
||||
|
||||
|
|
|
@ -644,7 +644,7 @@ $ <kubernetes>/cluster/kube-down.sh
|
|||
|
||||
If you are having trouble bringing up your guestbook app, double check that your external IP is properly defined for your frontend Service, and that the firewall for your cluster nodes is open to port 80.
|
||||
|
||||
Then, see the [troubleshooting documentation](../../docs/troubleshooting.md) for a further list of common issues and how you can diagnose them.
|
||||
Then, see the [troubleshooting documentation](http://kubernetes.io/docs/troubleshooting/) for a further list of common issues and how you can diagnose them.
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -128,7 +128,7 @@ as well as for scale and functionality testing.
|
|||
|
||||
## Questions
|
||||
|
||||
For questions on running this app, you can ask on [Slack](../../docs/troubleshooting.md#slack).
|
||||
For questions on running this app, you can ask on [Slack](http://slack.kubernetes.io).
|
||||
|
||||
For questions about bigpetstore, and how the data is generated, ask on the apache bigtop mailing list.
|
||||
|
||||
|
|
Loading…
Reference in New Issue