keycastr

# 맥환경에서 찍은 영상들을 보면 가끔 키보드 타이핑 내용이 그대로 표시는데, keycastr 앱을 사용한다.
# 설치
brew install --cask keycastr

# 설정화면

# ctrl-cmd-alt-k 로 사용(casting) 여부를 토글 한다.
# 키 입력 표시는 마우스로 원하는 위치로 이동할 수 있다.

cool retro term

할로윈에 다음과 같은 git log 스샷이 재밌었는데.

찾아 보니 cool-retro-trem 이라는 터미널 앱을 사용하면 위과 같은 레트로 분위기를 낼 수 있다.
설치
brew install cool-retro-term

argo-cd sync errror

# prometheus, grafana 버전업을 위해 다음과 같이 prometheus(operator) Chart.yaml > dependencies 버전업했다.
apiVersion: v2
name: ysoftman-prometheus
version: 0.0.1
description: Chart for ysoftman-prometheus
dependencies:
  - name: "kube-prometheus-stack"
    version: "65.3.2"
    repository: "https://prometheus-community.github.io/helm-charts"
  - name: "prometheus-adapter"
    version: "4.11.0"
    repository: "https://prometheus-community.github.io/helm-charts"

# Chart.lock 새로 생성
helm dependencies build

# 이제 git develop 브랜치에 커밋
# argocd 에서 해당 앱(prometheus operator)이 자동 싱크가 활성화 돼 있어 자동 싱크를 수행하는 중 다음과 같은 에러가 발생했다.

Failed to compare desired state to live state: failed to calculate diff: error calculating structured merge diff: error building typed value from config resource: .spec.scrapeConfigSelector: field not declared in schema

# 해결하기
# argocd 해당 application > detail > sync policy > automated 비활성화 상태에서 수동으로 싱크한다.
# 다시 automated 를 활성화하면 자동싱크시 에러가 발생하지 않는다.

# 버전 확인
http://ysoftman-prometheus.aaa.bbb/ > prometheus_build_info 메트릭으로 조회
http://ysoftman-grafana.aaa.bbb/api/health

# 기타 values spec 변경 사항 확인
Kind: Prometheus > spec
Kind: Alertmanger > spec