Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dbp 333 expand the terraform module for autoscaling functionality #17

Merged
Merged
Changes from 1 commit
Commits
Show all changes
100 commits
Select commit Hold shift + click to select a range
a8ed6b9
Initial commit with changes to introduce auto scaling node pools
marhode Oct 27, 2023
91fd096
Test changes
marhode Nov 1, 2023
fd8f71c
Made changes to the nodepools for scaling testing
marhode Nov 1, 2023
2fb90f7
Additions to test the terraform nodepool creation
marhode Nov 2, 2023
c002756
Fix of error due to variable definition and expansion of the for loop…
marhode Nov 3, 2023
4bcf10f
Fix for object creation constructor
marhode Nov 3, 2023
f12b253
Terraform function call fix
marhode Nov 3, 2023
5ddddaa
Fixed the ip pool creation the new nodepool creation
marhode Nov 3, 2023
a3afb82
Fix variables in nodepool object
marhode Nov 3, 2023
8c72f61
Fixed typo
marhode Nov 3, 2023
471d36f
Removed count for now
marhode Nov 3, 2023
25893ed
Fixes towards legacy object creation to be filled with correct variables
marhode Nov 6, 2023
4008c1d
Changed definition of custom_nodepools in locals
marhode Nov 6, 2023
ba91cb8
Typo in availabilityzone fixed
marhode Nov 6, 2023
4986ce1
Rename ippools resource
marhode Nov 6, 2023
65d0b31
Fixed naming of ippools
marhode Nov 6, 2023
8482d5a
Enable to use both legacy and scaling nodepools
marhode Nov 7, 2023
873022b
Fixes to variable scopes
marhode Nov 7, 2023
bdc44ce
Fix to the legacy object for merging
marhode Nov 7, 2023
d0f1965
Test for merge of legacy and scaling lists
marhode Nov 7, 2023
badd726
Changed merge to concat of two lists
marhode Nov 7, 2023
2e044d1
turn object tolist for concat
marhode Nov 7, 2023
a4387a5
Fixed syntax error
marhode Nov 7, 2023
7ef35ab
Test for conditional fix
marhode Nov 7, 2023
41e8294
Try setunion to combine both object lists together
marhode Nov 7, 2023
fae9c1d
Added missing variables to object
marhode Nov 7, 2023
613e6e8
added tolist
marhode Nov 7, 2023
2106b91
Fixed associated lans
marhode Nov 7, 2023
5512de3
Small readability adjustments
marhode Nov 8, 2023
8bba887
Testing purpose legacy min and max node count equals node count
marhode Nov 9, 2023
3182dba
Undo last test because it doesnt work
marhode Nov 9, 2023
6648900
Small fix
marhode Nov 9, 2023
5e7cf74
Simplified check for legacy and scaling deployment
marhode Nov 9, 2023
f09ba9b
Test with legacy only
marhode Nov 9, 2023
1d43bf6
Test with legacy and scaling = false
marhode Nov 9, 2023
ca83656
Test nodepool labels
marhode Nov 10, 2023
e566fdc
Corrected nodepool name
marhode Nov 13, 2023
dc5e74f
changed legacy nodepool name
maxi418 Nov 16, 2023
01ddd83
changed legacy nodepool name
maxi418 Nov 20, 2023
47cc49e
added moved block
maxi418 Nov 20, 2023
057d827
removed moved block
maxi418 Nov 20, 2023
908a05b
enabled outputs and variables for compatibility
maxi418 Nov 22, 2023
2d04b11
remove variables
maxi418 Nov 22, 2023
9cc5837
Added ip pool creation code to be downward compatible with sc-legacy
marhode Nov 23, 2023
a9aefb9
Added optional ip list
marhode Nov 23, 2023
996a713
Fixed typo
marhode Nov 23, 2023
58441b5
Added capabilities to include custom ip lists
marhode Nov 23, 2023
47b3582
Removed bracelets
marhode Nov 23, 2023
9cc6d9c
Changed the name of non-scaling nodepools
marhode Nov 23, 2023
1ab4b6f
removed index due to not found fail
marhode Nov 23, 2023
d3eb599
Fixed inconsistency of types in ip pools
marhode Nov 23, 2023
793a549
Missed one null
marhode Nov 23, 2023
6d5f456
Changed the default public_ips to list of empty list
marhode Nov 23, 2023
a4e5e02
fix typo
marhode Nov 23, 2023
0326e0a
Changed variable to availability_zone
marhode Nov 23, 2023
123b0d5
Test for ip lists inconsistence
marhode Nov 23, 2023
7a123af
Added second addition to ip pool list selection
marhode Nov 23, 2023
ff3ed9e
Changed list of list of ips to map of list of list of list
marhode Nov 23, 2023
5877e7a
changed public_ips definition
maxi418 Nov 23, 2023
0f4f573
fixed typing of lists
maxi418 Nov 23, 2023
ffb6fa9
Added slice to ip pool list
marhode Nov 24, 2023
ec432ba
Added +1 to the slice of ip lists
marhode Nov 24, 2023
a2a81a7
Adjusted maintenance times
marhode Nov 24, 2023
81a99a8
increment nodepool counter in name
maxi418 Nov 24, 2023
68e860d
removed cluster name from key
maxi418 Nov 24, 2023
35df423
Merge branch 'DBP-333-Expand-the-terraform-module-for-autoscaling-fun…
maxi418 Nov 24, 2023
1a63db8
changed for-each loop
maxi418 Nov 24, 2023
3f8de6d
Removed cluster name from keys to match between ip and nodepools
marhode Nov 27, 2023
ac0091c
fixed nodepool-count problem
maxi418 Nov 27, 2023
e0cfae2
Merge remote-tracking branch 'origin/main' into DBP-333-Expand-the-te…
maxi418 Nov 27, 2023
485c794
terraform-docs: automated action
github-actions[bot] Nov 27, 2023
1a87886
changed name for readability
maxi418 Nov 29, 2023
a75716c
add ids to output
maxi418 Nov 30, 2023
529e9c5
terraform-docs: automated action
github-actions[bot] Nov 30, 2023
567d4a7
added ids for scaling nodepools
maxi418 Nov 30, 2023
68bb462
Merge branch 'DBP-333-Expand-the-terraform-module-for-autoscaling-fun…
maxi418 Nov 30, 2023
cb399e1
fixed public ips for empty list
maxi418 Nov 30, 2023
5735a4a
added output for ippools
maxi418 Nov 30, 2023
abf3376
terraform-docs: automated action
github-actions[bot] Nov 30, 2023
87c71f6
updated ip output
maxi418 Nov 30, 2023
430fc11
Merge branch 'DBP-333-Expand-the-terraform-module-for-autoscaling-fun…
maxi418 Nov 30, 2023
90c590c
extended public ips condition for custom nodes
maxi418 Nov 30, 2023
80368f2
fixed ippools if no public ippools needed
maxi418 Nov 30, 2023
d72dac9
fix public ips
maxi418 Nov 30, 2023
40251bd
test slice function
maxi418 Nov 30, 2023
d366c71
test slice function
maxi418 Nov 30, 2023
b89702d
test slice function
maxi418 Nov 30, 2023
681f400
test slice function
maxi418 Nov 30, 2023
3573d23
added index for public ip conditions
maxi418 Nov 30, 2023
a791b2d
public ip generation
maxi418 Nov 30, 2023
90f2290
test nodepool output
maxi418 Nov 30, 2023
2641cec
terraform-docs: automated action
github-actions[bot] Nov 30, 2023
2b4459d
public ips
maxi418 Nov 30, 2023
8d52a6b
removed debugging output
maxi418 Nov 30, 2023
a9bdf71
terraform-docs: automated action
github-actions[bot] Nov 30, 2023
d59722a
added outputs for legacy compatibility
maxi418 Nov 30, 2023
702de8c
Merge branch 'DBP-333-Expand-the-terraform-module-for-autoscaling-fun…
maxi418 Nov 30, 2023
6627a74
terraform-docs: automated action
github-actions[bot] Nov 30, 2023
4a46930
cleanup
maxi418 Nov 30, 2023
d354edd
Merge branch 'DBP-333-Expand-the-terraform-module-for-autoscaling-fun…
maxi418 Nov 30, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
terraform-docs: automated action
github-actions[bot] committed Nov 30, 2023

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
commit abf3376d1272119e4eed7c352d006ed48c9619b0
1 change: 1 addition & 0 deletions modules/ionos-k8s-cluster/README.md
Original file line number Diff line number Diff line change
@@ -42,6 +42,7 @@ No modules.
| <a name="output_cluster_k8s_version"></a> [cluster\_k8s\_version](#output\_cluster\_k8s\_version) | n/a |
| <a name="output_cluster_name"></a> [cluster\_name](#output\_cluster\_name) | n/a |
| <a name="output_nodepool_zone1_id"></a> [nodepool\_zone1\_id](#output\_nodepool\_zone1\_id) | n/a |
| <a name="output_nodepool_zone1_ips"></a> [nodepool\_zone1\_ips](#output\_nodepool\_zone1\_ips) | n/a |
## Requirements

| Name | Version |