kubernetes-retired / cluster-registry

[EOL] Cluster Registry API
https://kubernetes.github.io/cluster-registry/
Apache License 2.0
238 stars 94 forks source link

`crinit standalone init mycr mycluster.icp-context` hang #223

Closed gyliu513 closed 6 years ago

gyliu513 commented 6 years ago

/sig multicluster

root@gyliu-ubuntu-1:~/gyliu/mc# ./crinit standalone init mycr  mycluster.icp-context
Creating a namespace clusterregistry for the cluster registry... done
Creating cluster registry API server service...............................................................................................

Which log shall I check for such condition?

perotinus commented 6 years ago

You may be able to see more logs if you run the command with -v=10, though I'm not sure that they will have the information that you need.

Note, though, that this issue is no longer applicable because of the CRD migration done in #225.

gyliu513 commented 6 years ago

Thanks @perotinus , will check