Socket
Socket
Sign inDemoInstall

@helm-charts/bitnami-metrics-server

Package Overview
Dependencies
1
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.1-0.1.0 to 2.2.0-0.1.0

2

chart/README.md

@@ -64,3 +64,3 @@ # Metrics Server

| `serviceAccount.name` | The name of the ServiceAccount to create | Generated using the fullname template |
| `apiService.create` | Specifies whether the v1beta1.metrics.k8s.io API service should be created | `true` |
| `apiService.create` | Specifies whether the v1beta1.metrics.k8s.io API service should be created (This should not be necessary in k8s version >= 1.8) | `false` |

@@ -67,0 +67,0 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,

** Please be patient while the chart is being deployed **
The metric server has been deployed.
{{ if .Values.apiService.create }}
{{ if or .Values.apiService.create (.Capabilities.APIVersions.Has "metrics.k8s.io/v1beta1") }}
In a few minutes you should be able to list metrics using the following

@@ -10,5 +10,18 @@ command:

{{ else }}
NOTE: You have disabled the API service creation for this release. The metrics
API will not work with this release unless you configure the metrics API
service outside of this Helm chart.
########################################################################################
### ERROR: The metrics.k8s.io/v1beta1 API service is not enabled in the cluster ###
########################################################################################
You have disabled the API service creation for this release. As the Kubernetes version in the cluster
does not have metrics.k8s.io/v1beta1, the metrics API will not work with this release unless:
Option A:
You complete your metrics-server release by running:
helm upgrade {{ .Release.Name }} bitnami/metrics-server \
--set apiService.create=true
Option B:
You configure the metrics API service outside of this Helm chart
{{- end -}}
{
"name": "@helm-charts/bitnami-metrics-server",
"version": "2.1.1-0.1.0",
"version": "2.2.0-0.1.0",
"description": "Metrics Server is a cluster-wide aggregator of resource usage data. Metrics Server collects metrics from the Summary API, exposed by Kubelet on each node.",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -9,3 +9,3 @@ # `@helm-charts/bitnami-metrics-server`

| Chart Name | metrics-server |
| Chart Version | 2.1.1 |
| Chart Version | 2.2.0 |
| NPM Package Version | 0.1.0 |

@@ -50,7 +50,7 @@

# Specifies if the v1beta1.metrics.k8s.io API service should be created.
#
# This should not be necessary in k8s version >= 1.8
# If you disable API service creation you have to
# manage it outside of this chart for e.g horizontal pod autoscaling to
# work with this release.
create: true
create: false

@@ -127,19 +127,19 @@ ## Specify the secure port where metrics-server will be running

| Parameter | Description | Default |
| ------------------------ | -------------------------------------------------------------------------- | ------------------------------------- |
| `global.imageRegistry` | Global Docker image registry | `nil` |
| `image.registry` | Metrics Server image registry | `docker.io` |
| `image.repository` | Metrics Server image name | `bitnami/metrics-server` |
| `image.tag` | Metrics Server image tag | `{VERSION}` |
| `image.pullPolicy` | Metrics Server image pull policy | `Always` |
| `securePort` | Port where metrics-server will be running | `8443` |
| `service.type` | Kubernetes Service type | `ClusterIP` |
| `service.port` | Kubernetes Service port | `443` |
| `service.annotations` | Annotations for the Service | {} |
| `service.loadBalancerIP` | LoadBalancer IP if Service type is `LoadBalancer` | `nil` |
| `service.nodePort` | NodePort if Service type is `LoadBalancer` or `NodePort` | `nil` |
| `rbac.create` | Enable RBAC authentication | `true` |
| `serviceAccount.create` | Specifies whether a ServiceAccount should be created | `true` |
| `serviceAccount.name` | The name of the ServiceAccount to create | Generated using the fullname template |
| `apiService.create` | Specifies whether the v1beta1.metrics.k8s.io API service should be created | `true` |
| Parameter | Description | Default |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------- |
| `global.imageRegistry` | Global Docker image registry | `nil` |
| `image.registry` | Metrics Server image registry | `docker.io` |
| `image.repository` | Metrics Server image name | `bitnami/metrics-server` |
| `image.tag` | Metrics Server image tag | `{VERSION}` |
| `image.pullPolicy` | Metrics Server image pull policy | `Always` |
| `securePort` | Port where metrics-server will be running | `8443` |
| `service.type` | Kubernetes Service type | `ClusterIP` |
| `service.port` | Kubernetes Service port | `443` |
| `service.annotations` | Annotations for the Service | {} |
| `service.loadBalancerIP` | LoadBalancer IP if Service type is `LoadBalancer` | `nil` |
| `service.nodePort` | NodePort if Service type is `LoadBalancer` or `NodePort` | `nil` |
| `rbac.create` | Enable RBAC authentication | `true` |
| `serviceAccount.create` | Specifies whether a ServiceAccount should be created | `true` |
| `serviceAccount.name` | The name of the ServiceAccount to create | Generated using the fullname template |
| `apiService.create` | Specifies whether the v1beta1.metrics.k8s.io API service should be created (This should not be necessary in k8s version >= 1.8) | `false` |

@@ -146,0 +146,0 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc