首页 星云 工具 资源 星选 资讯 热门工具
:

PDF转图片 完全免费 小红书视频下载 无水印 抖音视频下载 无水印 数字星空

Kubernetes HPA弹性伸缩 helm包

后端 176.05KB 4 需要积分: 1
立即下载

资源介绍:

Kubernetes HPA弹性伸缩 helm包
# Prometheus [Prometheus](https://prometheus.io/), a [Cloud Native Computing Foundation](https://cncf.io/) project, is a systems and service monitoring system. It collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts if some condition is observed to be true. This chart bootstraps a [Prometheus](https://prometheus.io/) deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager. ## Prerequisites - Kubernetes 1.19+ - Helm 3.7+ ## Get Repository Info ```console helm repo add prometheus-community https://prometheus-community.github.io/helm-charts helm repo update ``` _See [helm repository](https://helm.sh/docs/helm/helm_repo/) for command documentation._ ## Install Chart Starting with version 16.0, the Prometheus chart requires Helm 3.7+ in order to install successfully. Please check your `helm` release before installation. ```console helm install [RELEASE_NAME] prometheus-community/prometheus ``` _See [configuration](#configuration) below._ _See [helm install](https://helm.sh/docs/helm/helm_install/) for command documentation._ ## Dependencies By default this chart installs additional, dependent charts: - [alertmanager](https://github.com/prometheus-community/helm-charts/tree/main/charts/alertmanager) - [kube-state-metrics](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-state-metrics) - [prometheus-node-exporter](https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-node-exporter) - [prometheus-pushgateway](https://github.com/walker-tom/helm-charts/tree/main/charts/prometheus-pushgateway) To disable the dependency during installation, set `alertmanager.enabled`, `kube-state-metrics.enabled`, `prometheus-node-exporter.enabled` and `prometheus-pushgateway.enabled` to `false`. _See [helm dependency](https://helm.sh/docs/helm/helm_dependency/) for command documentation._ ## Uninstall Chart ```console helm uninstall [RELEASE_NAME] ``` This removes all the Kubernetes components associated with the chart and deletes the release. _See [helm uninstall](https://helm.sh/docs/helm/helm_uninstall/) for command documentation._ ## Updating values.schema.json A [`values.schema.json`](https://helm.sh/docs/topics/charts/#schema-files) file has been added to validate chart values. When `values.yaml` file has a structure change (i.e. add a new field, change value type, etc.), modify `values.schema.json` file manually or run `helm schema-gen values.yaml > values.schema.json` to ensure the schema is aligned with the latest values. Refer to [helm plugin `helm-schema-gen`](https://github.com/karuppiah7890/helm-schema-gen) for plugin installation instructions. ## Upgrading Chart ```console helm upgrade [RELEASE_NAME] prometheus-community/prometheus --install ``` _See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command documentation._ ### To 25.0 The `server.remoteRead[].url` and `server.remoteWrite[].url` fields now support templating. Allowing for `url` values such as `https://{{ .Release.Name }}.example.com`. Any entries in these which previously included `{{` or `}}` must be escaped with `{{ "{{" }}` and `{{ "}}" }}` respectively. Entries which did not previously include the template-like syntax will not be affected. ### To 24.0 Require Kubernetes 1.19+ Release 1.0.0 of the _alertmanager_ replaced [configmap-reload](https://github.com/jimmidyson/configmap-reload) with [prometheus-config-reloader](https://github.com/prometheus-operator/prometheus-operator/tree/main/cmd/prometheus-config-reloader). Extra command-line arguments specified via `configmapReload.prometheus.extraArgs` are not compatible and will break with the new prometheus-config-reloader. Please, refer to the [sources](https://github.com/prometheus-operator/prometheus-operator/blob/main/cmd/prometheus-config-reloader/main.go) in order to make the appropriate adjustment to the extra command-line arguments. ### To 23.0 Release 5.0.0 of the _kube-state-metrics_ chart introduced a separation of the `image.repository` value in two distinct values: ```console image: registry: registry.k8s.io repository: kube-state-metrics/kube-state-metrics ``` If a custom values file or CLI flags set `kube-state.metrics.image.repository`, please, set the new values accordingly. If you are upgrading _prometheus-pushgateway_ with the chart and _prometheus-pushgateway_ has been deployed as a statefulset with a persistent volume, the statefulset must be deleted before upgrading the chart, e.g.: ```bash kubectl delete sts -l app.kubernetes.io/name=prometheus-pushgateway -n monitoring --cascade=orphan ``` Users are advised to review changes in the corresponding chart releases before upgrading. ### To 22.0 The `app.kubernetes.io/version` label has been removed from the pod selector. Therefore, you must delete the previous StatefulSet or Deployment before upgrading. Performing this operation will cause **Prometheus to stop functioning** until the upgrade is complete. ```console kubectl delete deploy,sts -l app.kubernetes.io/name=prometheus ``` ### To 21.0 The Kubernetes labels have been updated to follow [Helm 3 label and annotation best practices](https://helm.sh/docs/chart_best_practices/labels/). Specifically, labels mapping is listed below: | OLD | NEW | |--------------------|------------------------------| |heritage | app.kubernetes.io/managed-by | |chart | helm.sh/chart | |[container version] | app.kubernetes.io/version | |app | app.kubernetes.io/name | |release | app.kubernetes.io/instance | Therefore, depending on the way you've configured the chart, the previous StatefulSet or Deployment need to be deleted before upgrade. If `runAsStatefulSet: false` (this is the default): ```console kubectl delete deploy -l app=prometheus ``` If `runAsStatefulSet: true`: ```console kubectl delete sts -l app=prometheus ``` After that do the actual upgrade: ```console helm upgrade -i prometheus prometheus-community/prometheus ``` ### To 20.0 The [configmap-reload](https://github.com/jimmidyson/configmap-reload) container was replaced by the [prometheus-config-reloader](https://github.com/prometheus-operator/prometheus-operator/tree/main/cmd/prometheus-config-reloader). Extra command-line arguments specified via configmapReload.prometheus.extraArgs are not compatible and will break with the new prometheus-config-reloader, refer to the [sources](https://github.com/prometheus-operator/prometheus-operator/blob/main/cmd/prometheus-config-reloader/main.go) in order to make the appropriate adjustment to the extra command-line arguments. ### To 19.0 Prometheus has been updated to version v2.40.5. Prometheus-pushgateway was updated to version 2.0.0 which adapted [Helm label and annotation best practices](https://helm.sh/docs/chart_best_practices/labels/). See the [upgrade docs of the prometheus-pushgateway chart](https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-pushgateway#to-200) to see whats to do, before you upgrade Prometheus! The condition in Chart.yaml to disable kube-state-metrics has been changed from `kubeStateMetrics.enabled` to `kube-state-metrics.enabled` The Docker image tag is used from appVersion field in Chart.yaml by default. Unused subchart configs has been removed and subchart config is now on the bottom of the config file. If Prometheus is used as deployment the updatestrategy has been changed to "Recreate" by default, so Helm updates work out of the box. `.Values.server.extraTemplates` & `.Values.server.extraObjects` has been removed in favour of `.Values.extraManifests`, which can do the same. `.Values.server.enabled` has been removed as it's useless now that all components are created by subcharts. All files in `templates/se

资源文件列表:

弹性伸缩测试helm集合.zip 大约有191个文件
  1. 弹性伸缩测试helm集合/
  2. 弹性伸缩测试helm集合/demo/
  3. 弹性伸缩测试helm集合/.DS_Store 6KB
  4. __MACOSX/弹性伸缩测试helm集合/._.DS_Store 120B
  5. 弹性伸缩测试helm集合/prometheus-adapter/
  6. __MACOSX/弹性伸缩测试helm集合/._prometheus-adapter 220B
  7. 弹性伸缩测试helm集合/prometheus/
  8. __MACOSX/弹性伸缩测试helm集合/._prometheus 220B
  9. 弹性伸缩测试helm集合/demo/Chart.yaml 1.11KB
  10. 弹性伸缩测试helm集合/demo/charts/
  11. 弹性伸缩测试helm集合/demo/.helmignore 349B
  12. 弹性伸缩测试helm集合/demo/templates/
  13. 弹性伸缩测试helm集合/demo/values.yaml 1.96KB
  14. 弹性伸缩测试helm集合/prometheus-adapter/ci/
  15. 弹性伸缩测试helm集合/prometheus-adapter/Chart.yaml 484B
  16. 弹性伸缩测试helm集合/prometheus-adapter/.helmignore 333B
  17. 弹性伸缩测试helm集合/prometheus-adapter/README.md 6.45KB
  18. 弹性伸缩测试helm集合/prometheus-adapter/templates/
  19. 弹性伸缩测试helm集合/prometheus-adapter/values.yaml 7.74KB
  20. 弹性伸缩测试helm集合/prometheus/ci/
  21. 弹性伸缩测试helm集合/prometheus/Chart.yaml 1.69KB
  22. 弹性伸缩测试helm集合/prometheus/charts/
  23. 弹性伸缩测试helm集合/prometheus/.helmignore 341B
  24. 弹性伸缩测试helm集合/prometheus/README.md 17.45KB
  25. 弹性伸缩测试helm集合/prometheus/Chart.lock 584B
  26. 弹性伸缩测试helm集合/prometheus/values.schema.json 24.68KB
  27. 弹性伸缩测试helm集合/prometheus/templates/
  28. 弹性伸缩测试helm集合/prometheus/values.yaml 44.93KB
  29. 弹性伸缩测试helm集合/demo/templates/deployment.yaml 1.78KB
  30. 弹性伸缩测试helm集合/demo/templates/NOTES.txt 1.69KB
  31. 弹性伸缩测试helm集合/demo/templates/ingress.yaml 2.02KB
  32. 弹性伸缩测试helm集合/demo/templates/tests/
  33. 弹性伸缩测试helm集合/demo/templates/service.yaml 352B
  34. 弹性伸缩测试helm集合/demo/templates/hpa.yaml 1.11KB
  35. 弹性伸缩测试helm集合/demo/templates/serviceaccount.yaml 314B
  36. 弹性伸缩测试helm集合/demo/templates/_helpers.tpl 1.71KB
  37. 弹性伸缩测试helm集合/prometheus-adapter/ci/default-values.yaml
  38. 弹性伸缩测试helm集合/prometheus-adapter/ci/external-rules-values.yaml 247B
  39. 弹性伸缩测试helm集合/prometheus-adapter/templates/certmanager.yaml 2.76KB
  40. 弹性伸缩测试helm集合/prometheus-adapter/templates/external-metrics-apiservice.yaml 1.32KB
  41. 弹性伸缩测试helm集合/prometheus-adapter/templates/deployment.yaml 5.14KB
  42. 弹性伸缩测试helm集合/prometheus-adapter/templates/external-metrics-cluster-role.yaml 568B
  43. 弹性伸缩测试helm集合/prometheus-adapter/templates/pdb.yaml 853B
  44. 弹性伸缩测试helm集合/prometheus-adapter/templates/NOTES.txt 404B
  45. 弹性伸缩测试helm集合/prometheus-adapter/templates/custom-metrics-apiservice.yaml 1.34KB
  46. 弹性伸缩测试helm集合/prometheus-adapter/templates/resource-metrics-cluster-role.yaml 507B
  47. 弹性伸缩测试helm集合/prometheus-adapter/templates/resource-metrics-cluster-role-binding.yaml 722B
  48. 弹性伸缩测试helm集合/prometheus-adapter/templates/cluster-role-binding-auth-reader.yaml 713B
  49. 弹性伸缩测试helm集合/prometheus-adapter/templates/custom-metrics-cluster-role-binding-hpa.yaml 883B
  50. 弹性伸缩测试helm集合/prometheus-adapter/templates/service.yaml 1.04KB
  51. 弹性伸缩测试helm集合/prometheus-adapter/templates/external-metrics-cluster-role-binding-hpa.yaml 658B
  52. 弹性伸缩测试helm集合/prometheus-adapter/templates/cluster-role-resource-reader.yaml 505B
  53. 弹性伸缩测试helm集合/prometheus-adapter/templates/cluster-role-binding-resource-reader.yaml 696B
  54. 弹性伸缩测试helm集合/prometheus-adapter/templates/role-binding-auth-reader.yaml 730B
  55. 弹性伸缩测试helm集合/prometheus-adapter/templates/custom-metrics-cluster-role.yaml 566B
  56. 弹性伸缩测试helm集合/prometheus-adapter/templates/serviceaccount.yaml 634B
  57. 弹性伸缩测试helm集合/prometheus-adapter/templates/resource-metrics-apiservice.yaml 1.3KB
  58. 弹性伸缩测试helm集合/prometheus-adapter/templates/psp.yaml 1.71KB
  59. 弹性伸缩测试helm集合/prometheus-adapter/templates/configmap.yaml 2.98KB
  60. 弹性伸缩测试helm集合/prometheus-adapter/templates/_helpers.tpl 2.67KB
  61. 弹性伸缩测试helm集合/prometheus-adapter/templates/secret.yaml 515B
  62. 弹性伸缩测试helm集合/prometheus-adapter/templates/cluster-role-binding-auth-delegator.yaml 661B
  63. 弹性伸缩测试helm集合/prometheus/ci/09-standalone-deployment-values.yaml 295B
  64. 弹性伸缩测试helm集合/prometheus/ci/10-namespaced-sd-values.yaml 3.04KB
  65. 弹性伸缩测试helm集合/prometheus/ci/03-config-reloader-sts-values.yaml 529B
  66. 弹性伸缩测试helm集合/prometheus/ci/01-automount-sa-token-values.yaml 103B
  67. 弹性伸缩测试helm集合/prometheus/ci/05-server-deployment-values.yaml 700B
  68. 弹性伸缩测试helm集合/prometheus/ci/04-extra-manifest-values.yaml 458B
  69. 弹性伸缩测试helm集合/prometheus/ci/07-meta-labels-values.yaml 76B
  70. 弹性伸缩测试helm集合/prometheus/ci/02-config-reloader-deployment-values.yaml 529B
  71. 弹性伸缩测试helm集合/prometheus/ci/11-default-values.yaml 41B
  72. 弹性伸缩测试helm集合/prometheus/ci/06-server-sts-values.yaml 755B
  73. 弹性伸缩测试helm集合/prometheus/ci/08-sts-pvc-retention-policy-values.yaml 251B
  74. 弹性伸缩测试helm集合/prometheus/charts/kube-state-metrics/
  75. 弹性伸缩测试helm集合/prometheus/charts/alertmanager/
  76. 弹性伸缩测试helm集合/prometheus/charts/prometheus-node-exporter/
  77. 弹性伸缩测试helm集合/prometheus/charts/prometheus-pushgateway/
  78. 弹性伸缩测试helm集合/prometheus/templates/vpa.yaml 926B
  79. 弹性伸缩测试helm集合/prometheus/templates/pdb.yaml 557B
  80. 弹性伸缩测试helm集合/prometheus/templates/NOTES.txt 7.35KB
  81. 弹性伸缩测试helm集合/prometheus/templates/ingress.yaml 2.12KB
  82. 弹性伸缩测试helm集合/prometheus/templates/deploy.yaml 16.59KB
  83. 弹性伸缩测试helm集合/prometheus/templates/network-policy.yaml 472B
  84. 弹性伸缩测试helm集合/prometheus/templates/service.yaml 2.2KB
  85. 弹性伸缩测试helm集合/prometheus/templates/clusterrole.yaml 1.16KB
  86. 弹性伸缩测试helm集合/prometheus/templates/sts.yaml 17.82KB
  87. 弹性伸缩测试helm集合/prometheus/templates/cm.yaml 3.42KB
  88. 弹性伸缩测试helm集合/prometheus/templates/pvc.yaml 1.5KB
  89. 弹性伸缩测试helm集合/prometheus/templates/serviceaccount.yaml 717B
  90. 弹性伸缩测试helm集合/prometheus/templates/psp.yaml 1.3KB
  91. 弹性伸缩测试helm集合/prometheus/templates/headless-svc.yaml 1.14KB
  92. 弹性伸缩测试helm集合/prometheus/templates/extra-manifests.yaml 63B
  93. 弹性伸缩测试helm集合/prometheus/templates/_helpers.tpl 7.53KB
  94. 弹性伸缩测试helm集合/prometheus/templates/clusterrolebinding.yaml 610B
  95. 弹性伸缩测试helm集合/prometheus/templates/rolebinding.yaml 577B
  96. 弹性伸缩测试helm集合/demo/templates/tests/test-connection.yaml 370B
  97. 弹性伸缩测试helm集合/prometheus/charts/kube-state-metrics/Chart.yaml 659B
  98. 弹性伸缩测试helm集合/prometheus/charts/kube-state-metrics/.helmignore 333B
  99. 弹性伸缩测试helm集合/prometheus/charts/kube-state-metrics/README.md 2.66KB
  100. 弹性伸缩测试helm集合/prometheus/charts/kube-state-metrics/templates/
  101. 弹性伸缩测试helm集合/prometheus/charts/kube-state-metrics/values.yaml 17.59KB
  102. 弹性伸缩测试helm集合/prometheus/charts/alertmanager/ci/
  103. 弹性伸缩测试helm集合/prometheus/charts/alertmanager/Chart.yaml 715B
  104. 弹性伸缩测试helm集合/prometheus/charts/alertmanager/.helmignore 361B
  105. 弹性伸缩测试helm集合/prometheus/charts/alertmanager/README.md 2.41KB
  106. 弹性伸缩测试helm集合/prometheus/charts/alertmanager/values.schema.json 35.82KB
  107. 弹性伸缩测试helm集合/prometheus/charts/alertmanager/templates/
  108. 弹性伸缩测试helm集合/prometheus/charts/alertmanager/values.yaml 10.75KB
  109. 弹性伸缩测试helm集合/prometheus/charts/prometheus-node-exporter/ci/
  110. 弹性伸缩测试helm集合/prometheus/charts/prometheus-node-exporter/Chart.yaml 628B
  111. 弹性伸缩测试helm集合/prometheus/charts/prometheus-node-exporter/.helmignore 333B
  112. 弹性伸缩测试helm集合/prometheus/charts/prometheus-node-exporter/README.md 3.31KB
  113. 弹性伸缩测试helm集合/prometheus/charts/prometheus-node-exporter/templates/
  114. 弹性伸缩测试helm集合/prometheus/charts/prometheus-node-exporter/values.yaml 18.55KB
  115. 弹性伸缩测试helm集合/prometheus/charts/prometheus-pushgateway/Chart.yaml 616B
  116. 弹性伸缩测试helm集合/prometheus/charts/prometheus-pushgateway/.helmignore 369B
  117. 弹性伸缩测试helm集合/prometheus/charts/prometheus-pushgateway/README.md 2.82KB
  118. 弹性伸缩测试helm集合/prometheus/charts/prometheus-pushgateway/templates/
  119. 弹性伸缩测试helm集合/prometheus/charts/prometheus-pushgateway/values.yaml 10.73KB
  120. 弹性伸缩测试helm集合/prometheus/charts/kube-state-metrics/templates/servicemonitor.yaml 6.46KB
  121. 弹性伸缩测试helm集合/prometheus/charts/kube-state-metrics/templates/podsecuritypolicy.yaml 1.01KB
  122. 弹性伸缩测试helm集合/prometheus/charts/kube-state-metrics/templates/deployment.yaml 13.02KB
  123. 弹性伸缩测试helm集合/prometheus/charts/kube-state-metrics/templates/role.yaml 5.23KB
  124. 弹性伸缩测试helm集合/prometheus/charts/kube-state-metrics/templates/stsdiscovery-rolebinding.yaml 636B
  125. 弹性伸缩测试helm集合/prometheus/charts/kube-state-metrics/templates/pdb.yaml 579B
  126. 弹性伸缩测试helm集合/prometheus/charts/kube-state-metrics/templates/NOTES.txt 1.09KB
  127. 弹性伸缩测试helm集合/prometheus/charts/kube-state-metrics/templates/psp-clusterrole.yaml 696B
  128. 弹性伸缩测试helm集合/prometheus/charts/kube-state-metrics/templates/kubeconfig-secret.yaml 348B
  129. 弹性伸缩测试helm集合/prometheus/charts/kube-state-metrics/templates/stsdiscovery-role.yaml 558B
  130. 弹性伸缩测试helm集合/prometheus/charts/kube-state-metrics/templates/service.yaml 1.8KB
  131. 弹性伸缩测试helm集合/prometheus/charts/kube-state-metrics/templates/rbac-configmap.yaml 718B
  132. 弹性伸缩测试helm集合/prometheus/charts/kube-state-metrics/templates/verticalpodautoscaler.yaml 1.54KB
  133. 弹性伸缩测试helm集合/prometheus/charts/kube-state-metrics/templates/serviceaccount.yaml 776B
  134. 弹性伸缩测试helm集合/prometheus/charts/kube-state-metrics/templates/extra-manifests.yaml 72B
  135. 弹性伸缩测试helm集合/prometheus/charts/kube-state-metrics/templates/_helpers.tpl 5.23KB
  136. 弹性伸缩测试helm集合/prometheus/charts/kube-state-metrics/templates/clusterrolebinding.yaml 662B
  137. 弹性伸缩测试helm集合/prometheus/charts/kube-state-metrics/templates/rolebinding.yaml 771B
  138. 弹性伸缩测试helm集合/prometheus/charts/kube-state-metrics/templates/crs-configmap.yaml 507B
  139. 弹性伸缩测试helm集合/prometheus/charts/kube-state-metrics/templates/psp-clusterrolebinding.yaml 622B
  140. 弹性伸缩测试helm集合/prometheus/charts/kube-state-metrics/templates/ciliumnetworkpolicy.yaml 1.07KB
  141. 弹性伸缩测试helm集合/prometheus/charts/kube-state-metrics/templates/networkpolicy.yaml 1.38KB
  142. 弹性伸缩测试helm集合/prometheus/charts/alertmanager/ci/config-reload-values.yaml 33B
  143. 弹性伸缩测试helm集合/prometheus/charts/alertmanager/templates/serviceperreplica.yaml 1.49KB
  144. 弹性伸缩测试helm集合/prometheus/charts/alertmanager/templates/services.yaml 2.19KB
  145. 弹性伸缩测试helm集合/prometheus/charts/alertmanager/templates/vpa.yaml 835B
  146. 弹性伸缩测试helm集合/prometheus/charts/alertmanager/templates/pdb.yaml 466B
  147. 弹性伸缩测试helm集合/prometheus/charts/alertmanager/templates/NOTES.txt 1.7KB
  148. 弹性伸缩测试helm集合/prometheus/charts/alertmanager/templates/ingress.yaml 1.16KB
  149. 弹性伸缩测试helm集合/prometheus/charts/alertmanager/templates/ingressperreplica.yaml 2.01KB
  150. 弹性伸缩测试helm集合/prometheus/charts/alertmanager/templates/tests/
  151. 弹性伸缩测试helm集合/prometheus/charts/alertmanager/templates/serviceaccount.yaml 456B
  152. 弹性伸缩测试helm集合/prometheus/charts/alertmanager/templates/configmap.yaml 591B
  153. 弹性伸缩测试helm集合/prometheus/charts/alertmanager/templates/_helpers.tpl 2.4KB
  154. 弹性伸缩测试helm集合/prometheus/charts/alertmanager/templates/statefulset.yaml 9.33KB
  155. 弹性伸缩测试helm集合/prometheus/charts/prometheus-node-exporter/ci/default-values.yaml 28B
  156. 弹性伸缩测试helm集合/prometheus/charts/prometheus-node-exporter/ci/service-labels-values.yaml 50B
  157. 弹性伸缩测试helm集合/prometheus/charts/prometheus-node-exporter/ci/port-values.yaml 41B
  158. 弹性伸缩测试helm集合/prometheus/charts/prometheus-node-exporter/ci/serviceport-values.yaml 31B
  159. 弹性伸缩测试helm集合/prometheus/charts/prometheus-node-exporter/ci/common-labels-values.yaml 90B
  160. 弹性伸缩测试helm集合/prometheus/charts/prometheus-node-exporter/ci/pod-labels-values.yaml 59B
  161. 弹性伸缩测试helm集合/prometheus/charts/prometheus-node-exporter/templates/servicemonitor.yaml 2.13KB
  162. 弹性伸缩测试helm集合/prometheus/charts/prometheus-node-exporter/templates/daemonset.yaml 12.67KB
  163. 弹性伸缩测试helm集合/prometheus/charts/prometheus-node-exporter/templates/NOTES.txt 1.87KB
  164. 弹性伸缩测试helm集合/prometheus/charts/prometheus-node-exporter/templates/psp-clusterrole.yaml 515B
  165. 弹性伸缩测试helm集合/prometheus/charts/prometheus-node-exporter/templates/podmonitor.yaml 3.27KB
  166. 弹性伸缩测试helm集合/prometheus/charts/prometheus-node-exporter/templates/service.yaml 1.4KB
  167. 弹性伸缩测试helm集合/prometheus/charts/prometheus-node-exporter/templates/rbac-configmap.yaml 567B
  168. 弹性伸缩测试helm集合/prometheus/charts/prometheus-node-exporter/templates/clusterrole.yaml 581B
  169. 弹性伸缩测试helm集合/prometheus/charts/prometheus-node-exporter/templates/verticalpodautoscaler.yaml 1.32KB
  170. 弹性伸缩测试helm集合/prometheus/charts/prometheus-node-exporter/templates/serviceaccount.yaml 803B
  171. 弹性伸缩测试helm集合/prometheus/charts/prometheus-node-exporter/templates/psp.yaml 1.25KB
  172. 弹性伸缩测试helm集合/prometheus/charts/prometheus-node-exporter/templates/extra-manifests.yaml 63B
  173. 弹性伸缩测试helm集合/prometheus/charts/prometheus-node-exporter/templates/_helpers.tpl 5.84KB
  174. 弹性伸缩测试helm集合/prometheus/charts/prometheus-node-exporter/templates/endpoints.yaml 478B
  175. 弹性伸缩测试helm集合/prometheus/charts/prometheus-node-exporter/templates/clusterrolebinding.yaml 715B
  176. 弹性伸缩测试helm集合/prometheus/charts/prometheus-node-exporter/templates/psp-clusterrolebinding.yaml 649B
  177. 弹性伸缩测试helm集合/prometheus/charts/prometheus-node-exporter/templates/networkpolicy.yaml 641B
  178. 弹性伸缩测试helm集合/prometheus/charts/prometheus-pushgateway/templates/servicemonitor.yaml 1.65KB
  179. 弹性伸缩测试helm集合/prometheus/charts/prometheus-pushgateway/templates/deployment.yaml 846B
  180. 弹性伸缩测试helm集合/prometheus/charts/prometheus-pushgateway/templates/pdb.yaml 524B
  181. 弹性伸缩测试helm集合/prometheus/charts/prometheus-pushgateway/templates/NOTES.txt 1.57KB
  182. 弹性伸缩测试helm集合/prometheus/charts/prometheus-pushgateway/templates/ingress.yaml 1.73KB
  183. 弹性伸缩测试helm集合/prometheus/charts/prometheus-pushgateway/templates/pushgateway-pvc.yaml 1003B
  184. 弹性伸缩测试helm集合/prometheus/charts/prometheus-pushgateway/templates/service.yaml 1.6KB
  185. 弹性伸缩测试helm集合/prometheus/charts/prometheus-pushgateway/templates/serviceaccount.yaml 586B
  186. 弹性伸缩测试helm集合/prometheus/charts/prometheus-pushgateway/templates/extra-manifests.yaml 169B
  187. 弹性伸缩测试helm集合/prometheus/charts/prometheus-pushgateway/templates/_helpers.tpl 9.27KB
  188. 弹性伸缩测试helm集合/prometheus/charts/prometheus-pushgateway/templates/statefulset.yaml 1.6KB
  189. 弹性伸缩测试helm集合/prometheus/charts/prometheus-pushgateway/templates/secret.yaml 315B
  190. 弹性伸缩测试helm集合/prometheus/charts/prometheus-pushgateway/templates/networkpolicy.yaml 960B
  191. 弹性伸缩测试helm集合/prometheus/charts/alertmanager/templates/tests/test-connection.yaml 567B
0评论
提交 加载更多评论
其他资源 国家英文名称与对应的iso3匹配表
含dta文件和excel文件
各类Excel场景练习题
按钮去哪儿了.xlsx 帮跑男求解鸡兔同笼.xlsx 不会公式也能快速汇总.xlsx 单元格格式藏玄机.xlsx 多条件排序(视频版)配套附件.xlsx 给表格化个妆.xlsx 给数据把个关.xlsx 给数据分个组.xlsx 给数据排个序.xlsx 函数公式轻松学.xlsx 和人工查找说再见.xlsx 快速打印无烦恼.xlsx 时间都去哪儿了.xlsx 数据分析神器之透视表.xlsx 图表其实很简单.xlsx 玩股票学公式.xlsx 玩股票学图表.xlsx 玩股票学网抓.xlsx 为公式插上翅膀.xlsx 自动填充效率高.xlsx 组合图表显身手.xlsx excel课程习题《按钮去哪儿了》视频版配套附件.xlsx
大麦网快速抢票助手,全自动
内容概要: 《大麦网抢票助手》是一款高效的自动抢票工具,专为大麦网用户设计。该工具利用无障碍功能模拟手动抢票,支持自动登录、选择场次和票档、自动下单等功能,极大提高了抢票成功率。 适用人群: 经常在大麦网购票的用户 需要快速抢票的演唱会、话剧、体育赛事爱好者 从事票务代理的专业人士 任何希望提高抢票效率的用户 使用场景及目标: 演出抢票:帮助用户快速抢购热门演唱会、话剧、体育赛事等门票,避免手动操作的繁琐。 票务代理:为票务代理提供高效的抢票工具,提升工作效率。 娱乐消遣:满足普通用户的娱乐需求,确保第一时间获取心仪的票务信息。 工作辅助:为需要频繁购票的用户提供便捷的抢票解决方案,节省时间和精力。 其他说明: 格式:本工具为EXE格式,兼容Windows操作系统。 更新:工具将定期更新,确保兼容性和功能的完善。 支持:如有任何问题或建议,欢迎通过CSDN平台与作者联系。
大麦网快速抢票助手,全自动
maven-3.5.4
官网目前没有3.5.4版本的maven包了,但编译有些软件,新版本的maven会不兼容。 提供给需要的同学下载。
Linux内核技术源代码
内容概要: 《Linux内核技术源代码》压缩包包含了完整的Linux内核源代码,适用于深入学习和研究Linux内核技术的用户。通过对源代码的分析和理解,用户可以掌握Linux内核的工作原理、架构设计以及实现细节。 适用人群: 对操作系统内核开发感兴趣的初学者 希望深入了解Linux内核架构的专业人士 从事操作系统开发、嵌入式系统开发的工程师 计算机科学相关专业的学生和研究人员 使用场景及目标: 学习提升:帮助读者系统学习Linux内核知识,提升专业技能。 工作参考:为从事操作系统和嵌入式系统开发的人员提供实用的参考资料,解决实际工作中的问题。 项目开发:为开发者提供Linux内核技术的详细指导,助力项目开发。 学术研究:为计算机科学相关专业的学生和研究人员提供深入的学习资料,支持学术研究。 其他说明: 格式:本压缩包包含完整的Linux内核源代码,兼容多种开发环境。 更新:源代码将定期更新,确保内容的时效性和准确性。 支持:如有任何问题或建议,欢迎通过CSDN平台与作者联系。
redis安装包和工具
redis安装包和工具
apache-maven zip包
Apache Maven 是一个强大的项目管理和构建自动化工具,它基于项目对象模型(POM)的概念,允许开发者通过一个简单的声明式配置文件(通常是 pom.xml)来管理项目的构建、报告和文档, 提供免费版本 maven zip包下载
第二阶段:机器学习经典算法-01回归算法-6.梯度下降实例
该视频主要讲述了梯度下降算法在机器学习中的应用。首先介绍了如何通过计算损失函数值和偏导数来优化模型参数,然后详细讲解了如何计算目标函数对参数的偏导数以及如何设置合适的学习率。视频强调了学习率的重要性,并介绍了梯度下降算法的迭代求解过程,最后通过具体例子展示了梯度下降算法的应用。该视频对于理解梯度下降算法的基本原理和应用具有一定的帮助,对于初学者来说是一个很好的学习资源。 梯度下降实例分析与代码解释 1.通过分析PGA数据,使用梯度下降法寻找最佳参数组合以接近y与distance之间的关系。 09:44 梯度下降法的实现细节 1.迭代求解和损失函数的打印、存储及收敛值的控制方法,通过定义收敛值来控制迭代过程。 2.梯度下降法的应用,包括计算方法和参数调整过程。 10:34 梯度下降算法介绍 1.梯度下降是一种优化算法,用于找到函数的最小值。 2.在梯度下降中,通过计算函数梯度并朝着梯度相反的方向更新参数,以逐步降低函数值。 3.梯度下降常用于机器学习和深度学习中,用于优化模型参数。