kubernetic icon indicating copy to clipboard operation
kubernetic copied to clipboard

Kubernetic windows not being able to retrieve resources except for Releases

Open cazzoo opened this issue 5 years ago • 5 comments

Hello, I was using previous version of kubernetic on windows to get all resources of my cluster. I was able to get all except Releases (only 1 or 2 of them). Recently updated to latest version of kubernetic and I'm not able anymore to get any resources except Releases (I get them all now).

That is quite a big regression to me. I could not use it anymore. Could you please get a look ?

cazzoo avatar Jul 10 '19 07:07 cazzoo

can confirm, doesnt work anymore after upgrading from 2.2 to 2.3. am on windows

rschoch avatar Jul 11 '19 08:07 rschoch

on mac also

marcelhdl avatar Jul 15 '19 06:07 marcelhdl

Can you provide some info about the kubernetes cluster? this is probably not client OS related, since there are reports on different OSes.

In order to support EKS the kubernetes client has changed.

The configuration on kubeconfig (redacted without credentials) can also help identify the issue

dkapanidis avatar Jul 15 '19 09:07 dkapanidis

With the command "kubectl get po -n somenamespace" I can see all the deployed pods for example. But within Kubernetic I can't see anything.

Im connected successfully: Bildschirmfoto 2019-07-16 um 07 51 32

But the Overview stays empty: Bildschirmfoto 2019-07-16 um 07 51 46

My config looks like the following:

apiVersion: v1
clusters:
  - cluster:
      certificate-authority: cert.pem
      server: 'someadress:someport'
    name: dev
contexts:
  - context:
      cluster: dev
      namespace: namespace
      user: email
    name: dev
current-context: dev
kind: Config
preferences: {}
users:
  - name: email
    user:
      auth-provider:
        config:
          client-id: kube
          client-secret: kube
          id-token: >-
            sometoken
          idp-issuer-url: 'identityadress'
          refresh-token: >-
            someothertoken
        name: oidc

marcelhdl avatar Jul 16 '19 06:07 marcelhdl

im back on v2.2 again, luckily i still had the installer. a feedback from me would be to offer older versions/releases in case something like this happens. in general i really like the tool though, so thanks for your work :)

rschoch avatar Jul 30 '19 09:07 rschoch