Conversation
Contributor
|
Comparison of Helm chart templating output: # New file added: istio-system-istio-cni
# istiod/templates/configmap-values.yaml
@@ data.original-values @@
! ± value change in multiline text (three inserts, three deletions)
{
"autoscaleMax": 5,
"autoscaleMin": 1,
- "env": {
- "PILOT_DEBOUNCE_MAX": "10s",
- "PILOT_ENABLE_ALPHA_GATEWAY_API": "true",
- "PILOT_JWT_PUB_KEY_REFRESH_INTERVAL": "1m"
- },
"gatewayClasses": {
"istio": {
"deployment": {
"spec": {
[32 lines unchanged)]
"cpu": "20m",
"memory": "80Mi"
}
}
- }
+ },
+ "variant": "distroless"
},
"meshConfig": {
"accessLogFile": "/dev/stdout",
"defaultConfig": {
"gatewayTopology": {
"numTrustedProxies": 1
},
- "holdApplicationUntilProxyStarts": true
+ "holdApplicationUntilProxyStarts": true,
+ "proxyMetadata": {
+ "ISTIO_META_ENABLE_HBONE": "true"
+ }
},
"enableAutoMtls": true,
"extensionProviders": [
{
[36 lines unchanged)]
"tcpKeepalive": {
"interval": "5s",
"probes": 3,
"time": "10s"
+ }
+ },
+ "pilot": {
+ "env": {
+ "PILOT_DEBOUNCE_MAX": "10s",
+ "PILOT_ENABLE_ALPHA_GATEWAY_API": "true",
+ "PILOT_ENABLE_AMBIENT": "true",
+ "PILOT_JWT_PUB_KEY_REFRESH_INTERVAL": "1m"
}
},
"resources": {
"limits": {
[six lines unchanged)]
}
},
"revision": "1-26-0"
}
@@ data.merged-values @@
! ± value change in multiline text (four inserts, two deletions)
{
"affinity": {},
"autoscaleBehavior": {},
"autoscaleEnabled": true,
[14 lines unchanged)]
"deploymentLabels": {},
"env": {
"PILOT_DEBOUNCE_MAX": "10s",
"PILOT_ENABLE_ALPHA_GATEWAY_API": "true",
+ "PILOT_ENABLE_AMBIENT": "true",
"PILOT_JWT_PUB_KEY_REFRESH_INTERVAL": "1m"
},
"envVarFrom": [],
"experimental": {
[115 lines unchanged)]
"sts": {
"servicePort": 0
},
"tag": "1.29.2",
- "variant": "",
+ "variant": "distroless",
"waypoint": {
"affinity": {},
"nodeSelector": {},
"resources": {
[30 lines unchanged)]
"defaultConfig": {
"gatewayTopology": {
"numTrustedProxies": 1
},
- "holdApplicationUntilProxyStarts": true
+ "holdApplicationUntilProxyStarts": true,
+ "proxyMetadata": {
+ "ISTIO_META_ENABLE_HBONE": "true"
+ }
},
"enableAutoMtls": true,
"enablePrometheusMerge": true,
"extensionProviders": [
[44 lines unchanged)]
"ownerName": "",
"pdb": {
"minAvailable": 1,
"unhealthyPodEvictionPolicy": ""
+ },
+ "pilot": {
+ "env": {
+ "PILOT_DEBOUNCE_MAX": "10s",
+ "PILOT_ENABLE_ALPHA_GATEWAY_API": "true",
+ "PILOT_ENABLE_AMBIENT": "true",
+ "PILOT_JWT_PUB_KEY_REFRESH_INTERVAL": "1m"
+ }
},
"podAnnotations": {},
"podLabels": {},
"replicaCount": 1,
[50 lines unchanged)]
"variant": "",
"volumeMounts": [],
"volumes": []
}
# istiod/templates/configmap.yaml
@@ data.mesh @@
! ± value change in multiline text (one insert, no deletions)
accessLogFile: /dev/stdout
defaultConfig:
discoveryAddress: istiod-1-26-0.istio-system.svc:15012
gatewayTopology:
numTrustedProxies: 1
holdApplicationUntilProxyStarts: true
+ image:
+ imageType: distroless
+ proxyMetadata:
+ ISTIO_META_ENABLE_HBONE: "true"
defaultProviders:
metrics:
- prometheus
enableAutoMtls: true
[29 lines unchanged)]
interval: 5s
probes: 3
time: 10s
trustDomain: cluster.local
# istiod/templates/deployment.yaml
@@ spec.template.spec.containers.discovery.image @@
! ± value change
- docker.io/istio/pilot:1.29.2
+ docker.io/istio/pilot:1.29.2-distroless
@@ spec.template.spec.containers.discovery.env @@
! + one list entry added:
+ - name: PILOT_ENABLE_AMBIENT
+ value: "true"
# istiod/templates/istiod-injector-configmap.yaml
@@ data.values @@
! ± value change in multiline text (two inserts, one deletion)
{
"gateways": {
"seccompProfile": {},
"securityContext": {}
[100 lines unchanged)]
"sts": {
"servicePort": 0
},
"tag": "1.29.2",
- "variant": "",
+ "variant": "distroless",
"waypoint": {
"affinity": {},
"nodeSelector": {},
"resources": {
[17 lines unchanged)]
},
"env": {
"PILOT_DEBOUNCE_MAX": "10s",
"PILOT_ENABLE_ALPHA_GATEWAY_API": "true",
+ "PILOT_ENABLE_AMBIENT": "true",
"PILOT_JWT_PUB_KEY_REFRESH_INTERVAL": "1m"
}
},
"revision": "1-26-0",
[seven lines unchanged)]
"rewriteAppHTTPProbe": true,
"templates": {}
}
}
# New file added: istio-system-ztunnel
# rabbitmq-cluster-operator/templates/messaging-topology-operator/validating-webhook-configuration.yaml
# values-repo.yaml
|
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📌 Summary
This PR adds charts and essential configuration for the Istio ambient mesh.
🔍 Reviewer Notes
🧹 Checklist