Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for cbr0 (0.11 sec)

  1. CHANGELOG/CHANGELOG-1.5.md

    * The deprecated kubelet --configure-cbr0 flag has been removed, and with that the "classic" networking mode as well.  If you depend on this mode, please investigate whether the other network plugins `kubenet` or `cni` meet your needs. ([#34906](https://github.com/kubernetes/kubernetes/pull/34906),...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  2. cluster/gce/gci/configure-helper.sh

      if [[ "${NETWORK_PROVIDER:-}" == "kubenet" || "${NETWORK_PROVIDER:-}" == "cni" ]]; then
        # set docker0 cidr to private ip address range to avoid conflict with cbr0 cidr range
        addockeropt "\"bip\": \"169.254.123.1/24\","
      else
        addockeropt "\"bridge\": \"cbr0\","
      fi
    
      echo "setting registry mirror"
      # TODO (vteratipally)  move the registry-mirror completely to /etc/docker/daemon.json
      local docker_opts=""
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.4.md

    * Fix [#31085](https://github.com/kubernetes/kubernetes/pull/31085), include output checking in retry loop ([#34107](https://github.com/kubernetes/kubernetes/pull/34107), [@MrHohn](https://github.com/MrHohn))
    * vSphere kube-up: Wait for cbr0 configuration to complete before setting up routes. ([#35232](https://github.com/kubernetes/kubernetes/pull/35232), [@kerneltime](https://github.com/kerneltime))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  4. pkg/kubelet/kubelet_pods_test.go

    	}
    }
    
    func Test_generateAPIPodStatusForInPlaceVPAEnabled(t *testing.T) {
    	featuregatetesting.SetFeatureGateDuringTest(t, utilfeature.DefaultFeatureGate, features.InPlacePodVerticalScaling, true)
    	testContainerName := "ctr0"
    	testContainerID := kubecontainer.ContainerID{Type: "test", ID: testContainerName}
    
    	CPU1AndMem1G := v1.ResourceList{v1.ResourceCPU: resource.MustParse("1"), v1.ResourceMemory: resource.MustParse("1Gi")}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux.go

    	CLONE_VFORK                                 = 0x4000
    	CLONE_VM                                    = 0x100
    	CMSPAR                                      = 0x40000000
    	CODA_SUPER_MAGIC                            = 0x73757245
    	CR0                                         = 0x0
    	CRAMFS_MAGIC                                = 0x28cd3d45
    	CRTSCTS                                     = 0x80000000
    	CRYPTO_MAX_NAME                             = 0x40
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 185.8K bytes
    - Viewed (0)
  6. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    catholic
    
    // cba : 2014-06-26 COMMONWEALTH BANK OF AUSTRALIA
    cba
    
    // cbn : 2014-08-22 The Christian Broadcasting Network, Inc.
    cbn
    
    // cbre : 2015-07-02 CBRE, Inc.
    cbre
    
    // cbs : 2015-08-06 CBS Domains Inc.
    cbs
    
    // center : 2013-11-07 Binky Moon, LLC
    center
    
    // ceo : 2013-11-07 CEOTLD Pty Ltd
    ceo
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/ppc64/asm9.go

    	case 67: /* mcrf crfD,crfS */
    		if p.From.Reg == REG_CR || p.To.Reg == REG_CR {
    			c.ctxt.Diag("CR argument must be a conditional register field (CR0-CR7)\n%v", p)
    		}
    		o1 = AOP_RRR(OP_MCRF, ((uint32(p.To.Reg) & 7) << 2), ((uint32(p.From.Reg) & 7) << 2), 0)
    
    	case 68: /* mfcr rD; mfocrf CRM,rD */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
Back to top