0

I installed timescaledb with helm from this chart: https://github.com/timescale/timescaledb-kubernetes/tree/master/charts/timescaledb-single I did not change anything. When I installed it pod gives this error:

enter image description here

oakkose
  • 353
  • 3
  • 13

1 Answers1

0

Did you use MicroK8s?

How about perform:

sudo usermod -a -G microk8s $USER
sudo chown -f -R $USER ~/.kube
newgrp microk8s

Then try your commands again?

Yu Sun
  • 21
  • 4