Zack Zeng

Results 96 comments of Zack Zeng

Is it reasonable to get the client version by running `kubectl version -oyaml --client`? The example output is: ``` clientVersion: buildDate: "2022-05-03T13:36:49Z" compiler: gc gitCommit: 4ce5a8954017644c5420bae81d72b09b735c21f0 gitTreeState: clean gitVersion: v1.24.0...

> I believed that kubectl version -oyaml --client is deprecated because --client is deprecated. Nope, the deprecated flag is actuall `--short` as the output of `kubectl version --short` would become...

> I think people will see that and think that `kubectl version --client` is deprecated Ah that's because `--short` is set by default and is deprecated now, so users would...

I have filed https://github.com/kubernetes/kubernetes/pull/97562 to implement this feature.

I would like to work on this interesting feature, but it is not quite obvious to me how to implement now, it might take some time. /assign

@soltysh Hi! I have almost implemented this interesting feature, it is not that hard as I expected.

@soltysh I think I am unable to attend the meeting(due to the timezone 😢 ), but I have created a repo for this kubectl plugin: https://github.com/knight42/kubectl-blame and a demo video...

@erictune I am so glad to know you like this plugin! > If you do another demo or video, add an HPA to the deployment and have the HPA modify...

@apelisse Thanks for your advice! let's make this plugin better. > I'm curious how/if you handle fields that are owned by multiple managers? I didn't expect a field could be...