Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for psf1 (0.13 sec)

  1. cluster/gce/windows/testonly/install-ssh.psm1

    # Kubernetes releases depend on the release structure remaining stable.
    
    Import-Module -Force C:\common.psm1
    
    $OPENSSH_ROOT = 'C:\Program Files\OpenSSH'
    $USER_PROFILE_MODULE = 'C:\user-profile.psm1'
    $WRITE_SSH_KEYS_SCRIPT = 'C:\write-ssh-keys.ps1'
    
    # Starts the Win64-OpenSSH services and configures them to automatically start
    # on subsequent boots.
    function Start_OpenSshServices {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 09 05:09:18 UTC 2021
    - 11.6K bytes
    - Viewed (0)
  2. cluster/gce/windows/common.psm1

      )
      # Write a powershell script to a file that imports this module ($PSCommandPath)
      # and calls Rotate-Files with the configured arguments.
      $scriptPath = "C:\rotate-kube-logs.ps1"
      New-Item -Force -ItemType file -Path $scriptPath | Out-Null
      Set-Content -Path $scriptPath @"
    `$ErrorActionPreference = 'Stop'
    Import-Module -Force ${PSCommandPath}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 19 14:47:38 UTC 2022
    - 25.4K bytes
    - Viewed (0)
  3. ci/devinfra/docker_windows/Dockerfile

    # Install cygwin and packages
    # Running a seperate ps1 file since when running inside a Dockerfile, it does
    # not work.
    COPY install/install_cygwin.ps1 c:/
    RUN c:/install_cygwin.ps1; \
        $old_path = [Environment]::GetEnvironmentVariable(\"PATH\", \"Machine\"); \
        [Environment]::SetEnvironmentVariable(\"PATH\", $old_path + \";C:\Cygwin64\bin\", \"Machine\");
    RUN Remove-Item c:/install_cygwin.ps1
    
    # Install Chocolatey and packages
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 18 17:24:20 UTC 2023
    - 13.6K bytes
    - Viewed (0)
  4. build/dependencies.yaml

        refPaths:
        - path: cmd/kubeadm/app/constants/constants.go
          match: CoreDNSVersion =
    
      # CRI Tools
      - name: "crictl"
        version: 1.30.0
        refPaths:
        - path: cluster/gce/windows/k8s-node-setup.psm1
          match: CRICTL_VERSION =
        - path: cluster/gce/gci/configure.sh
          match: DEFAULT_CRICTL_VERSION=
    
      # protoc
      - name: "protoc"
        version: 23.4
        refPaths:
        - path: hack/lib/protoc.sh
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  5. pkg/kubelet/stats/cadvisor_stats_provider_test.go

    		imagefsAvailable  = uint64(8000000)
    		imagefsInodesFree = uint64(2000)
    		imagefsInodes     = uint64(4000)
    	)
    
    	prf0 := statsapi.PodReference{Name: pName0, Namespace: namespace0, UID: "UID" + pName0}
    	prf1 := statsapi.PodReference{Name: pName1, Namespace: namespace0, UID: "UID" + pName1}
    	prf2 := statsapi.PodReference{Name: pName2, Namespace: namespace2, UID: "UID" + pName2}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/test/abiutils_test.go

    	i16 := types.Types[types.TINT16]
    	i64 := types.Types[types.TINT64]
    	f64 := types.Types[types.TFLOAT64]
    	s1 := mkstruct(i16, i16, i16)
    	ps1 := types.NewPtr(s1)
    	a7 := types.NewArray(ps1, 7)
    	ft := mkFuncType(s1, []*types.Type{ps1, a7, f64, i16, i16, i16},
    		[]*types.Type{a7, f64, i64})
    
    	exp := makeExpectedDump(`
            IN 0: R{ I0 I1 I2 } spilloffset: 0 typ: struct { int16; int16; int16 }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 15:11:40 UTC 2023
    - 14.2K bytes
    - Viewed (0)
  7. operator/pkg/manifest/shared.go

    	if err != nil {
    		return "", "", err
    	}
    	if fp != "" {
    		profile = fp
    	}
    	// The profile coming from --set flag has the highest precedence.
    	psf := GetValueForSetFlag(setFlags, "profile")
    	if psf != "" {
    		profile = psf
    	}
    	return fy, profile, nil
    }
    
    // ParseYAMLFiles parses the given slice of filenames containing YAML and merges them into a single IstioOperator
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 03 06:27:07 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  8. docs/em/docs/contributing.md

    === "πŸ’Ύ, πŸ‡ΈπŸ‡»"
    
        <div class="termy">
    
        ```console
        $ source ./env/bin/activate
        ```
    
        </div>
    
    === "πŸšͺ πŸ“‹"
    
        <div class="termy">
    
        ```console
        $ .\env\Scripts\Activate.ps1
        ```
    
        </div>
    
    === "πŸšͺ πŸŽ‰"
    
        βš–οΈ πŸš₯ πŸ‘† βš™οΈ πŸŽ‰ πŸ–₯ (βœ… <a href="https://gitforwindows.org/" class="external-link" target="_blank">πŸ› πŸŽ‰</a>):
    
        <div class="termy">
    
        ```console
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Jun 11 21:38:15 UTC 2023
    - 11.4K bytes
    - Viewed (0)
  9. docs/pt/docs/contributing.md

        <div class="termy">
    
        ```console
        $ source ./env/bin/activate
        ```
    
        </div>
    
    === "Windows PowerShell"
    
        <div class="termy">
    
        ```console
        $ .\env\Scripts\Activate.ps1
        ```
    
        </div>
    
    === "Windows Bash"
    
        Ou se vocΓͺ usa Bash para Windows (por exemplo <a href="https://gitforwindows.org/" class="external-link" target="_blank">Git Bash</a>):
    
        <div class="termy">
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Jun 11 21:38:15 UTC 2023
    - 14.9K bytes
    - Viewed (0)
  10. docs/en/docs/contributing.md

        <div class="termy">
    
        ```console
        $ source ./env/bin/activate
        ```
    
        </div>
    
    === "Windows PowerShell"
    
        <div class="termy">
    
        ```console
        $ .\env\Scripts\Activate.ps1
        ```
    
        </div>
    
    === "Windows Bash"
    
        Or if you use Bash for Windows (e.g. <a href="https://gitforwindows.org/" class="external-link" target="_blank">Git Bash</a>):
    
        <div class="termy">
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Jan 11 17:42:43 UTC 2024
    - 14.1K bytes
    - Viewed (1)
Back to top