es 제거

This commit is contained in:
havelight-ee
2023-09-27 12:14:32 +09:00
parent 6d6585162d
commit 9a68f4ec9e
5 changed files with 10 additions and 97 deletions

View File

@@ -1,28 +0,0 @@
apiVersion: kops.k8s.io/v1alpha2
kind: InstanceGroup
metadata:
creationTimestamp: "2022-12-02T06:42:33Z"
generation: 1
labels:
kops.k8s.io/cluster: k8s-prod.datasaker.io
name: k8s-prod-data-es-c
spec:
image: ami-0409b7ddbc59e3222
instanceMetadata:
httpTokens: required
kubelet:
anonymousAuth: false
nodeLabels:
node-role.kubernetes.io/node: ""
machineType: m5a.xlarge
manager: CloudGroup
maxSize: 1
minSize: 1
nodeLabels:
datasaker/group: data-es
kops.k8s.io/instancegroup: k8s-prod-data-es-c
role: Node
subnets:
- ap-northeast-2c
taints:
- prod/data-es:NoSchedule

View File

@@ -1,28 +0,0 @@
apiVersion: kops.k8s.io/v1alpha2
kind: InstanceGroup
metadata:
creationTimestamp: "2023-04-29T12:23:39Z"
generation: 1
labels:
kops.k8s.io/cluster: k8s-prod.datasaker.io
name: k8s-prod-data-es-c2
spec:
image: ami-0409b7ddbc59e3222
instanceMetadata:
httpTokens: required
kubelet:
anonymousAuth: false
nodeLabels:
node-role.kubernetes.io/node: ""
machineType: m5a.xlarge
manager: CloudGroup
maxSize: 1
minSize: 1
nodeLabels:
datasaker/group: data-es
kops.k8s.io/instancegroup: k8s-prod-data-es-c2
role: Node
subnets:
- ap-northeast-2c
taints:
- prod/data-es:NoSchedule

View File

@@ -1,28 +0,0 @@
apiVersion: kops.k8s.io/v1alpha2
kind: InstanceGroup
metadata:
creationTimestamp: "2023-04-29T12:23:44Z"
generation: 1
labels:
kops.k8s.io/cluster: k8s-prod.datasaker.io
name: k8s-prod-data-es-c3
spec:
image: ami-0409b7ddbc59e3222
instanceMetadata:
httpTokens: required
kubelet:
anonymousAuth: false
nodeLabels:
node-role.kubernetes.io/node: ""
machineType: m6i.xlarge
manager: CloudGroup
maxSize: 1
minSize: 1
nodeLabels:
datasaker/group: data-es
kops.k8s.io/instancegroup: k8s-prod-data-es-c3
role: Node
subnets:
- ap-northeast-2c
taints:
- prod/data-es:NoSchedule

View File

@@ -1,13 +1,11 @@
apiVersion: kops.k8s.io/v1alpha2
kind: InstanceGroup
metadata:
creationTimestamp: "2023-06-05T06:48:41Z"
generation: 1
labels:
kops.k8s.io/cluster: k8s-prod.datasaker.io
name: k8s-prod-data-es-data
name: k8s-prod-data-opensearch-data
spec:
image: ami-0409b7ddbc59e3222
image: ami-01e58630c6fb43a44
instanceMetadata:
httpTokens: required
kubelet:
@@ -19,10 +17,10 @@ spec:
maxSize: 2
minSize: 2
nodeLabels:
datasaker/group: data-es-data
kops.k8s.io/instancegroup: k8s-prod-data-es-data
opensearch-group: opensearch-data
kops.k8s.io/instancegroup: k8s-prod-data-opensearch-data
role: Node
subnets:
- ap-northeast-2c
taints:
- prod/data-es-data:NoSchedule
- opensearch-data:NoSchedule

View File

@@ -1,12 +1,11 @@
apiVersion: kops.k8s.io/v1alpha2
kind: InstanceGroup
metadata:
creationTimestamp: "2023-06-07T02:05:11Z"
labels:
kops.k8s.io/cluster: k8s-prod.datasaker.io
name: k8s-prod-data-es-master
name: k8s-prod-data-opensearch-master
spec:
image: ami-0409b7ddbc59e3222
image: ami-01e58630c6fb43a44
instanceMetadata:
httpTokens: required
kubelet:
@@ -18,10 +17,10 @@ spec:
maxSize: 3
minSize: 3
nodeLabels:
datasaker/group: data-es-master
kops.k8s.io/instancegroup: k8s-prod-data-es-master
opensearch-group: opensearch-master
kops.k8s.io/instancegroup: k8s-prod-data-opensearch-master
role: Node
subnets:
- ap-northeast-2c
taints:
- prod/data-es-master:NoSchedule
- opensearch-master:NoSchedule