Add troubleshooting guide link (#1292)

This commit is contained in:
Ta-Ching Chen
2019-08-28 14:41:13 +08:00
committed by GitHub
parent e762471d78
commit 86b506c9b6
2 changed files with 12 additions and 4 deletions
+2
View File
@@ -8,7 +8,9 @@ assignees: ''
---
<!-- Please answer these questions before submitting your issue. Thanks! -->
<!-- Documentation URL: https://docs.fission.io/ -->
<!-- Troubleshooting guide: https://docs.fission.io/trouble-shooting/ -->
**Fission/Kubernetes version**
+10 -4
View File
@@ -4,7 +4,7 @@ Fission: Serverless Functions for Kubernetes
[![Go Report Card](https://goreportcard.com/badge/github.com/fission/fission)](https://goreportcard.com/report/github.com/fission/fission)
[![Fission Slack](http://slack.fission.io/badge.svg)](http://slack.fission.io)
[fission.io](http://fission.io) [@fissionio](http://twitter.com/fissionio)
[fission.io](http://fission.io) [@fissionio](http://twitter.com/fissionio)
Fission is a fast serverless framework for Kubernetes with a focus on
developer productivity and high performance.
@@ -40,7 +40,9 @@ aggregation &mdash; also helps with ops on your Fission deployment.
Getting started and documentation
===============================
You can learn more about Fission and get started from [Fission Docs](https://docs.fission.io). See the [installation guide](https://docs.fission.io/installation/) for installing and running Fission.
You can learn more about Fission and get started from [Fission Docs](https://docs.fission.io).
* See the [installation guide](https://docs.fission.io/installation/) for installing and running Fission.
* See the [troubleshooting guide](https://docs.fission.io/trouble-shooting/) for debugging your functions and Fission installation.
Contributing
=================
@@ -60,8 +62,12 @@ A regular community meeting takes place every other Thursday at 08:30 AM PT (Pac
## Official Releases
Official releases of Fission can be found on [the releases page](https://github.com/fission/fission/releases). Please note that it is strongly recommended that you use official releases of Fission, as unreleased versions from the master branch are subject to changes and incompatibilities that will not be supported in the official releases. Builds from the master branch can have functionality changed and even removed at any time without compatibility support and without prior notice.
Official releases of Fission can be found on [the releases page](https://github.com/fission/fission/releases).
Please note that it is strongly recommended that you use official releases of Fission, as unreleased versions from
the master branch are subject to changes and incompatibilities that will not be supported in the official releases.
Builds from the master branch can have functionality changed and even removed at any time without compatibility support
and without prior notice.
## Licensing
Fission is under the Apache 2.0 license.
Fission is under the Apache 2.0 license.