Skip to content

DoD-Platform-One/istiod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

istiod

Version: 1.25.2-bb.3 AppVersion: 1.25.2 Maintenance Track: bb_integrated

Helm chart for istio control plane

Upstream References

Upstream Release Notes

Learn More

Pre-Requisites

  • Kubernetes Cluster deployed
  • Kubernetes config installed in ~/.kube/config
  • Helm installed

Install Helm

https://helm.sh/docs/intro/install/

Deployment

  • Clone down the repository
  • cd into directory
helm install istiod chart/

Values

Key Type Default Description
networkPolicies.enabled bool false Enable or disable the bundled network policies
networkPolicies.controlPlaneCIDRs list [] Configure which CIDRs istiod will be allowed to connect to when accessing the kube-apiserver; if none are specified, the chart will look up the default kubernetes EndpointSlice and use the addresses found there
networkPolicies.additionalPolicies list [] A list of additional network policies to create in the release namespace
additionalEnvoyFilters list [] A list of additional EnvoyFilters to create in the release namespace
monitoring.enabled bool true Enable or disable the bundled monitoring components and network policies
mtls.mode string "STRICT" Set the mTLS mode for the istio-system namespace
defaultSecurityHeaders.enabled bool true Enable or disable the default security headers
upstream object Upstream chart values Values to pass to the upstream istiod chart

Contributing

Please see the contributing guide if you are interested in contributing.


This file is programatically generated using helm-docs and some BigBang-specific templates. The gluon repository has instructions for regenerating package READMEs.

Releases

No releases published

Packages

No packages published