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