Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 1,819 for Pulling (0.26 sec)

  1. cmd/kubeadm/app/cmd/phases/join/preflight.go

    			return err
    		}
    
    		if j.DryRun() {
    			fmt.Println("[preflight] Would pull the required images (like 'kubeadm config images pull')")
    			return nil
    		}
    
    		fmt.Println("[preflight] Pulling images required for setting up a Kubernetes cluster")
    		fmt.Println("[preflight] This might take a minute or two, depending on the speed of your internet connection")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 03:55:23 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom

      </scm>
      <organization>
        <name>Codehaus</name>
        <url>http://www.codehaus.org/</url>
      </organization>
      <modules>
        <!--
    
        Until the bug is fixed in Maven which is pulling in the trunk to the
        appserver build.
        <module>plexus-appserver</module>
        -->
        <module>plexus-archetypes</module>
        <module>plexus-examples</module>
        <module>plexus-components</module>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Dec 24 18:09:10 UTC 2020
    - 7.1K bytes
    - Viewed (0)
  3. pkg/kubelet/kuberuntime/kuberuntime_image.go

    	if err != nil {
    		return "", err
    	}
    
    	imgSpec := toRuntimeAPIImageSpec(image)
    
    	creds, withCredentials := keyring.Lookup(repoToPull)
    	if !withCredentials {
    		klog.V(3).InfoS("Pulling image without credentials", "image", img)
    
    		imageRef, err := m.imageService.PullImage(ctx, imgSpec, nil, podSandboxConfig)
    		if err != nil {
    			klog.ErrorS(err, "Failed to pull image", "image", img)
    			return "", err
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 08 00:30:31 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/admission/configuration/validating_webhook_manager_test.go

    	}
    	tests := []struct {
    		name              string
    		args              args
    		numberOfCreations int
    		// number of refreshes are number of times we recrated a webhook accessor
    		// instead of pulling from the cache.
    		numberOfRefreshes             int
    		finalNumberOfWebhookAccessors int
    	}{
    		{
    			name: "no creations and no updates",
    			args: args{
    				nil,
    				nil,
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 12 15:20:14 UTC 2023
    - 9K bytes
    - Viewed (0)
  5. build-logic/dependency-modules/src/main/kotlin/gradlebuild.dependency-modules.gradle.kts

            // Read capabilities declared in capabilities.json
            readCapabilitiesFromJson()
    
            withModule<ReplaceCglibNodepWithCglibRule>("org.spockframework:spock-core")
            // Prevent Spock from pulling in Groovy and third-party dependencies - see https://github.com/spockframework/spock/issues/899
            withLibraryDependencies<DependencyRemovalByNameRule>(
                "org.spockframework:spock-core",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 20:15:18 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/admission/configuration/mutating_webhook_manager_test.go

    	}
    	tests := []struct {
    		name              string
    		args              args
    		numberOfCreations int
    		// number of refreshes are number of times we recrated a webhook accessor
    		// instead of pulling from the cache.
    		numberOfRefreshes             int
    		finalNumberOfWebhookAccessors int
    	}{
    		{
    			name: "no creations and no updates",
    			args: args{
    				nil,
    				nil,
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 12 15:20:14 UTC 2023
    - 8.9K bytes
    - Viewed (0)
  7. guava/src/com/google/common/base/internal/Finalizer.java

        // Keep track of the FRQ that started us so we know when to stop.
        this.frqReference = frqReference;
      }
    
      /** Loops continuously, pulling references off the queue and cleaning them up. */
      @SuppressWarnings("InfiniteLoopStatement")
      @Override
      public void run() {
        while (true) {
          try {
            if (!cleanUp(queue.remove())) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Aug 23 12:54:09 UTC 2023
    - 9.4K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/base/internal/Finalizer.java

        // Keep track of the FRQ that started us so we know when to stop.
        this.frqReference = frqReference;
      }
    
      /** Loops continuously, pulling references off the queue and cleaning them up. */
      @SuppressWarnings("InfiniteLoopStatement")
      @Override
      public void run() {
        while (true) {
          try {
            if (!cleanUp(queue.remove())) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Aug 23 12:54:09 UTC 2023
    - 9.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/experimental/common/outline_operations.cc

                                                  subgraph.FuncArguments());
      ops_added.call_op = call_op;
      // FuncOutputs refer to the original `Values` in input module which are now
      // invalid after pulling out the defining ops. The values in
      // `call_ops.getResult` refer to the clones of original `Values` which are now
      // returned by the new `FuncOp`. We can replace each in `FuncOutputs` with
      // clone in `call_op` to fix up.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/optimizing-performance/build-cache/caching_android_projects.adoc

    === Reusing CI builds for local development
    
    When you sign into work at the start of your day, it’s not unusual for your first task to be pulling the main branch and then running a build (Android Studio will probably do the latter, whether you ask it to or not).
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 12:54:11 UTC 2024
    - 7.6K bytes
    - Viewed (0)
Back to top