This is an automated email from the ASF dual-hosted git repository.
gyfora pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push:
new 515f0183 [docs] Add a notice for operator pod resources
515f0183 is described below
commit 515f01832ff93d7f156b39c813ad2b24278aeeab
Author: Hao Xin <[email protected]>
AuthorDate: Wed Nov 8 21:31:13 2023 +0800
[docs] Add a notice for operator pod resources
---
docs/content/docs/operations/helm.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/content/docs/operations/helm.md
b/docs/content/docs/operations/helm.md
index dee6efd0..28110896 100644
--- a/docs/content/docs/operations/helm.md
+++ b/docs/content/docs/operations/helm.md
@@ -118,6 +118,8 @@ The configurable parameters of the Helm chart and which
default values as detail
For more information check the [Helm
documentation](https://helm.sh/docs/helm/helm_install/).
+__Notice__: The pod resources should be set as your workload in different
environments to archive a matched K8s pod QoS. See also [Pod Quality of Service
Classes](https://kubernetes.io/docs/concepts/workloads/pods/pod-qos/#quality-of-service-classes).
+
## Operator webhooks
In order to use the webhooks in the operator, you must install the
cert-manager on the Kubernetes cluster: