Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
a167a90f
Commit
a167a90f
authored
Aug 29, 2016
by
Zach Loafman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AWS: Fix unbound SSH_CIDR
Another e2e bug, this one injected by
https://github.com/kubernetes/kubernetes/pull/27061
parent
956501b1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
config-test.sh
cluster/aws/config-test.sh
+2
-0
No files found.
cluster/aws/config-test.sh
View file @
a167a90f
...
@@ -78,6 +78,8 @@ NON_MASQUERADE_CIDR="${NON_MASQUERADE_CIDR:-10.0.0.0/8}" # Traffic to IPs outsid
...
@@ -78,6 +78,8 @@ NON_MASQUERADE_CIDR="${NON_MASQUERADE_CIDR:-10.0.0.0/8}" # Traffic to IPs outsid
SERVICE_CLUSTER_IP_RANGE
=
"
${
SERVICE_CLUSTER_IP_RANGE
:-
10
.0.0.0/16
}
"
# formerly PORTAL_NET
SERVICE_CLUSTER_IP_RANGE
=
"
${
SERVICE_CLUSTER_IP_RANGE
:-
10
.0.0.0/16
}
"
# formerly PORTAL_NET
CLUSTER_IP_RANGE
=
"
${
CLUSTER_IP_RANGE
:-
10
.245.0.0/16
}
"
CLUSTER_IP_RANGE
=
"
${
CLUSTER_IP_RANGE
:-
10
.245.0.0/16
}
"
MASTER_IP_RANGE
=
"
${
MASTER_IP_RANGE
:-
10
.246.0.0/24
}
"
MASTER_IP_RANGE
=
"
${
MASTER_IP_RANGE
:-
10
.246.0.0/24
}
"
SSH_CIDR
=
"
${
SSH_CIDR
:-
0
.0.0.0/0
}
"
# IP to restrict ssh access to nodes/master
HTTP_API_CIDR
=
"
${
HTTP_API_CIDR
:-
0
.0.0.0/0
}
"
# IP to restrict HTTP API access
# If set to an Elastic IP address, the master instance will be associated with this IP.
# If set to an Elastic IP address, the master instance will be associated with this IP.
# Otherwise a new Elastic IP will be acquired
# Otherwise a new Elastic IP will be acquired
# (We used to accept 'auto' to mean 'allocate elastic ip', but that is now the default)
# (We used to accept 'auto' to mean 'allocate elastic ip', but that is now the default)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment