Skip to main content
Solved

K10 - auth-svc pod container not initializing


Getting this error on the auth-svc pod on the default installation of K10.

helm install k10 kasten/k10 -n k10 

I am trying to login to the dashboard via loadbalancer and I am getting a 404 auth denied access error, which I am assuming is related to this pod not booting up. This is a fresh cluster on version 1.22.3 .

Best answer by Satish

Hi @cheslz ,

For debuging authentication related issues we have a k10tools binary to find the exact cause what could be wrong . Below is the link you can follow.

 

Download K10tools:- https://github.com/kastenhq/external-tools/releases

Documentation for Auth Debuging:- 

https://docs.kasten.io/latest/operating/k10tools.html?highlight=k10tools

./k10tools debug auth

Let us know if this helps and has any other questions. 

 

Regards
Satish

View original
Did this topic help you find an answer to your question?

Glen Xu
  • Not a newbie anymore
  • May 21, 2022

Hi

 

 You’d better choose one of authentication methods to install k10. For poc, basic authentication is a nice option.

please reference this article:

https://docs.kasten.io/latest/access/authentication.html#basic-authentication

 


  • Not a newbie anymore
  • May 24, 2022

,


Forum|alt.badge.img+1
  • Experienced User
  • May 26, 2022

Hi @cheslz ,

For debuging authentication related issues we have a k10tools binary to find the exact cause what could be wrong . Below is the link you can follow.

 

Download K10tools:- https://github.com/kastenhq/external-tools/releases

Documentation for Auth Debuging:- 

https://docs.kasten.io/latest/operating/k10tools.html?highlight=k10tools

./k10tools debug auth

Let us know if this helps and has any other questions. 

 

Regards
Satish


Comment