datarevenue-berlin / OpenMLOps

MIT License
695 stars 101 forks source link

minikube local installation error #116

Open Charanv09 opened 2 years ago

Charanv09 commented 2 years ago

i am following this tutorial and getting this error in this statement "terraform apply -var-file=my_vars.tfvars"

https://github.com/datarevenue-berlin/OpenMLOps/blob/master/tutorials/set-up-minikube-cluster.md

following the versions:

Terraform v1.0.8
kubectl server version v1.21.5 and client version v1.21.5, which includes:
    minikube version: v1.23.2

Minikube start --kubernetes-version=v1.21.5 --vm-driver = hyperv

image

@sixhobbits @spazm @pedrocwb @timotk

PhilippSKAI commented 1 year ago

You can set the KUBERNETES_MASTER environment variable using: export KUBE_CONFIG_PATH=~/.kube/config

The "postgresql" version issue can be fixed by choosing a newer version from the Chart Versions here: https://artifacthub.io/packages/helm/bitnami/postgresql Replace the old version number with a newer one in the repo under modules/postgres/main.tf