You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@yunikorn.apache.org by GitBox <gi...@apache.org> on 2022/02/16 17:29:01 UTC

[GitHub] [incubator-yunikorn-release] srisco commented on a change in pull request #79: [YUNIKORN-1078] Add more parameters in helm chart

srisco commented on a change in pull request #79:
URL: https://github.com/apache/incubator-yunikorn-release/pull/79#discussion_r808273298



##########
File path: helm-charts/yunikorn/README.md
##########
@@ -59,33 +59,48 @@ helm install yunikorn yunikorn/yunikorn
 ## Configuration
 The following table lists the configurable parameters of the YuniKorn chart and their default values.
 
-| Parameter                              | Description                                            | Default                                     |
-| ---                                    | ---                                                    | ---                                         |
-| `imagePullSecrets`                     | Docker repository secrets                              | ` `
-| `serviceAccount`                       | Service account name                                   | `yunikorn-admin`
-| `image.repository`                     | Scheduler image repository                             | `apache/yunikorn`
-| `image.tag`                            | Scheduler image tag                                    | `scheduler-latest`
-| `image.pullPolicy`                     | Scheduler image pull policy                            | `Always`
-| `pluginImage.repository`               | Scheduler plugin image repository                      | `apache/yunikorn`
-| `pluginImage.tag`                      | Scheduler plugin image tag                             | `scheduler-plugin-latest`
-| `pluginImage.pullPolicy`               | Scheduler plugin image pull policy                     | `Always`
-| `webImage.repository`                  | Web app image repository                               | `apache/yunikorn`
-| `webImage.tag`                         | Web app image tag                                      | `web-latest`
-| `webImage.pullPolicy`                  | Web app image pull policy                              | `Always`
-| `admissionControllerImage.repository`  | Admission controller image repository                  | `apache/yunikorn`
-| `admissionControllerImage.tag`         | Admission controller image tag                         | `admission-latest`
-| `admissionControllerImage.pullPolicy`  | Admission controller image pull policy                 | `Always`
-| `admissionControllerNamespaceBlacklist`| Comma-separated list of namespace regexes to ignore    | `^kube-system$`
-| `service.port`                         | Port of the scheduler service                          | `9080`
-| `service.portWeb`                      | Port of the web application service                    | `9889`
-| `resources.requests.cpu`               | CPU resource requests                                  | `200m`
-| `resources.requests.memory`            | Memory resource requests                               | `1Gi`
-| `resources.limits.cpu`                 | CPU resource limit                                     | `4`
-| `resources.limits.memory`              | Memory resource limit                                  | `2Gi`
-| `embedAdmissionController`             | Flag for enabling/disabling the admission controller   | `true`
-| `enableSchedulerPlugin`                | Flag for enabling/disabling scheduler plugin mode      | `false`
-| `operatorPlugins`                      | Scheduler operator plugins                             | `general`
-| `nodeSelector`                         | Scheduler deployment nodeSelector(s)                   | ` `
+| Parameter                                       | Description                                          | Default                         |
+| ----------------------------------------------- | ---------------------------------------------------- | ------------------------------- |
+| `imagePullSecrets`                              | Docker repository secrets                            | ` `                             |
+| `serviceAccount`                                | Service account name                                 | `yunikorn-admin`                |
+| `image.repository`                              | Scheduler image repository                           | `apache/yunikorn`               |
+| `image.tag`                                     | Scheduler image tag                                  | `scheduler-latest`              |
+| `image.pullPolicy`                              | Scheduler image pull policy                          | `Always`                        |
+| `pluginImage.repository`                        | Scheduler plugin image repository                    | `apache/yunikorn`               |
+| `pluginImage.tag`                               | Scheduler plugin image tag                           | `scheduler-plugin-latest`       |
+| `pluginImage.pullPolicy`                        | Scheduler plugin image pull policy                   | `Always`                        |
+| `webImage.repository`                           | Web app image repository                             | `apache/yunikorn`               |
+| `webImage.tag`                                  | Web app image tag                                    | `web-latest`                    |
+| `webImage.pullPolicy`                           | Web app image pull policy                            | `Always`                        |
+| `admissionController.image.replicaCount`        | Admission controller image repository                | `1`                             |

Review comment:
       Sorry, I messed it up when copying in the documentation.
   BTW I have added a line for the `replicaCount` of the scheduler.




-- 
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: dev-unsubscribe@yunikorn.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@yunikorn.apache.org
For additional commands, e-mail: dev-help@yunikorn.apache.org