Category Archives: DevOps

IntelliJ vm.option

IntelliJ vm.option

PC 메모리가 쥐꼬리만 하다면 아래 설정을 하자.

-Xmx2048m
-Dfile.encoding=UTF-8
-Djava.net.preferIPv4Stack=true

메모리가 충분하다면 아래 … 더보기

Kubernetes – ArgoCD 설치

Kubernetes – ArgoCD 설치

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
kubectl 
더보기