Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
github.com/banzaicloud/istio-operator/deploy/charts/v2
Istio-operator is a Kubernetes operator to deploy and manage Istio resources for a Kubernetes cluster.
To install the chart:
❯ helm repo add banzaicloud-stable https://kubernetes-charts.banzaicloud.com
❯ helm install --create-namespace --namespace=istio-system istio-operator banzaicloud-stable/istio-operator
To uninstall/delete the istio-operator
release:
❯ helm uninstall istio-operator
The command removes all the Kubernetes components associated with the chart and deletes the release.
The following table lists the configurable parameters of the Banzaicloud Istio Operator chart and their default values.
Parameter | Description | Default |
---|---|---|
image.repository | Operator container image repository | ghcr.io/banzaicloud/istio-operator |
image.tag | Operator container image tag | v2.17.3 |
image.pullPolicy | Operator container image pull policy | IfNotPresent |
replicaCount | Operator deployment replica count | 1 |
extraArgs | Operator deployment arguments | [] |
resources | CPU/Memory resource requests/limits (YAML) | Memory: 256Mi , CPU: 200m |
podAnnotations | Operator deployment pod annotations (YAML) | sidecar.istio.io/inject: "false" |
podSecurityContext | Operator deployment pod security context (YAML) | fsGroup: 1337 |
securityContext | Operator deployment security context (YAML) | runAsUser: 1337 , runAsGroup: 1337 , runAsNonRoot: true , capabilities: drop: - ALL |
nodeselector | Operator deployment node selector (YAML) | {} |
tolerations | Operator deployment tolerations | [] |
affinity | Operator deployment affinity (YAML) | {} |
imagePullSecrets | Operator deployment image pull secrets | [] |
prometheusMetrics.enabled | If true, use direct access for Prometheus metrics | true |
prometheusMetrics.authProxy.enabled | If true, use auth proxy for Prometheus metrics | true |
prometheusMetrics.authProxy.image.repository | Auth proxy container image repository | gcr.io/kubebuilder/kube-rbac-proxy |
prometheusMetrics.authProxy.image.tag | Auth proxy container image tag | v0.8.0 |
prometheusMetrics.authProxy.image.pullPolicy | Auth proxy container image pull policy | IfNotPresent |
rbac.enabled | If true, create rbac service account and roles | true |
nameOverride | Name override for resource names | "" |
fullnameOverride | Full name override for resource names | "" |
useNamespaceResource | If true, create namespace | false |
leaderElection.enabled | If true, leader election is enabled for the operator deployment | false |
leaderElection.namespace | Namespace for the leader election configmap | istio-system |
leaderElection.nameOverride | Name override for the leader election configmap | "" |
apiServerEndpointAddress | Endpoint address of the API server of the cluster the controller is running on | "" |
clusterRegistry.clusterAPI.enabled | If true, cluster registry API is used from the cluster | false |
clusterRegistry.resourceSyncRules.enabled | If true, the necessary ResourceSyncRule resources from the cluster registry API are automatically created for multi cluster setups | false |
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.