kubernetic
kubernetic copied to clipboard
Kubernetic windows not being able to retrieve resources except for Releases
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 ?
can confirm, doesnt work anymore after upgrading from 2.2 to 2.3. am on windows
on mac also
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
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:
But the Overview stays empty:
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
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 :)