Di Xu

Results 247 comments of Di Xu

> E0125 01:03:08.434590 1 agent.go:378] failed to create ClusterRegistrationRequest: Unauthorized @googs1025 Please apply below step in parent cluster. ``` # this will create a serviceaccount token kubectl apply -f https://raw.githubusercontent.com/clusternet/clusternet/main/manifests/samples/cluster_serviceaccount_token.yaml...

@googs1025 Also you can follow this [Quick Start Guide](https://clusternet.io/docs/quick-start/), which will setup Clusternet locally with 1 parent cluster and 3 child clusters by using [kind](https://kind.sigs.k8s.io/).

Currently `ClusterRegistrationRequest` will be auto approved by `clusternet-controller-manager` running in parent cluster. Please check whether your `clusternet-controller-manager` is running properly.

After offline discussions with @abstractmj, we've got some clues that may help us find a way out of this dilemma. This dilemma only exists in dividing scheduling. This is the...

@magicsong This should be evaluated on a case by case basis. There are some pros and cons for such centralized all-in-one controllers. However, some capabilities are provided in Clusternet to...

There are some pros and cons for such centralized all-in-one controllers. For some cases, it will bring us some benefits. > As the number of clusters increases, the resulting resource...

> debug - 2024-02-06 07:08:54,628 -- Commit creating result --- {"result":"RequestResult(error=RequestError(code='HTTP Error 400', params={}, description='[\"Service not found: none\"]'), warnings=[], status_code=400, text='[\"Service not found: none\"]')"} > error - 2024-02-06 07:08:54,628 --...

@abstractmj The default localization with highest priority 1000 is created based on the scheduling results. This object is only created when the scheduling strategy is `Dividing`. This design helps make...

@abstractmj This is a lovely feature. Would you like to help implement this in Clusternet?

> I think this is not reasonable because the controller-manager has already performed the master selection operation, there will be no much conflict, and the controller will retry again if...