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