Skip to content

Instantly share code, notes, and snippets.

@qrkourier
Created June 17, 2022 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qrkourier/f21e81ceb15a8e5530aee14a107497cd to your computer and use it in GitHub Desktop.
Save qrkourier/f21e81ceb15a8e5530aee14a107497cd to your computer and use it in GitHub Desktop.
OpenZiti service configs for RKE control plane ports
{
"address": "127.0.0.1",
"allowedPortRanges": [
{
"high": 10256,
"low": 10256
},
{
"high": 4789,
"low": 4789
},
{
"high": 32767,
"low": 30000
},
{
"high": 9099,
"low": 9099
},
{
"high": 6443,
"low": 6443
},
{
"high": 80,
"low": 80
},
{
"high": 2376,
"low": 2376
},
{
"high": 2380,
"low": 2379
},
{
"high": 10254,
"low": 10250
},
{
"high": 443,
"low": 443
},
{
"high": 8472,
"low": 8472
}
],
"allowedProtocols": [
"tcp",
"udp"
],
"forwardPort": true,
"forwardProtocol": true
}
{
"addresses": [
"worker1.example.com",
"controller1.example.com",
"192.168.0.150",
"172.103.104.245"
],
"portRanges": [
{
"high": 10256,
"low": 10256
},
{
"high": 4789,
"low": 4789
},
{
"high": 32767,
"low": 30000
},
{
"high": 9099,
"low": 9099
},
{
"high": 6443,
"low": 6443
},
{
"high": 80,
"low": 80
},
{
"high": 2376,
"low": 2376
},
{
"high": 2380,
"low": 2379
},
{
"high": 10254,
"low": 10250
},
{
"high": 443,
"low": 443
},
{
"high": 8472,
"low": 8472
}
],
"protocols": [
"tcp",
"udp"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment