kubernetic icon indicating copy to clipboard operation
kubernetic copied to clipboard

Statefulset feature not working

Open a1ii54 opened this issue 7 years ago • 7 comments

Hi

It seems the new statefulset feature that was added in 2.0.15 is not working. I can see my statefulsets in the web ui but not in the statefulset section of kubernetic.

Is there perhaps a version compatibility that I should be aware of?

Kind regards Jarred Naidoo

a1ii54 avatar Jul 13 '18 11:07 a1ii54

Do you have privileges locally to see statefulsets?

Try the following on CLI, the web ui (I assume you refer to dashboard) may use different authentication:

kubectl get statefulsets

dkapanidis avatar Aug 09 '18 11:08 dkapanidis

Hi spiddy, thanks for the response.

That command does work for me

image

a1ii54 avatar Aug 10 '18 07:08 a1ii54

Kubernetic can now create StatefulSets from the UI. Can you try to create a StatefulSet and see if the generated StatefulSet can be viewed on the UI?

dkapanidis avatar Oct 11 '18 10:10 dkapanidis

No luck.... image

I'm running kubernetic 2.2.0 on windows. Kubernetes v1.8.7

Is there extra logging or error reports for kubernetic somewhere?

a1ii54 avatar Oct 22 '18 10:10 a1ii54

Yes you can check in this directory: ~/Library/Logs/Kubernetic/

dkapanidis avatar Oct 22 '18 11:10 dkapanidis

The StatefulSet API version used on Kubernetic is apps/v1, can you check the version of StatefulSet resources in your cluster it's probably previous/beta one.

dkapanidis avatar Oct 22 '18 11:10 dkapanidis

As stated in https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/

Note: StatefulSets are stable (GA) in 1.9.

The current solution depends on specific API version.

This can be improved by two ways:

  • Kubernetic should either notify user that the API is not sufficiently new.
  • Or it should not depend on specific API version (better one)

let's keep this issue open until one of the above is put in place

dkapanidis avatar Oct 22 '18 11:10 dkapanidis