zhzhuang-zju

Results 75 comments of zhzhuang-zju

One of the goals of improving the operation and maintenance experience of karmadactl this time is to basically replace kubectl. Therefore, I investigated the common commands of kubectl and the...

modification classes: | command | kubectl | karmadactl | | --------- | ------------------------------------------------------------ | ------------------------------------------------------------ | | annotate | Add or update the annotations of one or more resources. |...

viewing classes: | command | kubectl | karmadactl | | ------------- | ------------------------------------------------------------ | ------------------------------------------------------------ | | api-resources | List the API resources that are available. | Not supported yet....

Here are the design principles I think karmadactl needs to adhere to: 1. Because the behavior of member clusters cannot be fully controlled, it is not recommended that commands directly...

> Here are the design principles I think karmadactl needs to adhere to: > > 1. Because the behavior of member clusters cannot be fully controlled, it is not recommended...

> @zhzhuang-zju > > Can I work on the `annotate` command? Sure, very welcome~you can open an issue first to describe your design.

> kingly ping @zhzhuang-zju Thanks for the reminder, I'll pick up where I left off right away!

> Discussion: should we introduce --apiserver-advertise-address/--apiserver-bind-port like [kubeadm join](https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-join/#:~:text=%2D%2Dapiserver%2Dadvertise%2Daddress%20string) instead of using bootstrap endoint?? @everpeace What are the advantages of introducing `--apiserver-advertise-address/--apiserver-bind-port`? Others LGTM. cc @lonelyCZ for another look

> I think just similarity to kubeadm which is one of de-facto tools in setting up kubernetes. If there is a need to add a new parameter, I think it's...