question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error while installing kibana 8.5.1

See original GitHub issue

In the latest release while installing Kibana getting an error. Deploying on GKE.

Command:

helm install kibana elastic/kibana --namespace elastic

Error:

W1117 13:30:42.543271    9492 gcp.go:120] WARNING: the gcp auth plugin is deprecated in v1.22+, unavailable in v1.25+; use gcloud instead.
To learn more, consult https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke
Error: INSTALLATION FAILED: failed pre-install: warning: Hook pre-install kibana/templates/pre-install-role.yaml failed: roles.rbac.authorization.k8s.io "pre-install-kibana-kibana" already exists

Issue Analytics

  • State:open
  • Created 10 months ago
  • Reactions:2
  • Comments:5

github_iconTop GitHub Comments

1reaction
yog27raycommented, Nov 26, 2022

@burads Thanks for listing items to delete.

For someone else facing this error can run the below commands to delete serviceaccounts, roleBindings, roles, configmaps, token and job

kubectl delete configmap kibana-kibana-helm-scripts -n elastic
kubectl delete serviceaccount pre-install-kibana-kibana -n elastic
kubectl delete roles pre-install-kibana-kibana -n elastic
kubectl delete rolebindings pre-install-kibana-kibana -n elastic
kubectl delete job pre-install-kibana-kibana -n elastic
0reactions
poochwasherecommented, Dec 21, 2022

To add to the above ☝️

kubectl delete secrets kibana-kibana-es-token

Read more comments on GitHub >

github_iconTop Results From Across the Web

Install Kibana | Kibana Guide [8.5] - Elastic
Install Kibana yourselfedit. Starting with version 6.0.0, Kibana only supports 64 bit operating systems. Kibana is provided in the following ...
Read more >
Kibana 8.5.1 | Kibana Guide [8.5] - Elastic
Conceptual and step-by-step procedures for using runtime fields, scripted fields, and field formatters.
Read more >
Kibana 8.5.1 - Elastic
Conceptual and step-by-step procedures for using runtime fields, scripted fields, and field formatters.
Read more >
Install Kibana with Debian package | Kibana Guide [8.5] - Elastic
It can be used to install Kibana on any Debian-based system such as ... the same Kibana repository, you will see an error...
Read more >
Install Kibana with RPM | Kibana Guide [8.5] - Elastic
It can be used to install Kibana on any RPM-based system such as OpenSuSE, SLES, Red Hat, and Oracle Enterprise. RPM install is...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found