Wen Long
Wen Long
> With respect to your new suggestion, how would separating the output help ? Let me know. ^This is the combined stderr and stdout output. ^This is stdout output ^This...
@vladimirvivien I guess this only happen when you are using `podman` as `kind` provider. I also found another merged PR(https://github.com/kubernetes-sigs/e2e-framework/pull/84) that fixed this issue. 😄
@vladimirvivien I think there was a regression. In #84, the kubeconfig was being retrieved from stdout (https://github.com/kubernetes-sigs/e2e-framework/pull/84/files#diff-c66ce9879f2c64ba698cc9f0688530c2068a838797e98b94080045eb1122d235R58). However, in the latest code (https://github.com/kubernetes-sigs/e2e-framework/blob/main/support/kind/kind.go#L119), it seems to be using both stderr...
hey @Cajga, recently got very busy with my new job. Probably I will have time to continue this weekend. Thanks!
yes, tested with podman and kind on my M1 chip Macbook. 😄