[INFO]
1. Prod 환경 node process 정리 2. script 추가
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user