- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 11 for ISTIO_META_DNS_CAPTURE (0.15 sec)
-
istioctl/pkg/workload/testdata/vmconfig-nil-proxy-metadata/mesh.yaml.golden
defaultConfig: proxyMetadata: CANONICAL_REVISION: latest CANONICAL_SERVICE: foo ISTIO_META_CLUSTER_ID: Kubernetes ISTIO_META_DNS_CAPTURE: "true" ISTIO_META_MESH_ID: "" ISTIO_META_NETWORK: "" ISTIO_META_WORKLOAD_NAME: foo ISTIO_METAJSON_LABELS: '{"service.istio.io/canonical-name":"foo","service.istio.io/canonical-revision":"latest"}' POD_NAMESPACE: bar SERVICE_ACCOUNT: vm-serviceaccount TRUST_DOMAIN: ""
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Jun 15 15:02:17 UTC 2023 - 500 bytes - Viewed (0) -
istioctl/pkg/workload/testdata/vmconfig/ipv6/meshconfig.yaml
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Jun 15 15:02:17 UTC 2023 - 300 bytes - Viewed (0) -
istioctl/pkg/workload/testdata/vmconfig/ipv4/meshconfig.yaml
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Jun 15 15:02:17 UTC 2023 - 300 bytes - Viewed (0) -
istioctl/pkg/workload/testdata/vmconfig-nil-proxy-metadata/cluster.env.golden
ISTIO_INBOUND_PORTS='*' ISTIO_LOCAL_EXCLUDE_PORTS='22,15090,15021,15020' ISTIO_METAJSON_LABELS='{"service.istio.io/canonical-name":"foo","service.istio.io/canonical-revision":"latest"}' ISTIO_META_CLUSTER_ID='Kubernetes' ISTIO_META_DNS_CAPTURE='true' ISTIO_META_MESH_ID='' ISTIO_META_NETWORK='' ISTIO_META_WORKLOAD_NAME='foo' ISTIO_NAMESPACE='bar' ISTIO_SERVICE='foo.bar' ISTIO_SERVICE_CIDR='*' ISTIO_SVC_IP='10.10.10.10' POD_NAMESPACE='bar'
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Jun 15 15:02:17 UTC 2023 - 546 bytes - Viewed (0) -
istioctl/pkg/workload/testdata/vmconfig/ipv4/mesh.yaml.golden
defaultConfig: discoveryAddress: istiod-rev-1.istio-system.svc:15012 proxyMetadata: CANONICAL_REVISION: latest CANONICAL_SERVICE: foo CLUSTER_MESH_CONFIG_VALUE: foo ISTIO_META_CLUSTER_ID: Kubernetes ISTIO_META_DNS_CAPTURE: "true" ISTIO_META_MESH_ID: "" ISTIO_META_NETWORK: "" ISTIO_META_WORKLOAD_NAME: foo ISTIO_METAJSON_LABELS: '{"service.istio.io/canonical-name":"foo","service.istio.io/canonical-revision":"latest"}'
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Jun 15 15:02:17 UTC 2023 - 625 bytes - Viewed (0) -
istioctl/pkg/workload/testdata/vmconfig/ipv6/mesh.yaml.golden
defaultConfig: discoveryAddress: istiod-rev-1.istio-system.svc:15012 proxyMetadata: CANONICAL_REVISION: latest CANONICAL_SERVICE: foo CLUSTER_MESH_CONFIG_VALUE: foo ISTIO_META_CLUSTER_ID: Kubernetes ISTIO_META_DNS_CAPTURE: "true" ISTIO_META_MESH_ID: "" ISTIO_META_NETWORK: "" ISTIO_META_WORKLOAD_NAME: foo ISTIO_METAJSON_LABELS: '{"service.istio.io/canonical-name":"foo","service.istio.io/canonical-revision":"latest"}'
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Jun 15 15:02:17 UTC 2023 - 625 bytes - Viewed (0) -
istioctl/pkg/workload/testdata/vmconfig/ipv4/cluster.env.golden
ISTIO_INBOUND_PORTS='*' ISTIO_LOCAL_EXCLUDE_PORTS='22,15090,15021,15020' ISTIO_METAJSON_LABELS='{"service.istio.io/canonical-name":"foo","service.istio.io/canonical-revision":"latest"}' ISTIO_META_CLUSTER_ID='Kubernetes' ISTIO_META_DNS_CAPTURE='true' ISTIO_META_MESH_ID='' ISTIO_META_NETWORK='' ISTIO_META_WORKLOAD_NAME='foo' ISTIO_NAMESPACE='bar' ISTIO_SERVICE='foo.bar' ISTIO_SERVICE_CIDR='*' ISTIO_SVC_IP='10.10.10.10' POD_NAMESPACE='bar'
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Jun 15 15:02:17 UTC 2023 - 655 bytes - Viewed (0) -
istioctl/pkg/workload/testdata/vmconfig/ipv6/cluster.env.golden
ISTIO_INBOUND_PORTS='*' ISTIO_LOCAL_EXCLUDE_PORTS='22,15090,15021,15020' ISTIO_METAJSON_LABELS='{"service.istio.io/canonical-name":"foo","service.istio.io/canonical-revision":"latest"}' ISTIO_META_CLUSTER_ID='Kubernetes' ISTIO_META_DNS_CAPTURE='true' ISTIO_META_MESH_ID='' ISTIO_META_NETWORK='' ISTIO_META_WORKLOAD_NAME='foo' ISTIO_NAMESPACE='bar' ISTIO_SERVICE='foo.bar' ISTIO_SERVICE_CIDR='*' ISTIO_SVC_IP='fd00:10:96::1' POD_NAMESPACE='bar'
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Jun 15 15:02:17 UTC 2023 - 657 bytes - Viewed (0) -
cni/pkg/plugin/sidecar_redirect.go
if valErr != nil { return nil, fmt.Errorf("annotation value error for value %s; annotationFound = %t: %v", "kubevirtInterfaces", isFound, valErr) } if v, found := pi.ProxyEnvironments["ISTIO_META_DNS_CAPTURE"]; found { // parse and set the bool value of dnsRedirect redir.dnsRedirect, valErr = strconv.ParseBool(v) if valErr != nil { log.Warnf("cannot parse DNS capture environment variable %v", valErr) }
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Jan 26 20:34:28 UTC 2024 - 10.6K bytes - Viewed (0) -
cni/README.md
- includeIPCidr, excludeIPCidr - includeInboudPorts, excludeInboundPorts - includeOutboutPorts, excludeOutboundPorts - excludeInterfaces - kubevirtInterfaces - ISTIO_META_DNS_CAPTURE env variable on the proxy - enables dns redirect - INVALID_DROP env var on proxy - changes behavior from reset to drop in iptables - auto excluded inbound ports: 15020, 15021, 15090
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Jul 17 23:10:17 UTC 2024 - 10.5K bytes - Viewed (0)