Learning (Jinseung Yu)
/
AWS Korea worldskills
/
EMR on EKS
/
Practice
/
CoreDNS to Fargate
Search
CoreDNS to Fargate
kubectl patch deployment coredns
-n
kube-system
--type
=
json
-p
=
'[{"op": "remove", "path": "/spec/template/metadata/annotations", "value": "eks.amazonaws.com/compute-type"}]'
kubectl rollout restart
-n
kube-system deployment coredns
Shell
복사