You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/05/18 10:25:44 UTC

[GitHub] [flink-kubernetes-operator] SteNicholas opened a new pull request, #222: [FLINK-27008] Document the configurable parameters of the helm chart and their default values

SteNicholas opened a new pull request, #222:
URL: https://github.com/apache/flink-kubernetes-operator/pull/222

   All the configurable parameters of the helm chart and their default values are needed to document, which could be put in the helm section.
   
   **The brief change log**
   - Documents all the configurable parameters of the helm chart and their default values.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink-kubernetes-operator] wangyang0918 commented on a diff in pull request #222: [FLINK-27008] Document the configurable parameters of the helm chart and their default values

Posted by GitBox <gi...@apache.org>.
wangyang0918 commented on code in PR #222:
URL: https://github.com/apache/flink-kubernetes-operator/pull/222#discussion_r875755234


##########
docs/content/docs/operations/helm.md:
##########
@@ -55,6 +55,42 @@ You can also provide your custom values file by using the `-f` flag:
 helm install -f myvalues.yaml flink-kubernetes-operator helm/flink-kubernetes-operator
 ```
 
+The configurable parameters of the Helm chart and which default values as detailed in the following table:
+
+| Parameters | Description | Default Value |
+| ---------- | ----------- | ------------- |
+| watchNamespaces | List of kubernetes namespaces to watch for FlinkDeployment changes, empty means all namespaces. | |
+| image.repository | The image repository of flink-kubernetes-operator. | ghcr.io/apache/flink-kubernetes-operator |
+| image.pullPolicy | The image pull policy of flink-kubernetes-operator. | IfNotPresent |
+| image.tag | The image tag of flink-kubernetes-operator. | latest |
+| rbac.create | Whether to enable RBAC to create for said namespaces. | true |
+| operatorServiceAccount.create | Whether to enable operator service account to create for flink-kubernetes-operator. | true |
+| operatorServiceAccount.annotations | The annotations of operator service account. | |
+| operatorServiceAccount.name | The name of operator service account. | flink-operator |
+| jobServiceAccount.create | Whether to enable job service account to create for flink jobmanager/taskmanager pods. | true |
+| jobServiceAccount.annotations | The annotations of job service account. | "helm.sh/resource-policy": keep |
+| jobServiceAccount.name | The name of job service account. | flink |
+| operatorVolumeMounts.create | Whether to enable operator volume mounts to create for flink-kubernetes-operator. | false |
+| operatorVolumeMounts.data | List of mount paths of operator volume mounts.  | - name: flink-artifacts<br/>&nbsp;&nbsp;mountPath: /opt/flink/artifacts |
+| operatorVolumes.create | Whether to enable operator volumes to create for flink-kubernetes-operator. | false |
+| operatorVolumes.data | The ConfigMap of operator volumes. | - name: flink-artifacts<br/>&nbsp;&nbsp;hostPath:<br/>&nbsp;&nbsp;&nbsp;&nbsp;path: /tmp/flink/artifacts<br/>&nbsp;&nbsp;&nbsp;&nbsp;type: DirectoryOrCreate |
+| podSecurityContext | Defines privilege and access control settings for a pod or container for pod security context.  | runAsUser: 9999<br/>runAsGroup: 9999 |
+| operatorSecurityContext | Defines privilege and access control settings for a pod or container for operator security context.  | |
+| webhookSecurityContext | Defines privilege and access control settings for a pod or container for webhook security context. | |
+| webhook.create | Whether to enable webhook to create for flink-kubernetes-operator. | true |
+| webhook.keystore | The ConfigMap of webhook key store. | useDefaultPassword: true |
+| defaultConfiguration.create | Whether to enable default configuration to create for flink-kubernetes-operator. | true |
+| defaultConfiguration.append | Whether to append configuration files with configs.  | true |
+| defaultConfiguration.flink-conf.yaml | The default configuration of flink-conf.yaml. | &#124;+<br/>kubernetes.operator.metrics.reporter.slf4j.factory.class: org.apache.flink.metrics.slf4j.Slf4jReporterFactory<br/>kubernetes.operator.metrics.reporter.slf4j.interval: 5 MINUTE<br/>kubernetes.operator.reconciler.reschedule.interval: 15 s<br/>kubernetes.operator.observer.progress-check.interval: 5 s |

Review Comment:
   nit: we do not need the `&#124;+<br/>`.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink-kubernetes-operator] wangyang0918 merged pull request #222: [FLINK-27008] Document the configurable parameters of the helm chart and their default values

Posted by GitBox <gi...@apache.org>.
wangyang0918 merged PR #222:
URL: https://github.com/apache/flink-kubernetes-operator/pull/222


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org