Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 32 of 32 for onStop (0.08 sec)

  1. cluster/gce/windows/k8s-node-setup.psm1

      if (${env:CONTAINER_RUNTIME_ENDPOINT}) {
        & "${env:NODE_DIR}\crictl.exe" config runtime-endpoint `
            ${env:CONTAINER_RUNTIME_ENDPOINT}
      }
    }
    
    # Pulls the infra/pause container image onto the node so that it will be
    # immediately available when the kubelet tries to run pods.
    # TODO(pjh): downloading the container container image may take a few minutes;
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  2. src/cmd/link/internal/ld/lib.go

    	// which should be the final remaining step needed for the link.
    	// This will reduce peak RSS for the link (and speed up linking of
    	// large applications), since when the archive command runs we
    	// won't be holding onto all of the linker's live memory.
    	if syscallExecSupported && !ownTmpDir {
    		runAtExitFuncs()
    		ctxt.execArchive(argv)
    		panic("should not get here")
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
Back to top