Skip to content

issue seeing logs and exec #4309

@killmasta93

Description

@killmasta93

Describe the bug

currently trying to see logs of pods and exec but shows blank

To Reproduce

Steps to reproduce the bug:
installed the following

helm repo add headlamp https://kubernetes-sigs.github.io/headlamp/
helm repo update
helm install headlamp headlamp/headlamp \
  --namespace headlamp \
  --create-namespace \
  --set service.type=NodePort \
  --set service.nodePort=32080
kubectl -n kube-system create serviceaccount headlamp-admin

kubectl create clusterrolebinding headlamp-admin --serviceaccount=kube-system:headlamp-admin --clusterrole=cluster-admin

kubectl create token headlamp -n headlamp --duration=87600h

Environment (please provide info about your environment):

  • Headlamp Version: 0.39.0

Additional Context

Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions