Difference between revisions of "Kafka k8s"
Jump to navigation
Jump to search
(Created page with "https://github.com/bitnami/charts/tree/master/bitnami/kafka ``` helm repo add bitnami https://charts.bitnami.com/bitnami helm install my-test bitnami/kafka ``` # Zookeper P...") |
(No difference)
|
Revision as of 15:42, 11 March 2022
https://github.com/bitnami/charts/tree/master/bitnami/kafka
helm repo add bitnami https://charts.bitnami.com/bitnami helm install my-test bitnami/kafka
Zookeper Permission denied error
locate pvc-e39c70fb-130d-476d-a6b0-7e7ff205d5a5
sudo chown -R 1001:1001 /var/snap/microk8s/common/default-storage/test-data-mytest-zookeeper-0-pvc-e39c70fb-130d-476d-a6b0-7e7ff205d5a5
chmod 777 will do it be we don't want that.