flink-kubernetes-operator
flink-kubernetes-operator copied to clipboard
Apache Flink Kubernetes Operator
## What is the purpose of the change Enable reactive scaling for standalone deployments by detecting and handling spec changes that do not require full application upgrades. The standalone integration...
## Contribution Checklist ## What is the purpose of the change Fix the Helm chart's env vars params ## Brief change log ## Verifying this change Helm chart small fix...
## What is the purpose of the change A better integration Flink Operator and Helm with GitHub. ## Brief change log - Added host Helm Charts from Flink Operator using...
## What is the purpose of the change Auto-generate documentation from helm charts into markdown files. ## Brief change log - Added README.md done with helm-docs - Added CI step...
Signed-off-by: ted chang ## What is the purpose of the change Install Flink using OLM and document OLM bundle development process. ## Brief change log - Added [Flink operator](https://github.com/k8s-operatorhub/community-operators/tree/main/operators/flink-kubernetes-operator) to...
…oint ## What is the purpose of the change https://issues.apache.org/jira/browse/FLINK-29695 Users want to know the status of last savepoint, especially for manually triggered ones, to manage savepoints. Currently, users can...
## What is the purpose of the change Support for `tolerations` in helm chart to allow operator pod to tolerate nodes with taints ## Brief change log - Add tolerations...
## What is the purpose of the change Trigger warning event for session job reconciliation exception. Will be useful for monitoring. ## Brief change log Trigger warning event for session...
## What is the purpose of the change The operator cannot be downgraded with new CRD, once the CR containing a new field is written to the last reconciled/stable spec....
## What is the purpose of the change This pull request make an improvement for standalone mode to use StatefulSet instead of Deployment to deploy JM and TM to support...