mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
commit
d171e6733a
@ -311,7 +311,7 @@ fi
|
||||
# IP_ALIAS_SIZE is the size of the podCIDR allocated to a node.
|
||||
# IP_ALIAS_SUBNETWORK is the subnetwork to allocate from. If empty, a
|
||||
# new subnetwork will be created for the cluster.
|
||||
ENABLE_IP_ALIASES=${KUBE_GCE_ENABLE_IP_ALIASES:-false}
|
||||
ENABLE_IP_ALIASES=${KUBE_GCE_ENABLE_IP_ALIASES:-true}
|
||||
NODE_IPAM_MODE=${KUBE_GCE_NODE_IPAM_MODE:-RangeAllocator}
|
||||
if [ "${ENABLE_IP_ALIASES}" = true ]; then
|
||||
# Number of Pods that can run on this node.
|
||||
|
@ -353,7 +353,7 @@ fi
|
||||
# IP_ALIAS_SIZE is the size of the podCIDR allocated to a node.
|
||||
# IP_ALIAS_SUBNETWORK is the subnetwork to allocate from. If empty, a
|
||||
# new subnetwork will be created for the cluster.
|
||||
ENABLE_IP_ALIASES=${KUBE_GCE_ENABLE_IP_ALIASES:-false}
|
||||
ENABLE_IP_ALIASES=${KUBE_GCE_ENABLE_IP_ALIASES:-true}
|
||||
export NODE_IPAM_MODE=${KUBE_GCE_NODE_IPAM_MODE:-RangeAllocator}
|
||||
if [ "${ENABLE_IP_ALIASES}" = true ]; then
|
||||
# Number of Pods that can run on this node.
|
||||
|
@ -23,7 +23,7 @@
|
||||
"containers":[
|
||||
{
|
||||
"name": "cloud-controller-manager",
|
||||
"image": "gcr.io/k8s-staging-cloud-provider-gcp/cloud-controller-manager:v28.2.1",
|
||||
"image": "gcr.io/k8s-staging-cloud-provider-gcp/cloud-controller-manager:v29.0.0",
|
||||
"resources": {
|
||||
"requests": {
|
||||
"cpu": "{{cpurequest}}"
|
||||
|
@ -7,6 +7,7 @@ approvers:
|
||||
- andrewsykim
|
||||
- cheftako
|
||||
reviewers:
|
||||
- aojea
|
||||
- wojtek-t
|
||||
- deads2k
|
||||
- derekwaynecarr
|
||||
|
Loading…
Reference in New Issue
Block a user