Merge pull request #4673 from warjiang/fix/chart-typo-error
fix typo error for charts
This commit is contained in:
commit
b5045c5605
|
|
@ -248,7 +248,7 @@ helm install karmada-scheduler-estimator -n karmada-system ./charts/karmada
|
|||
| `agent.replicaCount` | Target replicas of the agent | `1` |
|
||||
| `agent.podLabels` | Labels of the agent pods | `{}` |
|
||||
| `agent.podAnnotations` | Annotations of the agent pods | `{}` |
|
||||
| `agent.imagePullSecrets` | Image pull secret of the agent | `[]` |
|
||||
| `agent.image.pullSecrets` | Image pull secret of the agent | `[]` |
|
||||
| `agent.image.repository` | Image of the agent | `"docker.io/karmada/karmada-agent"` |
|
||||
| `agent.image.tag` | Image tag of the agent | `"latest"` |
|
||||
| `agent.image.pullPolicy` | Image pull policy of the agent | `"Always"` |
|
||||
|
|
@ -261,7 +261,7 @@ helm install karmada-scheduler-estimator -n karmada-system ./charts/karmada
|
|||
| `scheduler.replicaCount` | Target replicas of the scheduler | `1` |
|
||||
| `scheduler.podLabels` | Labels of the scheduler pods | `{}` |
|
||||
| `scheduler.podAnnotations` | Annotations of the scheduler pods | `{}` |
|
||||
| `scheduler.imagePullSecrets` | Image pull secret of the scheduler | `[]` |
|
||||
| `scheduler.image.pullSecrets` | Image pull secret of the scheduler | `[]` |
|
||||
| `scheduler.image.repository` | Image of the scheduler | `"docker.io/karmada/karmada-scheduler"` |
|
||||
| `scheduler.image.tag` | Image tag of the scheduler | `"latest"` |
|
||||
| `scheduler.image.pullPolicy` | Image pull policy of the scheduler | `"Always"` |
|
||||
|
|
@ -274,7 +274,7 @@ helm install karmada-scheduler-estimator -n karmada-system ./charts/karmada
|
|||
| `webhook.replicaCount` | Target replicas of the webhook | `1` |
|
||||
| `webhook.podLabels` | Labels of the webhook pods | `{}` |
|
||||
| `webhook.podAnnotations` | Annotations of the webhook pods | `{}` |
|
||||
| `webhook.imagePullSecrets` | Image pull secret of the webhook | `[]` |
|
||||
| `webhook.image.pullSecrets` | Image pull secret of the webhook | `[]` |
|
||||
| `webhook.image.repository` | Image of the webhook | `"docker.io/karmada/karmada-webhook"` |
|
||||
| `webhook.image.tag` | Image tag of the webhook | `"latest"` |
|
||||
| `webhook.image.pullPolicy` | Image pull policy of the webhook | `"Always"` |
|
||||
|
|
@ -287,7 +287,7 @@ helm install karmada-scheduler-estimator -n karmada-system ./charts/karmada
|
|||
| `controllerManager.replicaCount` | Target replicas of the karmada-controller-manager | `1` |
|
||||
| `controllerManager.podLabels` | Labels of the karmada-controller-manager pods | `{}` |
|
||||
| `controllerManager.podAnnotations` | Annotations of the karmada-controller-manager pods | `{}` |
|
||||
| `controllerManager.imagePullSecrets` | Image pull secret of the karmada-controller-manager | `[]` |
|
||||
| `controllerManager.image.pullSecrets` | Image pull secret of the karmada-controller-manager | `[]` |
|
||||
| `controllerManager.image.repository` | Image of the karmada-controller-manager | `"docker.io/karmada/karmada-controller-manager"` |
|
||||
| `controllerManager.image.tag` | Image tag of the karmada-controller-manager | `"latest"` |
|
||||
| `controllerManager.image.pullPolicy` | Image pull policy of the karmada-controller-manager | `"Always"` |
|
||||
|
|
@ -304,7 +304,7 @@ helm install karmada-scheduler-estimator -n karmada-system ./charts/karmada
|
|||
| `apiServer.replicaCount` | Target replicas of the karmada-apiserver | `1` |
|
||||
| `apiServer.podLabels` | Labels of the karmada-apiserver pods | `{}` |
|
||||
| `apiServer.podAnnotations` | Annotations of the karmada-apiserver pods | `{}` |
|
||||
| `apiServer.imagePullSecrets` | Image pull secret of the karmada-apiserver | `[]` |
|
||||
| `apiServer.image.pullSecrets` | Image pull secret of the karmada-apiserver | `[]` |
|
||||
| `apiServer.image.repository` | Image of the karmada-apiserver | `"registry.k8s.io/kube-apiserver"` |
|
||||
| `apiServer.image.tag` | Image tag of the karmada-apiserver | `"v1.26.12"` |
|
||||
| `apiServer.image.pullPolicy` | Image pull policy of the karmada-apiserver | `"IfNotPresent"` |
|
||||
|
|
@ -320,7 +320,7 @@ helm install karmada-scheduler-estimator -n karmada-system ./charts/karmada
|
|||
| `aggregatedApiServer.replicaCount` | Target replicas of the karmada-aggregated-apiserver | `1` |
|
||||
| `aggregatedApiServer.podLabels` | Labels of the karmada-aggregated-apiserver pods | `{}` |
|
||||
| `aggregatedApiServer.podAnnotations` | Annotations of the karmada-aggregated-apiserver pods | `{}` |
|
||||
| `aggregatedApiServer.imagePullSecrets` | Image pull secret of the karmada-aggregated-apiserver | `[]` |
|
||||
| `aggregatedApiServer.image.pullSecrets` | Image pull secret of the karmada-aggregated-apiserver | `[]` |
|
||||
| `aggregatedApiServer.image.repository` | Image of the karmada-aggregated-apiserver | `"docker.io/karmada/karmada-aggregated-apiserver"` |
|
||||
| `aggregatedApiServer.image.tag` | Image tag of the karmada-aggregated-apiserver | `"latest"` |
|
||||
| `aggregatedApiServer.image.pullPolicy` | Image pull policy of the karmada-aggregated-apiserver | `"Always"` |
|
||||
|
|
@ -333,7 +333,7 @@ helm install karmada-scheduler-estimator -n karmada-system ./charts/karmada
|
|||
| `kubeControllerManager.replicaCount` | Target replicas of the kube-controller-manager | `1` |
|
||||
| `kubeControllerManager.podLabels` | Labels of the kube-controller-manager pods | `{}` |
|
||||
| `kubeControllerManager.podAnnotations` | Annotations of the kube-controller-manager pods | `{}` |
|
||||
| `kubeControllerManager.imagePullSecrets` | Image pull secret of the kube-controller-manager | `[]` |
|
||||
| `kubeControllerManager.image.pullSecrets` | Image pull secret of the kube-controller-manager | `[]` |
|
||||
| `kubeControllerManager.image.repository` | Image of the kube-controller-manager | `"registry.k8s.io/kube-controller-manager"` |
|
||||
| `kubeControllerManager.image.tag` | Image tag of the kube-controller-manager | `"v1.26.12"` |
|
||||
| `kubeControllerManager.image.pullPolicy` | Image pull policy of the kube-controller-manager | `"IfNotPresent"` |
|
||||
|
|
@ -351,7 +351,7 @@ helm install karmada-scheduler-estimator -n karmada-system ./charts/karmada
|
|||
| `schedulerEstimator.replicaCount` | Target replicas of the scheduler-estimator | `1` |
|
||||
| `schedulerEstimator.podLabels` | Labels of the scheduler-estimator pods | `{}` |
|
||||
| `schedulerEstimator.podAnnotations` | Annotations of the scheduler-estimator pods | `{}` |
|
||||
| `schedulerEstimator.imagePullSecrets` | Image pull secret of the scheduler-estimator | `[]` |
|
||||
| `schedulerEstimator.image.pullSecrets` | Image pull secret of the scheduler-estimator | `[]` |
|
||||
| `schedulerEstimator.image.repository` | Image of the scheduler-estimator | `"docker.io/karmada/karmada-scheduler-estimator"` |
|
||||
| `schedulerEstimator.image.tag` | Image tag of the scheduler-estimator | `"latest"` |
|
||||
| `schedulerEstimator.image.pullPolicy` | Image pull policy of the scheduler-estimator | `"Always"` |
|
||||
|
|
@ -365,7 +365,7 @@ helm install karmada-scheduler-estimator -n karmada-system ./charts/karmada
|
|||
| `descheduler.replicaCount` | Target replicas of the descheduler | `2` |
|
||||
| `descheduler.podAnnotations` | Annotations of the descheduler pods | `{}` |
|
||||
| `descheduler.podLabels` | Labels of the descheduler pods | `{}` |
|
||||
| `descheduler.imagePullSecrets` | Image pull secret of the descheduler | `[]` |
|
||||
| `descheduler.image.pullSecrets` | Image pull secret of the descheduler | `[]` |
|
||||
| `descheduler.image.repository` | Image of the descheduler | `docker.io/karmada/karmada-descheduler` |
|
||||
| `descheduler.image.pullPolicy` | Image pull policy of the descheduler | `Always` |
|
||||
| `descheduler.image.tag` | Overrides the image tag whose default is the latest | `latest` |
|
||||
|
|
@ -379,7 +379,7 @@ helm install karmada-scheduler-estimator -n karmada-system ./charts/karmada
|
|||
| `search.replicaCount` | Target replicas of the search | `2` |
|
||||
| `search.podAnnotations` | Annotations of the search pods | `{}` |
|
||||
| `search.podLabels` | Labels of the search pods | `{}` |
|
||||
| `search.imagePullSecrets` | Image pull secret of the search | `[]` |
|
||||
| `search.image.pullSecrets` | Image pull secret of the search | `[]` |
|
||||
| `search.image.repository` | Image of the search | `docker.io/karmada/karmada-search` |
|
||||
| `search.image.pullPolicy` | Image pull policy of the search | `Always` |
|
||||
| `search.image.tag` | Overrides the image tag whose default is the latest | `latest` |
|
||||
|
|
|
|||
Loading…
Reference in New Issue