일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
Tags
- libvirt
- grafana-loki
- archlinux
- Docker
- Ansible
- KVM
- kolla
- repository
- Kubernetes
- ceph-ansible
- yum
- HTML
- OpenStack
- nfs-provisioner
- cloud-init
- terraform
- k8s
- Linux
- Kubeflow
- cephadm
- ceph
- pacman
- awx
- golang
- i3
- kolla-ansible
- ubuntu
- port open
- Arch
- Octavia
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
반응형