Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for IPAMFromCluster (0.15 sec)

  1. pkg/controller/nodeipam/ipam/cidr_allocator.go

    	CloudAllocatorType CIDRAllocatorType = "CloudAllocator"
    	// IPAMFromClusterAllocatorType uses the ipam controller sync'ing the node
    	// CIDR range allocations from the cluster to the cloud.
    	IPAMFromClusterAllocatorType = "IPAMFromCluster"
    	// IPAMFromCloudAllocatorType uses the ipam controller sync'ing the node
    	// CIDR range allocations from the cloud to the cluster.
    	IPAMFromCloudAllocatorType = "IPAMFromCloud"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 13:03:57 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  2. cluster/gce/upgrade-aliases.sh

    set-allow-subnet-cidr-routes-overlap true
    add-k8s-subnet-secondary-ranges
    
    echo "Changing K8s master envs and restarting..."
    export KUBE_GCE_IP_ALIAS_SUBNETWORK=${IP_ALIAS_SUBNETWORK}
    export KUBE_GCE_NODE_IPAM_MODE="IPAMFromCluster"
    export KUBE_GCE_ENABLE_IP_ALIASES=true
    export SECONDARY_RANGE_NAME="pods-default"
    export STORAGE_BACKEND="etcd3"
    export STORAGE_MEDIA_TYPE="application/vnd.kubernetes.protobuf"
    export ETCD_IMAGE=3.5.14-0
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 03:36:35 UTC 2024
    - 6K bytes
    - Viewed (0)
Back to top