분류 전체보기(107)
-
How to solve error while creating s3 bucket AccessControlListNotSupported: The bucket does not allow ACLs
In this article, I'll show you how to troubleshoot errors in Terraform development and why they occurred. Problem situation When I applied the terraform code that was working fine to create a new one on a new AWS account, I got the following error │ Error: error creating S3 bucket ACL for my-bucket-name: AccessControlListNotSupported: The bucket does not allow ACLs │ status code: 400, request id..
2023.08.23 -
유튜브 프리미엄 멤버십 해지하고 환불받는 방법
유튜브 프리미엄 멤버십 해지하는 방법 알려드립니다. 인터넷 좀 한다고 생각하는데, 구독 해지하고 환불받는게 이렇게 어려울 일인가 싶네요. 다른 사람들도 많이 고통받고 지쳐서 환불 포기하실 것 같아서 해지하고 환불 받는법 글로 남깁니다. 1. 환불 받는 공식 페이지는 없어보입니다. 아래 스크린샷들을 보면서 제가 채팅으로 문의해서 상담을 통해 환불받은 내용을 확인해주세요. 2. 구글에 쳐서 나오는 글들 대부분은 2023년 이전 글로, 문의하기 작성페이지가 있습니다. 지금은 안보입니다. 3. 제 상태는 인터넷으로 유튜브 결제 -> 인터넷으로 유튜브 해지, 환불 요청입니다. 폰에서 앱으로 결제하신 분들은 다른 글을 찾아보세요. 아마 인터넷으로 들어와야 멤버십 결제 중단이 가능할껍니다. 유튜브 구독을 중지하고 한..
2023.08.22 -
helm vs kustomize
Let's compare Helm and Kustomize, two of the most popular ways to deploy to Kubernetes. Here's how they're described on their official websites. Helm: The package manager for Kubernetes Helm helps you manage Kubernetes applications — Helm Charts help you define, install, and upgrade even the most complex Kubernetes application. Kustomize: Kubernetes native configuration management Kustomize intr..
2023.08.21 -
Openshift, OCP, ROSA, RHOIC 그리고 ARO란?
Red Hat Openshift와 OCP(Openshift Container Platform), ARO(Azure Redhat Openshift)가 무엇인지 정리해보았습니다. Red Hat OpenShfit란 Red Hat® OpenShift®는 애플리케이션을 규모에 맞춰 빌드, 현대화, 배포할 수 있는 통합 플랫폼입니다 선택한 인프라에서 애플리케이션을 출시할 수 있는 일련의 완전한 서비스로 더 스마트하고 빠르게 작업할 수 있습니다. Red Hat OpenShift는 쿠버네티스로 구동되는 업계 최고의 하이브리드 클라우드 애플리케이션 플랫폼으로, 검증을 통해 신뢰성을 확보한 서비스를 결합하여 애플리케이션 개발, 현대화, 배포, 실행, 관리에 수반되는 마찰을 줄입니다. OpenShift는 퍼블릭 클라우드, ..
2023.08.14 -
aws eks ALB, NLB error: service Failed build model due to unable to resolve at least one subnet
EKS AWS LBC is not able to auto-discover subnets https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.5/deploy/subnet_discovery/ --- Public subnets¶ Public subnets are used for internet-facing load balancers. These subnets must have the following tags: Key Value kubernetes.io/role/elb 1 or `` Private subnets¶ Private subnets are used for internal load balancers. These subnets must h..
2023.08.10 -
ebs-csi-driver volumesnapshot spam log
Failed to watch *v1.VolumeSnapshotContent: failed to list *v1.VolumeSnapshotContent: the server could not find the requested resource 비슷한 에러 로그가 너무 많이 발생하여 이를 해결함 구글에 검색하면 아래와 같은 github 이슈를 찾을 수 있음 내용을 보면 CRD를 추가하라고 함 https://github.com/longhorn/longhorn/issues/2551 [QUESTION] How to fix this (get volumesnapshotclasses.snapshot.storage.k8s.io) problem? · Issue #2551 · longhorn/longhorn Question ..
2023.07.28