-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Maksim Paskal <[email protected]>
- Loading branch information
1 parent
33182ad
commit 1cdbe37
Showing
9 changed files
with
256 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Kubernetes v1.29 in Europe | ||
ipRange: "10.0.0.0/16" | ||
masterCount: 3 | ||
serverComponents: | ||
kubernetes: | ||
version: 1.29.3-1.1 | ||
docker: | ||
version: 5:24.0.6-1~ubuntu.$(lsb_release -rs)~$(lsb_release -cs) | ||
containerd: | ||
version: 1.6.24-1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Kubernetes v1.29 in Europe (ubuntu 22.04) | ||
ipRange: "10.0.0.0/16" | ||
masterCount: 3 | ||
serverComponents: | ||
ubuntu: | ||
version: ubuntu-22.04 | ||
kubernetes: | ||
version: 1.29.3-1.1 | ||
docker: | ||
version: 5:24.0.6-1~ubuntu.$(lsb_release -rs)~$(lsb_release -cs) | ||
containerd: | ||
version: 1.6.24-1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Kubernetes v1.29 in US East | ||
ipRange: "10.0.0.0/16" | ||
masterCount: 3 | ||
networkZone: us-east | ||
location: ash | ||
datacenter: ash-dc1 | ||
masterServers: | ||
servertype: cpx21 | ||
serverComponents: | ||
kubernetes: | ||
version: 1.29.3-1.1 | ||
docker: | ||
version: 5:24.0.6-1~ubuntu.$(lsb_release -rs)~$(lsb_release -cs) | ||
containerd: | ||
version: 1.6.24-1 | ||
cluster-autoscaler: | ||
autoscalingGroups: | ||
- name: CPX51:ASH:cpx51-ash | ||
minSize: 1 | ||
maxSize: 20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Kubernetes v1.29 in Europe (ubuntu 22.04, ARM64 architecture) | ||
ipRange: "10.0.0.0/16" | ||
masterCount: 3 | ||
serverComponents: | ||
ubuntu: | ||
version: ubuntu-22.04 | ||
architecture: arm | ||
kubernetes: | ||
version: 1.29.3-1.1 | ||
docker: | ||
version: 5:24.0.6-1~ubuntu.$(lsb_release -rs)~$(lsb_release -cs) | ||
containerd: | ||
version: 1.6.24-1 | ||
masterServers: | ||
servertype: cax11 | ||
cluster-autoscaler: | ||
autoscalingGroups: | ||
- name: CAX41:FSN1:cax-fsn1 | ||
minSize: 1 | ||
maxSize: 20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Kubernetes v1.29 in Europe (ARM64 architecture) | ||
ipRange: "10.0.0.0/16" | ||
masterCount: 3 | ||
serverComponents: | ||
ubuntu: | ||
architecture: arm | ||
kubernetes: | ||
version: 1.29.3-1.1 | ||
docker: | ||
version: 5:24.0.6-1~ubuntu.$(lsb_release -rs)~$(lsb_release -cs) | ||
containerd: | ||
version: 1.6.24-1 | ||
masterServers: | ||
servertype: cax11 | ||
cluster-autoscaler: | ||
autoscalingGroups: | ||
- name: CAX41:FSN1:cax-fsn1 | ||
minSize: 1 | ||
maxSize: 20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters