Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 29 for getThing (0.22 sec)

  1. cluster/gce/gci/configure-helper.sh

    current-context: service-account-context
    EOF
      elif [[ "${FETCH_BOOTSTRAP_KUBECONFIG:-false}" == "true" ]]; then
        echo "Fetching kubelet bootstrap-kubeconfig file from metadata"
        get-metadata-value "instance/attributes/bootstrap-kubeconfig" >/var/lib/kubelet/bootstrap-kubeconfig
      else
        echo "Fetching kubelet kubeconfig file from metadata"
        get-metadata-value "instance/attributes/kubeconfig" >/var/lib/kubelet/kubeconfig
      fi
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.4.md

        * Fixed a bug in e2fsprogs that caused mke2fs to take a very long time. Upstream fix: http://git.kernel.org/cgit/fs/ext2/e2fsprogs.git/commit/?h=next&id=d33e690fe7a6cbeb51349d9f2c7fb16a6ebec9c2
    ```
    
    * Fix fetching pids running in a cgroup, which caused problems with OOM score adjustments & setting the /system cgroup ("misc" in the summary API). ([#36614](https://github.com/kubernetes/kubernetes/pull/36614), [@timstclair](https://github.com/timstclair))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/tpu_rewrite.mlir

    module attributes {tf.versions = {producer = 888 : i32}, tf.devices = ["/job:worker/replica:0/task:0/device:CPU:0", "/job:worker/replica:0/task:0/device:TPU:0"]} {
      func.func @bad_devices() {
        // expected-error@+1 {{error in fetching TPU compilation/execution devices: no TPU_SYSTEM devices found}}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 22:03:30 UTC 2024
    - 172.9K bytes
    - Viewed (0)
  4. pkg/kubelet/kubelet_test.go

    	defer testKubelet.Cleanup()
    	kubelet := testKubelet.kubelet
    	containerName := "x"
    	testCases := []struct {
    		statuses []v1.ContainerStatus
    		success  bool // whether getting logs for the container should succeed.
    		pSuccess bool // whether getting logs for the previous container should succeed.
    	}{
    		{
    			statuses: []v1.ContainerStatus{
    				{
    					Name: containerName,
    					State: v1.ContainerState{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  5. src/net/http/transport_test.go

    	req.Header["X-Foo-Multiple-Vals"] = []string{"bar", "baz"}
    	trace := &httptrace.ClientTrace{
    		GetConn:              func(hostPort string) { logf("Getting conn for %v ...", hostPort) },
    		GotConn:              func(ci httptrace.GotConnInfo) { logf("got conn: %+v", ci) },
    		GotFirstResponseByte: func() { logf("first response byte") },
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  6. pkg/controller/job/job_controller_test.go

    					startTime := metav1.NewTime(*tc.initialStatus.startTime)
    					job.Status.StartTime = &startTime
    				}
    			}
    
    			key, err := controller.KeyFunc(job)
    			if err != nil {
    				t.Errorf("Unexpected error getting job key: %v", err)
    			}
    
    			if tc.backoffRecord != nil {
    				tc.backoffRecord.key = key
    				manager.podBackoffStore.updateBackoffRecord(*tc.backoffRecord)
    			}
    			if tc.fakeExpectationAtCreation < 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
  7. cmd/site-replication.go

    			info.Buckets[bucket] = bms
    		}
    	}
    
    	if opts.Users && opts.Groups && opts.Policies && !opts.Buckets {
    		// serialize SiteReplicationMetaInfo calls - if data in cache is within
    		// healing interval, avoid fetching IAM data again from disk.
    		if metaInfo, ok := c.getSRCachedIAMInfo(); ok {
    			return metaInfo, nil
    		}
    	}
    	if opts.Policies || opts.Entity == madmin.SRPolicyEntity {
    		var allPolicies map[string]PolicyDoc
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/oidc_test.go

    			}`,
    			optsFunc: func(opts *Options) {
    				opts.CAContentProvider = nil // unset CA automatically set by the test to allow us to use a custom client
    			},
    			wantErr: `oidc: could not expand distributed claims: while getting distributed claim "groups": Get "{{.URL}}/groups": some unexpected oidc error`,
    		},
    		{
    			name: "groups-distributed-malformed-claim-names",
    			options: Options{
    				JWTAuthenticator: apiserver.JWTAuthenticator{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 97.7K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    		}
    	}
    
    	ctx, cancel := context.WithCancel(testContext)
    
    	lock := sync.Mutex{}
    	called := false
    
    	// We rely on the fact that there is exactly one worker, so it should exit after
    	// getting context canceled error on the first Delete call to etcd.
    	// With multiple workers, each of them would be calling Delete once.
    	_, err := registry.DeleteCollection(ctx, func(ctx context.Context, obj runtime.Object) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  10. src/main/java/jcifs/smb1/smb1/SmbFile.java

             * multiple IP addresses such as when domain-based DFS is in play. Because
             * of this, to ensure that we query each IP individually without re-resolving
             * the hostname and getting a different IP, we must use the current addresses
             * IP rather than just url.getHost() like we were using prior to 1.2.16.
             */
    
            handle = DcerpcHandle.getHandle("ncacn_np:" +
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 107.9K bytes
    - Viewed (0)
Back to top