Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sysadm-provisioning
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform
Infrastructure
sysadm-provisioning
Commits
9251aa85
Verified
Commit
9251aa85
authored
2 years ago
by
Antoine R. Dumont
Browse files
Options
Downloads
Patches
Plain Diff
staging-rke2: Increase worker nodes' cores to 6
parent
98099d39
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
proxmox/terraform/staging/cluster-archive-staging-rke2.tf
+4
-4
4 additions, 4 deletions
proxmox/terraform/staging/cluster-archive-staging-rke2.tf
with
4 additions
and
4 deletions
proxmox/terraform/staging/cluster-archive-staging-rke2.tf
+
4
−
4
View file @
9251aa85
...
...
@@ -124,7 +124,7 @@ module "rancher-node-staging-rke2-worker1" {
hostname
=
"rancher-node-staging-rke2-worker1"
description
=
"elastic worker for rpc services (e.g. graphql, ...)"
sockets
=
"1"
cores
=
"
4
"
cores
=
"
6
"
memory
=
"32768"
balloon
=
"16384"
...
...
@@ -166,7 +166,7 @@ module "rancher-node-staging-rke2-worker2" {
hostname
=
"rancher-node-staging-rke2-worker2"
description
=
"elastic worker for computations (e.g. loader, lister, ...)"
sockets
=
"1"
cores
=
"
4
"
cores
=
"
6
"
memory
=
"32768"
balloon
=
"16384"
...
...
@@ -208,7 +208,7 @@ module "rancher-node-staging-rke2-worker3" {
hostname
=
"rancher-node-staging-rke2-worker3"
description
=
"elastic worker for computations (e.g. loader, lister, ...)"
sockets
=
"1"
cores
=
"
4
"
cores
=
"
6
"
memory
=
"32768"
balloon
=
"16384"
...
...
@@ -250,7 +250,7 @@ module "rancher-node-staging-rke2-worker4" {
hostname
=
"rancher-node-staging-rke2-worker4"
description
=
"elastic worker for computations (e.g. loader, lister, ...)"
sockets
=
"1"
cores
=
"
4
"
cores
=
"
6
"
memory
=
"32768"
balloon
=
"16384"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment