Coder Social home page Coder Social logo

Comments (16)

JeremyTheocharis avatar JeremyTheocharis commented on July 21, 2024 1

Hi,

I already replied to you on Discord as well. I think our installation guide https://learn.umh.app/guides/umh/installation/tutorial/local-minikube-installation/ is not correct.

Please try the VM guide instead: https://learn.umh.app/guides/umh/installation/tutorial/installation-vm/

from united-manufacturing-hub.

JeremyTheocharis avatar JeremyTheocharis commented on July 21, 2024 1

If you want minikube, you can use this tutorial in the meantime: https://united-manufacturing-hub.notion.site/Local-minikube-installation-9fec99d665794ef3aa94f0dd5bf23d49

This will work with minikube v1.26.1 on Microsoft Windows 11 Pro 10.0.22000 Build 22000

image

from united-manufacturing-hub.

akashtalole avatar akashtalole commented on July 21, 2024 1

Downgraded Kubernetes to v1.24.3

from united-manufacturing-hub.

JeremyTheocharis avatar JeremyTheocharis commented on July 21, 2024 1

We were able to identify the cause. If you install minikube not using choco (as recommended in the tutorial), then you might get a newer version of Kubernetes resulting in above error.

The solution is to delete your current minikube cluster and install minikube v1.26.1, e.g., using the following command:

curl -LO https://storage.googleapis.com/minikube/releases/v1.26.1/minikube-linux-amd64 && sudo install minikube-linux-amd64 /usr/local/bin/minikube

@Sphingobium

from united-manufacturing-hub.

Scarjit avatar Scarjit commented on July 21, 2024

Hi,

can you tell me what your installation target is (minikube, k3os,...) ?

Regards
Ferdinand

from united-manufacturing-hub.

akashtalole avatar akashtalole commented on July 21, 2024

It's minikube.

from united-manufacturing-hub.

akashtalole avatar akashtalole commented on July 21, 2024

Hi,

can you tell me what your installation target is (minikube, k3os,...) ?

Regards
Ferdinand

Minikube

from united-manufacturing-hub.

akashtalole avatar akashtalole commented on July 21, 2024

I will try it.

from united-manufacturing-hub.

akashtalole avatar akashtalole commented on July 21, 2024

If you want minikube, you can use this tutorial in the meantime: https://united-manufacturing-hub.notion.site/Local-minikube-installation-9fec99d665794ef3aa94f0dd5bf23d49

This will work with minikube v1.26.1 on Microsoft Windows 11 Pro 10.0.22000 Build 22000

image

I tried with steps mentioned in this link. I am getting same error.

from united-manufacturing-hub.

Scarjit avatar Scarjit commented on July 21, 2024

Ill be back home in a couple hours.
Can you tell me which minikube, helm & kubectl version you are using ?

from united-manufacturing-hub.

akashtalole avatar akashtalole commented on July 21, 2024

Ill be back home in a couple hours.
Can you tell me which minikube, helm & kubectl version you are using ?

minikube version: v1.27.1
helm version: v3.10.0
kubectl version: 1.25

from united-manufacturing-hub.

JeremyTheocharis avatar JeremyTheocharis commented on July 21, 2024

Hi @akashtalole,

we are trying to reproduce the problem, but struggle to do so. The only way we can is by using an old Kubernetes version. Did you have minikube already installed previously? Because using choco I cannot get to your version, so it must mean you have been using it before and maybe installed it from another source. Try doing a minikube delete and then minikube start ... again, to reset the Kubernetes version.

You can also check the version using kubectl version --short. For me it says v1.24.3 for the server.

from united-manufacturing-hub.

akashtalole avatar akashtalole commented on July 21, 2024

@JeremyTheocharis it is using Kubernetes v1.24.3
` minikube start ...

  • minikube v1.26.1 on Microsoft Windows 11 Enterprise 10.0.22000 Build 22000

  • minikube 1.27.1 is available! Download it: https://github.com/kubernetes/minikube/releases/tag/v1.27.1

  • To disable this notice, run: 'minikube config set WantUpdateNotification false'

  • Using the docker driver based on user configuration

  • Using Docker Desktop driver with root privileges

  • Starting control plane node minikube in cluster minikube

  • Pulling base image ...

  • Downloading Kubernetes v1.24.3 preload ...`

from united-manufacturing-hub.

akashtalole avatar akashtalole commented on July 21, 2024

seems it now working fine
helm install united-manufacturing-hub united-manufacturing-hub/united-manufacturing-hub -n united-manufacturing-hub W1018 13:25:11.837828 25372 warnings.go:70] policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+ W1018 13:25:11.840567 25372 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget W1018 13:25:11.844818 25372 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget W1018 13:25:12.472505 25372 warnings.go:70] policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+ W1018 13:25:12.477859 25372 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget W1018 13:25:12.477859 25372 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget NAME: united-manufacturing-hub LAST DEPLOYED: Tue Oct 18 13:25:07 2022 NAMESPACE: united-manufacturing-hub STATUS: deployed REVISION: 1 NOTES: TODO

from united-manufacturing-hub.

JeremyTheocharis avatar JeremyTheocharis commented on July 21, 2024

Do you know what you changed that it worked?

from united-manufacturing-hub.

akashtalole avatar akashtalole commented on July 21, 2024

I installed minikube 1.26.1 using this command choco install minikube --version=1.26.1

from united-manufacturing-hub.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.