1. Prod 환경 node process 정리
2. script 추가
This commit is contained in:
havelight-ee
2022-12-23 14:08:41 +09:00
parent eb5dedcd4d
commit 51e8a9cab7
23 changed files with 2955 additions and 143 deletions

View File

@@ -21,6 +21,8 @@ spec:
role: Node
subnets:
- ap-northeast-2a
taints:
- prod/spot:NoSchedule
---
apiVersion: kops.k8s.io/v1alpha2
kind: InstanceGroup
@@ -45,6 +47,8 @@ spec:
role: Node
subnets:
- ap-northeast-2a
taints:
- prod/spot:NoSchedule
---
apiVersion: kops.k8s.io/v1alpha2
kind: InstanceGroup
@@ -69,6 +73,8 @@ spec:
role: Node
subnets:
- ap-northeast-2b
taints:
- prod/spot:NoSchedule
---
apiVersion: kops.k8s.io/v1alpha2
kind: InstanceGroup
@@ -89,3 +95,5 @@ spec:
role: Node
subnets:
- ap-northeast-2c
taints:
- prod/spot:NoSchedule