Arda Güçlü

Results 259 comments of Arda Güçlü

To ensure this PR does not break IPv6; /test e2e-metal-ipi-ovn-ipv6

After applying new CRDs, it takes some time for them to be aggregated in discovery endpoint(if there are lots of CRDs, it takes more). It is possible that `kubectl get...

@kstephan-wescale Thanks for opening this issue. I checked the problem and in reality `kubectl diff` command just ignores all the arguments does not match `^[a-zA-Z0-9-=]+$` this regex. I added warning...

The point that I don't understand in this case; `kubectl completion` command does not send any request to apiserver and even does not use discovery https://github.com/kubernetes/kubernetes/blob/67e692d521a5904aaaea446fd1642d2696cab61f/staging/src/k8s.io/kubectl/pkg/cmd/completion/completion.go#L147 @jsoref What is the...

@verb what do you think about this feature request?, if you have any concerns or think that not an general use case, I can close issue. cc: @soltysh @KnVerey @eddiezane...

@verb thanks for the response! We had an exact same discussion in downstream(`oc`) about this and basically the argument is; "Debug is better than run because debug is solving a...