Ability to debug when things go wrong in a physical cluster #521
Labels
area/transparent-multi-cluster
Related to scheduling of workloads into pclusters.
kind/feature
Categorizes issue or PR as related to a new feature.
severity/experience-blocker
Something that considerably blocks the user experience of kcp
Hi folks, 👋
Is your feature request related to a problem? Please describe.
Is there a way to get logs and errors in one place, I can see some errors like one mentioned below when I am running kcp binary in the foreground but is there a way where I can get errors separately in forms of logs.
Let's take an example of pods as a resource,
I applied a related YAML file for it which is supposed to create a pod. Since I'm using KCP for testing purposes I know that I have connected it to one physical cluster and I can see pod existing from my physical cluster end and the pod (was in Init state) while going through
kubectl describe
from the physical cluster side I got to know there was a problem with configmaps but there was no entry of POD in kcp side and hence I wasn't able to locate those errorsWhat I'm proposing for now?
For this issue particularly, I want to fetch all the pod issues occurring in physical clusters. And then later on (if already exists let me know) if we can fetch errors (the reason behind which the resources are not reaching the desired state) in form of logs It will be awesome!
The text was updated successfully, but these errors were encountered: