Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for gce (0.1 sec)

  1. ci/official/envs/rbe

    if [[ `uname -s | grep -P '^MSYS_NT'` ]]; then
      # Docker on Windows doesn't support the `host` networking mode, and so
      # port-forwarding is required for the container to detect it's running on GCE.
      export IP_ADDR=$(powershell -command "(Get-NetIPAddress -AddressFamily IPv4 -InterfaceAlias 'vEthernet (nat)').IPAddress")
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Fri Aug 09 16:05:18 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  2. internal/bucket/object/lock/lock_test.go

    		expectedMode RetMode
    	}{
    		{
    			value:        "governance",
    			expectedMode: RetGovernance,
    		},
    		{
    			value:        "complIAnce",
    			expectedMode: RetCompliance,
    		},
    		{
    			value:        "gce",
    			expectedMode: "",
    		},
    	}
    
    	for _, tc := range testCases {
    		if parseRetMode(tc.value) != tc.expectedMode {
    			t.Errorf("Expected Mode %s, got %s", tc.expectedMode, parseRetMode(tc.value))
    		}
    	}
    }
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Jun 29 01:20:27 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.32.md

    - Fix a warning message about the gce in-tree cloud provider state ([#126773](https://github.com/kubernetes/kubernetes/pull/126773), [@carlory](https://github.com/carlory)) [SIG Cloud Provider]
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Oct 29 20:17:52 UTC 2024
    - 121.6K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.29.md

    - `ValidatingAdmissionPolicy` now preserves types of composition variables, and raises type-related errors early. ([#121001](https://github.com/kubernetes/kubernetes/pull/121001), [@jiahuif](https://github.com/jiahuif))
    - `cluster/gce`: added webhook to replace `PersistentVolumeLabel` admission controller. ([#121628](https://github.com/kubernetes/kubernetes/pull/121628), [@andrewsykim](https://github.com/andrewsykim))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Oct 23 04:37:31 UTC 2024
    - 375.1K bytes
    - Viewed (1)
  5. CHANGELOG/CHANGELOG-1.27.md

    - Forbid to set matchLabelKeys when labelSelector is not set in topologySpreadConstraints ([#116535](https://github.com/kubernetes/kubernetes/pull/116535), [@denkensk](https://github.com/denkensk))
    - GCE does not support LoadBalancer Services with ports with different protocols (TCP and UDP) ([#115966](https://github.com/kubernetes/kubernetes/pull/115966), [@aojea](https://github.com/aojea)) [SIG Apps and Cloud Provider]
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Jul 17 07:48:22 UTC 2024
    - 466.3K bytes
    - Viewed (0)
  6. RELEASE.md

        *   Integrate `TPUClusterResolver` with GKE's integration for Cloud TPUs.
        *   Add a library for statistical testing of samplers.
        *   Add Helpers to stream data from the GCE VM to a Cloud TPU.
        *   Integrate ClusterResolvers with TPUEstimator.
        *   Unify metropolis_hastings interface with HMC kernel.
        *   Move LIBXSMM convolutions to a separate --define flag so that they are
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Oct 22 14:33:53 UTC 2024
    - 735.3K bytes
    - Viewed (0)
  7. src/main/webapp/css/admin/adminlte.min.css.map

    UI,QAAA,KAVJ,6BAcI,iBAAA,eACA,MAAA,qBACA,QAAA,MACA,QAAA,IAAA,EACA,SAAA,SACA,WAAA,OACA,gBAAA,KACA,QAAA,GArBJ,mCAwBM,iBAAA,gBACA,MAAA,KAzBN,c5GgLM,UAAA,O4GjJF,YAAA,IACA,OAAA,EAAA,EAAA,KACA,QAAA,EACA,YAAA,OhGsBA,yBbu+gCF,wBACA,wB6G1/gCE,wB5G0IE,UAAA,ODo3gCJ,wBACA,wB6Gv/gCE,wB5GkIE,UAAA,QYxHF,0Bbo/gCF,wBACA,wB6GvghCE,wB5G0IE,UAAA,ODi4gCJ,wBACA,wB6GpghCE,wB5GkIE,UAAA,Q4GhLN,aA0EI,UAAA,KA1EJ,mBA6EM,MAAA,QACA,QAAA,MACA,UAAA,MACA,WAAA,IAhFN,c7GmkhCA,a6G7+gCI,QAAA,EAtFJ,iBA2FI,MAAA,gBACA,QAAA,EA5FJ,mBA+F...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 3.7M bytes
    - Viewed (1)
Back to top