Di Xu

Results 247 comments of Di Xu

> Does helm chart is related to subscription? how to schedule the chart to specific cluster? Same with other resources, like deployments, services, etc. Please follow the example [here](https://github.com/clusternet/clusternet/tree/main/examples/replication-scheduling), where...

> FYI, the exist code has some issues about authentication of private oci repo. I added some login code so it worked. Do u think it need to login private...

@xjbdjay Any progress on the PR?

> We hope that the priority of user-customized localization is higher than the priority of the framework-generated localization. > The default priority of localization in the framework is 1000. If...

> But I think that the `Localization` created by the user does not affect the operation of the entire framework. Please submit a PR on this. Let's see how it...

> Error: Kubernetes cluster unreachable: Get "https://104.197.186.74/version?timeout=32s": x509: certificate has expired or is not yet valid: current time 2023-08-30T17:38:06+05:30 is before 2023-08-30T12:45:29Z Actually **it is NOT a problem of Clusternet**....

#### For error 1 It seems that the same cluster is registered twice. #### For error 2 You are not specifying a valid kubeconfig. By default `$HOME/.kube/config` is used.

```bash $ kubectl clusternet --cluster-id=407df4f8-09f3-4353-bd13-0bbe23374669 --kubeconfig=.kube/config get ns NAME STATUS AGE clusternet-9gw4k Active 10m clusternet-reserved Active 16h clusternet-system Active 16h clusternet-szc2b Active 16h default Active 16h developer-namespace Active 19s gmp-public...

**Firstly** `--child-kubeconfig` and `--kubeconfig` are different flags. I am not meaning that you can only use either of them. Flag `--kubeconfig` will normally load from `$HOME/.kube/config` by default, unless you're...

@silenceper Right. Currently only these three kinds of objects are supported. We're still finding best ways to incorporate custom resources. We'd like constructive proposals.