Skip to content

Commit

Permalink
docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
omidraha committed Jul 31, 2023
1 parent 78e22bf commit 3e9f8b2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/kubernetes/helm.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Helm
====


Install and search a char on the repo
-------------------------------------

.. code-block:: bash
helm repo add aws-ebs-csi-driver https://kubernetes-sigs.github.io/aws-ebs-csi-driver
helm repo update
helm search repo aws-ebs-csi-driver -l
helm upgrade --install aws-ebs-csi-driver --namespace kube-system aws-ebs-csi-driver/aws-ebs-csi-driver
https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/docs/install.md
2 changes: 2 additions & 0 deletions src/kubernetes/kubernetes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ Contents:
:maxdepth: 2

tips
helm


0 comments on commit 3e9f8b2

Please sign in to comment.