The highest tagged major version is
v3.
directory
Version:
v1.26.9
Opens a new window with list of versions in this module.
Published: Dec 2, 2020
License: Apache-2.0
Opens a new window with license information.
README
¶
E2E tests
Setup E2E server
You might have to run the following command, to make sure Tiller has the right privileges.
cat << EOF | kubectl apply -f -
kind: ServiceAccount
apiVersion: v1
metadata:
name: tiller
namespace: kube-system
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: tiller
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
subjects:
- kind: ServiceAccount
name: tiller
namespace: kube-system
EOF
helm init --service-account tiller
# or if you installed Helm2 using Brew
/usr/local/opt/helm@2/bin/helm init --service-account tiller
Directories
¶
Click to show internal directories.
Click to hide internal directories.