Huamin Chen

Results 212 comments of Huamin Chen

should be available now by https://github.com/kubernetes/kubernetes.github.io/pull/2039

https://kubernetes.io/docs/user-guide/persistent-volumes/#azure-disk

@AlexGrs do you have kubelet log on that host?

@AlexGrs yes, from the host where pod lands.

The service-ca certificate, created [here](https://github.com/redhat-et/microshift/blob/main/pkg/cmd/init.go#L131) calls [this function](https://github.com/redhat-et/microshift/blob/main/pkg/util/cert.go#L125), doesn't have `IsCA: True`, that looks the problem ```console # openssl x509 -in /var/lib/microshift/resources/service-ca/secrets/service-ca/tls.crt -text -noout |grep CA CA:FALSE ```

I like this idea! A couple of questions: - How does the carbon API help? If all the deployments are in the same data center/same geo, does carbon intensity change...

FWIW, hit the same issue, using the nightly build works `rpm -Uvh https://download.docker.com/linux/fedora/28/x86_64/nightly/Packages/docker-ce-18.06.0.ce-0.0.dev.git20180609.170747.0.ecac08f.fc28.x86_64.rpm`

Hit a similar issue when calling `tfio.experimental.IODataset.from_prometheus` ``` : W tensorflow/core/framework/op_kernel.cc:1745] OP_REQUIRES failed at prometheus_kernels.cc:324 : INVALID_ARGUMENT: unable to query prometheus Traceback (most recent call last): ...... File "/usr/local/lib/python3.7/site-packages/tensorflow/python/data/ops/iterator_ops.py", line...

Instead of changing API fingerprint, making new APIs make easier for compatibility purpose. In our use case, we also need Node Reserve/Release Volume to ensure volumes are only used by...