-
Notifications
You must be signed in to change notification settings - Fork 15
helm airflow
choisungwook edited this page Jun 24, 2021
·
3 revisions
- airflow helm 설치
helm chart githbub: https://github.com/apache/airflow/tree/main/chart
kubectl create namespace airflow
helm repo add apache-airflow https://airflow.apache.org
helm repo update
- webserver node포트로 변경
- 샘플 import
- 관리자 계정과 비밀번호 설정
webserver:
resources:
limits:
cpu: 4
memory: 4Gi
requests:
cpu: 4
memory: 4Gi
service:
type: NodePort
extraEnv: |
- name: AIRFLOW__CORE__LOAD_EXAMPLES
value: 'True'
username: admin
password: admin123
helm install -n airflow -f override_values.yaml airflow apache-airflow/airflow
- 샘플이 임포트되어야 정상
쿠버네티스
- helm차트
- 템플릿
- argocd
- cert-manager
- nexus
- 기타
리눅스
개발
기타
-
vagrant
-
jenkins
-
ansible
-
gitlab
-
redis
-
기타