0

I have no idea how to update my kubernetes-dashboard, its currently version 1.10.2 but i need to update it to Beta 2.0 v8. I'm fairly new to kubernetes, does anyone know how to update? I used kubespray to set up the clusters

ThatRadCat
  • 13
  • 2

2 Answers2

2

You can find all the information in the repository.

Pay attention to compatibility, version v2.0.0-beta8 only works with kubernetes > 1.16

Arslanbekov Denis
  • 1,674
  • 12
  • 26
0

I had issues in just moving towards a 2.x.x release as KUbespray creates ressources templated from kubernetes apps role which does not fully match anymore. We disabled the dashboard install in kubespray and just installed in our ansible rollout by the official docs which is fine. Same for helm 3 btw.

Flowkap
  • 729
  • 6
  • 16