Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 71 for startMem (0.5 sec)

  1. cmd/kubelet/app/server.go

    	if runOnce {
    		if _, err := k.RunOnce(podCfg.Updates()); err != nil {
    			return fmt.Errorf("runonce failed: %w", err)
    		}
    		klog.InfoS("Started kubelet as runonce")
    	} else {
    		startKubelet(k, podCfg, &kubeServer.KubeletConfiguration, kubeDeps, kubeServer.EnableServer)
    		klog.InfoS("Started kubelet")
    	}
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:34 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  2. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/AbstractGradleExecuter.java

            }
            if (isDebugLauncher()) {
                if (System.getenv().containsKey("CI")) {
                    throw new IllegalArgumentException("Builds cannot be started with the debugger enabled on CI. This will cause tests to hang forever. Remove the call to startLauncherInDebugger().");
                }
                gradleInvocation.implicitLauncherJvmArgs.add(debugLauncher.toDebugArgument());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  3. pkg/kubelet/kuberuntime/kuberuntime_manager_test.go

    	assert.NoError(t, result.Error())
    	expected = []*cRecord{
    		// The first init container instance is purged and no longer visible.
    		// The second (attempt == 1) instance has been started and is running.
    		{name: initContainers[0].Name, attempt: 1, state: runtimeapi.ContainerState_CONTAINER_RUNNING},
    		// All containers are killed.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 96K bytes
    - Viewed (0)
  4. src/time/time.go

    // The Location of the returned times will be the same as t.
    func (t Time) ZoneBounds() (start, end Time) {
    	_, _, startSec, endSec, _ := t.loc.lookup(t.unixSec())
    	if startSec != alpha {
    		start = unixTime(startSec, 0)
    		start.setLoc(t.loc)
    	}
    	if endSec != omega {
    		end = unixTime(endSec, 0)
    		end.setLoc(t.loc)
    	}
    	return
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 50.7K bytes
    - Viewed (0)
  5. hack/local-up-cluster.sh

      ${PROXY_LOG:-}
      ${SCHEDULER_LOG:-}
    EOF
    fi
    
    if [[ "${START_MODE}" == "all" ]]; then
      echo "  ${KUBELET_LOG}"
    elif [[ "${START_MODE}" == *"nokubelet"* ]]; then
      echo
      echo "No kubelet was started because you set START_MODE=nokubelet"
      echo "Run this script again with START_MODE=kubeletonly to run a kubelet"
    fi
    
    if [[ "${START_MODE}" != "kubeletonly" ]]; then
      echo
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher.go

    		if watcher.allowWatchBookmarks {
    			c.bookmarkWatchers.addWatcherThreadUnsafe(watcher)
    		}
    		c.watcherIdx++
    	}()
    
    	if !addedWatcher {
    		// Watcher isn't really started at this point, so it's safe to just drop it.
    		//
    		// We're simulating the immediate watch termination, which boils down to simply
    		// closing the watcher.
    		return newImmediateCloseWatcher(), nil
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  7. cluster/gce/windows/k8s-node-setup.psm1

      # Compute kube-proxy args
      $kubeproxy_args_str = ${kube_env}['KUBEPROXY_ARGS']
      $kubeproxy_args = $kubeproxy_args_str.Split(" ")
      Log-Output "kubeproxy_args from metadata: ${kubeproxy_args}"
    
      # kubeproxy is started on Linux nodes using
      # kube-manifests/kubernetes/gci-trusty/kube-proxy.manifest, which is
      # generated by start-kube-proxy in configure-helper.sh and contains e.g.:
      #   kube-proxy --master=https://35.239.84.171
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  8. src/testing/testing.go

    //
    // When fuzzing is disabled, the fuzz target is called with the seed inputs
    // registered with F.Add and seed inputs from testdata/fuzz/<Name>. In this
    // mode, the fuzz test acts much like a regular test, with subtests started
    // with F.Fuzz instead of T.Run.
    //
    // See https://go.dev/doc/fuzz for documentation about fuzzing.
    //
    // # Skipping
    //
    // Tests or benchmarks may be skipped at run time with a call to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  9. src/runtime/mgcmark.go

    	//
    	// We depend on addfinalizer to mark objects that get
    	// finalizers after root marking.
    	//
    	// We're going to scan the whole heap (that was available at the time the
    	// mark phase started, i.e. markArenas) for in-use spans which have specials.
    	//
    	// Break up the work into arenas, and further into chunks.
    	//
    	// Snapshot allArenas as markArenas. This snapshot is safe because allArenas
    	// is append-only.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 21:25:11 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  10. cmd/api-errors.go

    		Code:           "XMinioAdminRebalanceAlreadyStarted",
    		Description:    "Pool rebalance is already started",
    		HTTPStatusCode: http.StatusConflict,
    	},
    	ErrAdminRebalanceNotStarted: {
    		Code:           "XMinioAdminRebalanceNotStarted",
    		Description:    "Pool rebalance is not started",
    		HTTPStatusCode: http.StatusNotFound,
    	},
    	ErrMaximumExpires: {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 92.1K bytes
    - Viewed (0)
Back to top