Replies: 6 comments
-
Hi! Yeah that sounds like a bug, we do have a log that hopefully can shed some light, the location is shown if you run this cmd: We also have a health check but that's in early development so will probably not show a lot but worth a try, just run One other thing you can try is to refresh the alias |
Beta Was this translation helpful? Give feedback.
-
The log path contains a file
Refreshing the aliases did not seem to have any effect. Of note is datadogmetrics do not technically have an alias assigned. datadogpodautoscalers do have an alias of That probably doesn't affect the generic |
Beta Was this translation helpful? Give feedback.
-
Also maybe important is datadogmetrics are under a different (older) namespace than the (working) datadogpodautoscalers:
|
Beta Was this translation helpful? Give feedback.
-
Just throwing random observations out now 😁 . |
Beta Was this translation helpful? Give feedback.
-
Yeah we seem to have a bug in the api-versions view that might be related to the original issue. If you try and press |
Beta Was this translation helpful? Give feedback.
-
This should be fixed now! Were some weirdness going on! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to view resources available in api-resources for my cluster but not among the typical ones supported via numbered hotkeys.
I tried
:Kubectl get datadogmetrics
and it returnedView not found in cache: datadogmetrics
I tried C-a datadogmetrics for aliases and it ignored my input and defaulted to returning all pods.
If I execute
:Kubectl api-resources
I see many rows withnil
s across the board which makes me think there is some sort of parsing issue for resources that causes them to be unrecognized.#444 sounds as if this is supported, so I feel as if I am probably doing something obvious wrong but haven't been able to determine what that is. Anyone have any ideas?
Beta Was this translation helpful? Give feedback.
All reactions