Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 33 of 33 for meshNetworks (0.1 sec)

  1. pkg/kube/inject/testdata/inputs/custom-template.yaml.40.values.gen.yaml

        "istioNamespace": "istio-system",
        "istiod": {
          "enableAnalysis": false
        },
        "logAsJson": false,
        "logging": {
          "level": "default:info"
        },
        "meshID": "",
        "meshNetworks": {},
        "mountMtlsCerts": false,
        "multiCluster": {
          "clusterName": "",
          "enabled": false
        },
        "namespace": "istio-system",
        "network": "",
        "omitSidecarInjectorConfigMap": false,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:59:39 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  2. pilot/pkg/xds/endpoints/ep_filters.go

    				},
    				LoadBalancingWeight: &wrappers.UInt32Value{
    					Value: epWeight,
    				},
    				Metadata: &core.Metadata{},
    			}
    			// TODO: figure out a way to extract locality data from the gateway public endpoints in meshNetworks
    			util.AppendLbEndpointMetadata(&model.EndpointMetadata{
    				Network:   gw.Network,
    				TLSMode:   model.IstioMutualTLSModeLabel,
    				ClusterID: gw.Cluster,
    				Labels:    labels.Instance{},
    			}, gwEp.Metadata)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 01:17:58 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  3. pilot/cmd/pilot-discovery/app/cmd.go

    		"File name for Istio mesh configuration. If not specified, a default mesh will be used.")
    	c.PersistentFlags().StringVar(&serverArgs.NetworksConfigFile, "networksConfig", "./etc/istio/config/meshNetworks",
    		"File name for Istio mesh networks configuration. If not specified, a default mesh networks will be used.")
    	c.PersistentFlags().StringVarP(&serverArgs.Namespace, "namespace", "n", bootstrap.PodNamespace,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 16:44:32 UTC 2024
    - 8.5K bytes
    - Viewed (0)
Back to top