Xinzhao Xu

Results 26 comments of Xinzhao Xu

可能是我加了第三方库的原因,具体的我再看看

你别提两个 issue 啊,不能保证近期有时间做

Same here ``` [ERROR] Could not find /Users/mac/.glide/cache/src/https-golang.org-x-sys/unix: cannot find package "." in: /Users/mac/.glide/cache/src/https--Users-mac-.glide-cache-src-https-golang.org-x-sys-unix ```

So you are logging something in the init function of descriptors or modifiers file?

As with @ddysher's comments at [nirvana-practice](https://github.com/caicloud/nirvana-practice/pull/5#discussion_r417908466), I have no problem with the current structure in [nirvana-template-project](https://github.com/caicloud/nirvana-template-project) repo, except that the `handler` directory should be renamed to `handlers`. > Strictly speaking,...

I don't think it's a bug, it's an awkward situation, in fact, `FederatedStatefulSet` and `StatefulSet` both updated successfully, just because `StatefulSet` is waiting for the original `Pod` to start successfully...

The root of the problem is that Federated PVCs should not be allowed to edit information such as storage class, just like regular PVCs, because this information is not allowed...

> the federated pvc should not set the storage class uniformly when creating and editing, but can set the storage class of each cluster independently Nope, you can't edit PVC...