Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for configPath (0.14 sec)

  1. 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)
  2. 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)
Back to top