HASTE-project / hom-2

HASTE-o-matic: Interactive, Stream-based Analysis of Large Datasets with Information Hierarchies
1 stars 1 forks source link

Pod deployment fails on minikube because of service account related issue #34

Open benblamey opened 2 years ago

benblamey commented 2 years ago

The manager pod is deployed OK.

The others fail because of behaviour relating to service account defaults

Error from server (Forbidden): error when creating "hom-2/kubernetes/k8.yaml": pods "zookeeper" is forbidden: error looking up service account hom/default: serviceaccount "default" not found Error from server (Forbidden): error when creating "hom-2/kubernetes/k8.yaml": pods "notebook" is forbidden: error looking up service account hom/default: serviceaccount "default" not found Error from server (Forbidden): error when creating "hom-2/kubernetes/k8.yaml": pods "kafka" is forbidden: error looking up service account hom/default: serviceaccount "default" not found Error from server (Forbidden): error when creating "hom-2/kubernetes/k8.yaml": pods "static-web" is forbidden: error looking up service account hom/default: serviceaccount "default" not found

benblamey commented 2 years ago

This didn't happen testing it again....