일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- OpenStack
- repository
- Octavia
- grafana-loki
- Arch
- i3
- yum
- Ansible
- libvirt
- golang
- archlinux
- kolla-ansible
- kolla
- pacman
- port open
- cephadm
- terraform
- Linux
- nfs-provisioner
- Kubernetes
- k8s
- awx
- ubuntu
- Docker
- ceph-ansible
- KVM
- HTML
- ceph
- Kubeflow
- cloud-init
Archives
- Today
- Total
YJWANG
Nexus3로 Helm local repo 구축하기 본문
Nexus3로 Helm Repo 만들기
repo 추가
Web Interface를 통해 진행한다. 아래 버전 cli에서는 helm repo를 생성할 수 없다.
# pip3 list --format=legacy |grep nexus3-cli
nexus3-cli (4.1.0)
Helm repo 생성
Create Repositories > helm(hosted) > Copy URL
Helm repository 추가
# helm repo add local-repo http://1.2.3.4:1234/repository/test-helm --username user --password password
"local-repo" has been added to your repositories
# helm repo list
NAME URL
bitnami https://charts.bitnami.com/bitnami
local-repo http://1.2.3.4:1234/repository/test-helm
반응형