Skip to content

Instantly share code, notes, and snippets.

View taking's full-sized avatar
🐈
Focusing

taking taking

🐈
Focusing
View GitHub Profile
#!/bin/bash
# 이동할 디렉토리 설정
source_dir="/volume/500GB_HDD/Downloads"
# 파일 확인 및 이동 함수
move_files() {
for file in "$1"/*; do
if [ -d "$file" ]; then
# 디렉토리인 경우 재귀 호출

Private Registry Installation with Helm

Prerequisites

  • Kubernetes 1.19+
  • Helm 3.2.0+

helm update

helm repo add stable https://charts.helm.sh/stable
helm repo update stable

Minio Install

# .env
DOCKER_ROOT=/volume/1TB_NVME/docker/minio-backup

TZ=Asia/Seoul

# DB
MINIO_ROOT_USER=username

jar modified (unextract, extract)

  • jar 파일 수정 하기

How-to

# unextract
 jar xf client-0.0.1-IAIOT.jar

External-DNS Installation with Helm

  • external-dns on Kubernetes

Prerequisites

  • Kubernetes 1.20+
  • Helm 3.2.0+

helm update

helm repo add bitnami https://charts.bitnami.com/bitnami