Verify kubeapps token instructions after SA change in k8s >=1.24 #4763
Labels
component/apis-server
Issue related to kubeapps api-server
kind/question
An issue that reports a question about the project
Milestone
Converted into an issue since it requires further investigation.
Updating the issue content accordingly:
Hi,
In Kubernetes 1.24 tokens are not created for service accounts. So the authorization procedure in the documentation no longer works:
So I created service account "example" like above, and then created a token with
kubectl create -f token.yml
token.yml:
I then apply this yaml:
I can now see the token with
kubectl describe secret example-secret
However, this token does not get me into the kubeapps dashboard. It does get me into the standard kubernetes dasboard
Any ideas?
Originally posted by @Wouter053 in #4746
The text was updated successfully, but these errors were encountered: