mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
commit
d171e6733a
@ -311,7 +311,7 @@ fi
|
|||||||
# IP_ALIAS_SIZE is the size of the podCIDR allocated to a node.
|
# 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
|
# IP_ALIAS_SUBNETWORK is the subnetwork to allocate from. If empty, a
|
||||||
# new subnetwork will be created for the cluster.
|
# 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}
|
NODE_IPAM_MODE=${KUBE_GCE_NODE_IPAM_MODE:-RangeAllocator}
|
||||||
if [ "${ENABLE_IP_ALIASES}" = true ]; then
|
if [ "${ENABLE_IP_ALIASES}" = true ]; then
|
||||||
# Number of Pods that can run on this node.
|
# 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_SIZE is the size of the podCIDR allocated to a node.
|
||||||
# IP_ALIAS_SUBNETWORK is the subnetwork to allocate from. If empty, a
|
# IP_ALIAS_SUBNETWORK is the subnetwork to allocate from. If empty, a
|
||||||
# new subnetwork will be created for the cluster.
|
# 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}
|
export NODE_IPAM_MODE=${KUBE_GCE_NODE_IPAM_MODE:-RangeAllocator}
|
||||||
if [ "${ENABLE_IP_ALIASES}" = true ]; then
|
if [ "${ENABLE_IP_ALIASES}" = true ]; then
|
||||||
# Number of Pods that can run on this node.
|
# Number of Pods that can run on this node.
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
"containers":[
|
"containers":[
|
||||||
{
|
{
|
||||||
"name": "cloud-controller-manager",
|
"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": {
|
"resources": {
|
||||||
"requests": {
|
"requests": {
|
||||||
"cpu": "{{cpurequest}}"
|
"cpu": "{{cpurequest}}"
|
||||||
|
@ -7,6 +7,7 @@ approvers:
|
|||||||
- andrewsykim
|
- andrewsykim
|
||||||
- cheftako
|
- cheftako
|
||||||
reviewers:
|
reviewers:
|
||||||
|
- aojea
|
||||||
- wojtek-t
|
- wojtek-t
|
||||||
- deads2k
|
- deads2k
|
||||||
- derekwaynecarr
|
- derekwaynecarr
|
||||||
|
Loading…
Reference in New Issue
Block a user