일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- k8s
- golang
- archlinux
- port open
- grafana-loki
- repository
- Docker
- Ansible
- KVM
- Octavia
- yum
- Linux
- nfs-provisioner
- ubuntu
- cloud-init
- terraform
- kolla-ansible
- libvirt
- ceph-ansible
- cephadm
- OpenStack
- Kubeflow
- HTML
- i3
- awx
- Kubernetes
- Arch
- pacman
- ceph
- kolla
Archives
- Today
- Total
YJWANG
How to set Helm on Kubernetes (helm v3) 본문
refer to
Install Helm
Install from script
$ curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
$ chmod 700 get_helm.sh
$ ./get_helm.sh
Using Helm
[root@master01 helm]# helm repo add stable https://charts.helm.sh/stable
"stable" has been added to your repositories
[root@master01 helm]# helm repo list
NAME URL
stable https://charts.helm.sh/stable
반응형