Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for cbr0 (0.42 sec)

  1. cluster/gce/windows/k8s-node-setup.psm1

      # The first network ("External") with hardcoded values in the script is just
      # a placeholder to create an external vSwitch. This is purely for convenience
      # to be able to remove/modify the actual HNS network ("cbr0") or rejoin the
      # nodes without a network blip. Creating a vSwitch takes time, causes network
      # blips, and it makes it more likely to hit the issue where flanneld is
      # stuck, so we want to do this as rarely as possible."
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K 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. 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)
Back to top