Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for configPath (0.18 sec)

  1. tests/integration/pilot/testdata/upgrade/1.6.11-install.yaml.tar

    istio.io/rev: 1-6-11 release: istio data: # Configuration file for the mesh networks to be used by the Split Horizon EDS. meshNetworks: |- networks: {} mesh: |- accessLogEncoding: TEXT accessLogFile: "" accessLogFormat: "" defaultConfig: concurrency: 2 configPath: ./etc/istio/proxy connectTimeout: 10s controlPlaneAuthPoli: NONE discoveryAddress: istiod-1-6-11.istio-system.svc:15012 drainDuration: 45s parentShutdownDurati: 1m0s proxyAdminPort: 15000 proxyMetadata: DNS_AGENT: "" serviceCluster: istio-proxy...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 16:06:08 UTC 2021
    - 50K bytes
    - Viewed (0)
  2. cmd/bucket-handlers.go

    	updatedAt, err := globalBucketMetadataSys.Update(ctx, bucket, objectLockConfig, configData)
    	if err != nil {
    		writeErrorResponse(ctx, w, toAPIError(ctx, err), r.URL)
    		return
    	}
    
    	// Call site replication hook.
    	//
    	// We encode the xml bytes as base64 to ensure there are no encoding
    	// errors.
    	cfgStr := base64.StdEncoding.EncodeToString(configData)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 61.2K bytes
    - Viewed (0)
  3. cluster/gce/windows/k8s-node-setup.psm1

      }
    }
    
    # Generates the containerd config.toml file.
    function Configure_Containerd {
      $config_path = Get_Containerd_ConfigPath
      $config_dir = [System.IO.Path]::GetDirectoryName($config_path)
      New-Item $config_dir -ItemType 'directory' -Force | Out-Null
      Set-Content ${config_path} @"
    [plugins.scheduler]
      schedule_delay = '0s'
      startup_delay = '0s'
    [plugins.cri]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  4. pilot/pkg/model/push_context.go

    }
    
    // DelegateVirtualServices lists all the delegate virtual services configkeys associated with the provided virtual services
    func (ps *PushContext) DelegateVirtualServices(vses []config.Config) []ConfigHash {
    	var out []ConfigHash
    	for _, vs := range vses {
    		for _, delegate := range ps.virtualServiceIndex.delegates[ConfigKey{Kind: kind.VirtualService, Namespace: vs.Namespace, Name: vs.Name}] {
    			out = append(out, delegate.HashCode())
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
Back to top