Skip to content

Continuous repeated CIDRNotAvailable event for one node in cluster. #7663

Answered by brandond
tjf asked this question in Q&A
Discussion options

You must be logged in to vote
	'--cluster-cidr=192.168.20.0/23' \
	'--cluster-dns=172.20.0.10' \
	'--service-cidr=172.20.0.0/24' \

Why the tiny CIDRs? The default node CIDR mask is /24, so with a /23 cluster-cidr you only have enough addresses for two nodes in your cluster. You've also only allocated yourself enough space for 255 ClusterIP services.

You should rebuild your cluster with more reasonable CIDR blocks.

Replies: 2 comments 10 replies

Comment options

You must be logged in to vote
10 replies
@tjf
Comment options

@brandond
Comment options

brandond Jun 2, 2023
Collaborator

@tjf
Comment options

@BhautikChudasama
Comment options

@BhautikChudasama
Comment options

Answer selected by brandond
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #7662 on June 01, 2023 19:10.