본 포스팅에서는 Kubernetes 클러스터에 chaos-mesh를 배포할 때 발생하는 주석 길이로 인해 CRD(Custom Resource Definition, 사용자 지정 리소스 정의)를 적용할 수 없는 문제를 해결하는 과정을 설명한다. 문제 다음 에러는 chaos-mesh CRD를 배포하면서 발생하는 에러이다. son@son-localhost ~/chaos-mesh $ k apply -f manifests/crd.yaml customresourcedefinition.apiextensions.k8s.io/awschaos.chaos-mesh.org created customresourcedefinition.apiextensions.k8s.io/azurechaos.chaos-mesh.org created customresourcedefinition.apiextensions.k8s.io/blockchaos.chaos-mesh.org created customreso...