O. Matskiv

Results 121 comments of O. Matskiv

@Marwennnne and/or @ksingh7 are you able to provide logs from the vcluster pod? Both "syncer" and "vcluster" containers. Ideally delete the pod, wait until it comes up, reproduce the issue...

> Question: Does the fake node version simulate worker nodes to be in that version ? or its always on superCluster kubelet version? It doesn't simulate that version. The actual...

> running "kubectl get nodes" on the vcluster shows node version numbers same as the K3s api version. Is this a bug ? I don't think that's a bug. I...

> ... curious to know why it shows k3s api versions in place of kubelet versions. ... I suspect some controller in k3s is setting this value in the status....

@FabianKramm We discussed this privately, but just to give visibility and clarify the scope of this issue I want to bring it up again. Enforcing the policies during resource creation...

Hello @an-tex :wave: Thank you for reporting this problem. I don't think this is a bug, I'll treat this as a feature request. For now, we will hold off on...

Changing the working directory might cause other issues, e.g. relative paths in the env vars such as KUBECONFIG, etc. I am not sure what's the best way to solve this....

@kfox1111 Thanks for a detailed use case description, it's very useful. I had a look into `kubectl drain` implementation, and the bit([part A](https://github.com/kubernetes/kubernetes/blob/2af53e9f64eee81a09fd0fd1f0fc96ce0859eb0f/staging/src/k8s.io/kubectl/pkg/drain/filters.go#L237-L244), [part B](https://github.com/kubernetes/kubernetes/blob/2af53e9f64eee81a09fd0fd1f0fc96ce0859eb0f/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/controller_ref.go#L33-L47)) that is preventing the eviction...

@sandeep540 Thank you for looking into this. You are right that it is not reproducible. I think it is fixed by these lines: https://github.com/loft-sh/vcluster/blob/5ad633df5a2f8841d2a935d7a6be4d7daf68a653/pkg/controllers/resources/pods/translate/translator.go#L356-L358 Closing.

I don't have much expertise when it comes to tweaking etcd options, but if somebody can raise a PR for this issue and back the recommendations by reputable sources then...