Mohamed Awnallah

Results 36 issues of Mohamed Awnallah

**Description** In this commit, we unit test the upload init task in the operator package on create new upload task and making sure the upload `kubeconfig` secret working as expected....

size/L

**Description** In this commit, we unit test the etcd init task in the operator package on both deployment and waiting operations to become up and running. **What type of PR...

size/L

**Description** The comment in the `runWaitEtcd` function mentions that the function waits for `etcd`, `Karmada API server`, and `aggregated API server` to be ready. However, the current implementation only waits...

kind/question

**Description** In this commit, we remove the redundant field `EtcdPeerServiceName` in the function `installKarmadaEtcd` in `operator/pkg/controlplane/etcd` package. **What type of PR is this?** /kind cleanup **Which issue(s) this PR fixes**:...

size/XS
kind/cleanup

**Description** While testing the etcd control plane in the operator package (#5583), I noticed that the [EtcdPeerServiceName on installKarmadaEtcd](https://github.com/karmada-io/karmada/blob/2d95f7cbc7e98e57eff82bbae5f10e789e25ab5d/operator/pkg/controlplane/etcd/etcd.go#L76) is not embedded or utilized in the [etcd manifest](https://github.com/karmada-io/karmada/blob/master/operator/pkg/controlplane/etcd/mainfests.go). Is it...

kind/question

**Description** In this commit, we refactor the multi-cluster service object names and check on number of patches after the mutation happens. **Motivation and Context** Motivated by @XiShanYongYe-Chang's comment https://github.com/karmada-io/karmada/pull/5494#discussion_r1758148145. **What...

size/S
kind/cleanup