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:
Asked
Active
Viewed 262 times
1 Answers
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