본문 바로가기

Infra & Server Dev76

AWS EKS Console에서 Overview, Workloads 안보일때 https://docs.aws.amazon.com/ko_kr/eks/latest/userguide/add-user-role.html 클러스터의 사용자 또는 IAM 역할 관리 - Amazon EKS "Error from server (NotFound): configmaps "aws-auth" not found"와 같은 오류가 발생할 경우, 앞의 절차를 통해 재고 ConfigMap을 적용합니다. docs.aws.amazon.com 현상태 보기 : kubectl describe configmap -n kube-system aws-auth 구성맵 다운로드 : curl -o aws-auth-cm.yaml https://s3.us-west-2.amazonaws.com/amazon-eks/cloudformation/.. 2021. 7. 12.
nestjs node grpc install(npm or yarn) error yarn add grpc를 해서 grpc를 설치하려고하는데... 설치가 안된다. 찾아보니깐 grpc는 node 15는 아직 지원안하는듯 참고 : github.com/grpc/grpc-node/issues/1630 그러니깐 @grpc/grpc-js를 쓰란다. grpc.io/blog/grpc-js-1.0/ Announcing gRPC-JS 1.0 We are excited to announce the release of version 1.0 of gRPC-JS (@grpc/grpc-js), a pure-TypeScript reimplementation of the original Node gRPC library, grpc. Features gRPC-JS supports the following feature.. 2021. 3. 30.
VSCode 컨트롤(Ctrl) + w 종료 키맵 수정 저는 보통 현재 코딩중 창을 컨트롤 + w를 눌러서 연타하며 끄는 경우가 많은데 이게 VSCode는 VSCode까지 꺼버리길래... -_- 갑자기 빈바탕화면을 보게됨... 그래서 키맵을 수정했습니다. 설정에서 바로 가기 키로 눌러서 close라고 검색하면 창 닫기 저거 뜹니다. workbench.action.closeWindow 검색 하는게 더 빠르겠네. 여튼 나오면 저처럼 키 바인딩을 기존에 Ctrl + W 되있는걸 Ctrl + F4로 바꾸면 짜증해결~ 추가로 마지막으로 실행했던 프로젝트 안뜨도록하는법. "window.restoreWindows": "none" stackoverflow.com/questions/31270774/visual-studio-code-always-reopens-previous-.. 2021. 2. 5.
[Docker] Container에서 외부로(External) 통신이 안될때 https://docs.docker.com/network/bridge/#enable-forwarding-from-docker-containers-to-the-outside-world Use bridge networks In terms of networking, a bridge network is a Link Layer device which forwards traffic between network segments. A bridge can be a hardware device or a software device running... docs.docker.com Enable forwarding from Docker containers to the outside world By default, traffic.. 2020. 7. 29.
Intellij gradle dependency lib not found bug fix https://youtu.be/0rLZK6hIpm0 Intrellij에서 gradle 의존성 라이브러리를 못찾을때... 위에 동영상 참조해주세요. 2019. 9. 24.
Jira 8.3.0 다운로드 및 업데이트 아이폰 Jira앱에서 8.3.0이후 버전만 된다고해서 업데이트를 진행했다. Jira 8.3.0 다운로드 링크 https://www.atlassian.com/software/jira/download-eap?_ga=2.253714318.601004015.1562646352-1742252905.1536731267 Jira Server EAP | Atlassian Jira Server Early Access Program Downloads www.atlassian.com EAP가 무슨 약자인가 찾아보니... Early Access Program (EAP) 밑으로는 설치 로그임. ./atlassian-jira-software-8.3.0-EAP02-x64.bin Unpacking JRE ... Starting In.. 2019. 7. 9.