Skip to content

Commit

Permalink
trivial. add tksCpNode
Browse files Browse the repository at this point in the history
  • Loading branch information
ktkfree committed Sep 7, 2023
1 parent 67afc19 commit 1b0f917
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 18 deletions.
18 changes: 9 additions & 9 deletions aws-msa-reference/tks-cluster/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ global:
clusterName: cluster.local
sshKeyName: CHANGEME
clusterRegion: CHANGEME
mdNumOfAz: CHANGEME
cpReplicas: CHANGEME
cloudAccountID: CHANGEME

tksCpNode: CHNAGEME
tksCpNodeMax: CHANGEME
tksCpNodeType: CHANGEME
tksInfraNode: CHNAGEME
tksInfraNodeMax: CHANGEME
tksInfraNodeType: CHANGEME
Expand Down Expand Up @@ -49,7 +50,7 @@ charts:
toPort: 5473
bastion.enabled: false
kubeadmControlPlane:
replicas: $(cpReplicas)
replicas: $(tksCpNode)
machinePool:
- name: taco
machineType: $(tksInfraNodeType)
Expand All @@ -65,17 +66,16 @@ charts:
taco-ingress-gateway: enabled
roleAdditionalPolicies:
- "arn:aws:iam::aws:policy/AmazonS3FullAccess"
machineDeployment:
- name: normal
numberOfAZ: $(mdNumOfAz)
minSizePerAZ: 0 # $(tksUserNode)?
maxSizePerAZ: $(tksUserNodeMax)
selector:
matchLabels:
machineType: $(tksUserNodeType)
replicas: $(tksUserNode)
minSize: 0
maxSize: $(tksUserNodeMax)
rootVolume:
size: 50
type: gp2
roleAdditionalPolicies:
- "arn:aws:iam::aws:policy/service-role/AmazonEBSCSIDriverPolicy"

- name: ingress-nginx
override:
Expand Down
18 changes: 9 additions & 9 deletions aws-reference/tks-cluster/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ global:
clusterName: cluster.local
sshKeyName: CHANGEME
clusterRegion: CHANGEME
mdNumOfAz: CHANGEME
cpReplicas: CHANGEME
cloudAccountID: CHANGEME

tksCpNode: CHNAGEME
tksCpNodeMax: CHANGEME
tksCpNodeType: CHANGEME
tksInfraNode: CHNAGEME
tksInfraNodeMax: CHANGEME
tksInfraNodeType: CHANGEME
Expand Down Expand Up @@ -49,7 +50,7 @@ charts:
toPort: 5473
bastion.enabled: false
kubeadmControlPlane:
replicas: $(cpReplicas)
replicas: $(tksCpNode)
machinePool:
- name: taco
machineType: $(tksInfraNodeType)
Expand All @@ -65,17 +66,16 @@ charts:
taco-ingress-gateway: enabled
roleAdditionalPolicies:
- "arn:aws:iam::aws:policy/AmazonS3FullAccess"
machineDeployment:
- name: normal
numberOfAZ: $(mdNumOfAz)
minSizePerAZ: 0 # $(tksUserNode)?
maxSizePerAZ: $(tksUserNodeMax)
selector:
matchLabels:
machineType: $(tksUserNodeType)
replicas: $(tksUserNode)
minSize: 0
maxSize: $(tksUserNodeMax)
rootVolume:
size: 50
type: gp2
roleAdditionalPolicies:
- "arn:aws:iam::aws:policy/service-role/AmazonEBSCSIDriverPolicy"

- name: ingress-nginx
override:
Expand Down
3 changes: 3 additions & 0 deletions eks-reference/tks-cluster/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ global:
clusterRegion: CHANGEME
cloudAccountID: CHANGEME

tksCpNode: CHNAGEME
tksCpNodeMax: CHANGEME
tksCpNodeType: CHANGEME
tksInfraNode: CHNAGEME
tksInfraNodeMax: CHANGEME
tksInfraNodeType: CHANGEME
Expand Down

0 comments on commit 1b0f917

Please sign in to comment.