Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 31 for get2s (0.11 sec)

  1. pkg/proxy/iptables/proxier_test.go

    			destPort: 3001,
    
    			// The traffic gets short-circuited, ignoring externalTrafficPolicy, so
    			// same as "node to NodePort" above.
    			output: "10.180.0.1:80, 10.180.1.1:80",
    			masq:   true,
    		},
    		{
    			name:     "localhost to NodePort with eTP:Local",
    			sourceIP: "127.0.0.1",
    			destIP:   "127.0.0.1",
    			destPort: 3002,
    
    			// The traffic gets short-circuited, ignoring externalTrafficPolicy, so
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation.go

    		} else {
    			numVolumes++
    			allErrs = append(allErrs, validateEphemeralVolumeSource(source.Ephemeral, fldPath.Child("ephemeral"))...)
    			// Check the expected name for the PVC. This gets skipped if information is missing,
    			// because that already gets flagged as a problem elsewhere. For example,
    			// ValidateObjectMeta as called by validatePodMetadataAndSpec checks that the name is set.
    			if podMeta != nil && podMeta.Name != "" && volName != "" {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

    static size_t GetFeatureDimension(tensorflow::TensorFormat format,
                                      RankedTensorType input_ty) {
      return GetTensorFeatureDimIndex(input_ty.getRank(), format);
    }
    
    // Gets all integer values from the given attribute and push them to `values`.
    void GetI64ArrayAttrValues(Attribute attr, SmallVectorImpl<int64_t> *values) {
      auto array_attr = mlir::cast<ArrayAttr>(attr);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  4. prow/config/calico.yaml

                      [Default: 90s]'
                    pattern: ^([0-9]+(\\.[0-9]+)?(ms|s|m|h))*$
                    type: string
                  routeSource:
                    description: 'RouteSource configures where Felix gets its routing
                      information. - WorkloadIPs: use workload endpoints to construct
                      routes. - CalicoIPAM: the default - use IPAM data to construct routes.'
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

    // CHECK-LABEL: strided_slice_implicit_ellipsis_mask(
    // CHECK-SAME: [[INPUT:%.*]]: tensor<10x16x2xf32>
    func.func @strided_slice_implicit_ellipsis_mask(%input: tensor<10x16x2xf32>) -> tensor<2x16x2xf32> {
      // StridedSlice gets input[8:10], which is same as input[8:10, ...]
      // The start_indices, limit_indices, and strides attribute of mhlo.slice
      // reflect the canonicalized slice.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.12.md

    ## Changelog since v1.12.0
    
    ### Other notable changes
    
    * kubeadm now allows mixing of init/cluster and join configuration in a single YAML file (although a warning gets printed in this case).  ([#69426](https://github.com/kubernetes/kubernetes/pull/69426), [@rosti](https://github.com/rosti))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.10.md

    `kubeadm init --config /etc/kubeadm/kubeadm.yaml`
    
    ([#55479](https://github.com/kubernetes/kubernetes/pull/55479), [@ijc](https://github.com/ijc))
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.9.md

    *   Added a new --etcd-upgrade keyword to kubeadm upgrade apply. When this keyword is specified, etcd's static pod gets upgraded to the etcd version officially recommended for a target kubernetes release. ([#55010](https://github.com/kubernetes/kubernetes/pull/55010),[ @sbezverk](https://github.com/sbezverk))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  9. src/net/http/h2_bundle.go

    	// TODO(dneil): Dial a new connection when t.DisableKeepAlives is set?
    	if http2isConnectionCloseRequest(req) && dialOnMiss {
    		// It gets its own connection.
    		http2traceGetConn(req, addr)
    		const singleUse = true
    		cc, err := p.t.dialClientConn(req.Context(), addr, singleUse)
    		if err != nil {
    			return nil, err
    		}
    		return cc, nil
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.26.md

    - Fixed file permission issues that happened during update of Secret/ConfigMap/projected volume when fsGroup is used. The problem caused a race condition where application gets intermittent permission denied error when reading files that were just updated, before the correct permissions were applied. ([#114728](https://github.com/kubernetes/kubernetes/pull/114728), [@furkatgofurov7](https://github.com/furkatgofurov7)) [SIG...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
Back to top