• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

“Error: Could Not Find A Ready Tiller Pod” – helm error

by admin

The Problem

Getting “Error: could not find a ready tiller pod” error when trying various helm commands.

> helm version
Client: &version.Version{SemVer:"v2.14.3", GitCommit:"0e7f3b6637f7af8fcfddb3d2941fcc7cbebb0085", GitTreeState:"clean"}
Error: could not find a ready tiller pod

The Solution

This error is caused due to wrong configuration or version mismatch.

Follow the procedure to install helm and tiller using the below commands:

1. Delete the pre-installed helm:

# kubectl delete svc tiller-deploy -n kube-system
# kubectl delete deploy tiller-deploy -n kube-system

2. Install helm and tiller using this commands:

# helm init --client-only
# helm plugin install https://github.com/rimusz/helm-tiller
# helm tiller install
# helm tiller start kube-system

Filed Under: DevOps, Kubernetes

Some more articles you might also be interested in …

  1. How to Disable Docker Process and docker0 Interface on CentOS/RHEL
  2. How to Run Ad-Hoc Commands Using Ansible
  3. How to update/add a file in the Docker Image
  4. Understanding “docker stats” Command Output
  5. How to Use user-defined Functions in awk
  6. Endpoint is not Created for Service in Kubernetes
  7. Backtick (`) symbol in Linux Shell Scripting
  8. Kubernetes Command Line Reference (Cheatsheet)
  9. How to create Docker Image from a Container and Dockerfile
  10. Unable to run NGINX Docker due to “13: Permission denied”

You May Also Like

Primary Sidebar

Recent Posts

  • qm Command Examples in Linux
  • qm wait Command Examples in Linux
  • qm start Command Examples in Linux
  • qm snapshot Command Examples in Linux

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright