forked from kedacore/keda
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide initial support policy for KEDA (kedacore#1343)
- Loading branch information
1 parent
bc4238b
commit 0b64a68
Showing
2 changed files
with
44 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Support for deploying and using KEDA | ||
|
||
Thank you for using KEDA! | ||
|
||
KEDA is an open-source project under CNCF Foundation and provides best-effort support and use GitHub for tracking bugs and feature requests. | ||
|
||
Want to contribute a feature or fix? We are more than happy to review requests and contributions, but recommend going through our [contribution guide](./CONTRIBUTING.md). | ||
|
||
## Documentation | ||
|
||
* [User Documentation](https://keda.sh/) | ||
* [Troubleshooting Guide](https://keda.sh/docs/2.0/troubleshooting/) | ||
* [FAQ](https://keda.sh/docs/latest/faq/) | ||
|
||
## Community | ||
|
||
We have a nice community that is always happy to help each other: | ||
|
||
* [GitHub Discussions](https://github.com/kedacore/keda/discussions/new) | ||
* [Slack](https://kubernetes.slack.com) ([registration](http://slack.k8s.io)): | ||
The `#keda` channel is usually the place where people offer support. | ||
|
||
## Kubernetes Support | ||
|
||
The supported window of Kubernetes versions with KEDA is known as "N-2" which means that KEDA will provide support for running on N-2 at least. | ||
|
||
However, maintainers can decide to extend this by supporting more minor versions based on the required CRDs being used; but there is no guarantee. | ||
|
||
> Example - At time of writing, Kubernetes 1.19 is the latest minor version so KEDA can only use new features that were introduced in 1.17 | ||
You can learn more about the currently supported Kubernetes version in our [FAQ](https://keda.sh/docs/latest/faq/). |