glenn wolfe

Results 26 comments of glenn wolfe

Thanks for submitting. I know the cause of this bug - it's an exception thrown when psutil hits a zombie process when looping through process list. I think I know...

Thanks - That's interesting. I figured it must have been hostPath because when I query `kubectl get pv -A` or `kubectl get pvc -A`, I get `No resources found`

And what if persistence is not enabled?

Does that include even ledger data? - Will it resync with the other peers in that event? Or should persistence almost always be enabled?

ah, okay thanks. and I see it now; when persistence is not enabled - chaincode volumes are defined using the configMaps: ``` # chaincodes {{- range $i, $chaincode := $.Values.network.chaincodes...

Oh, yes, true. This is really interesting. I have never seen the .File template object being used like this. I can see how this could be super useful. ``` binaryData:...

Do you know why these seem not to be working? ``` root@hlf-peer--atlantis--peer0-0:/# peer channel list Error: error getting endorser client for channel: endorser client failed to connect to hlf-peer--atlantis--peer0:7051: failed...

This is the `simple` network sample. Kubernetes version `v1.14.3`

Also, do any of these samples use a CA?

``` gWOLF3 samples$ kubectl get svc NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE hlf-ca--atlantis ClusterIP 10.97.175.156 7054/TCP 2d1h hlf-ca--karga ClusterIP 10.104.144.86 7054/TCP 2d1h hlf-ca--nevergreen ClusterIP 10.96.28.198 7054/TCP 2d1h hlf-couchdb--atlantis--peer0 ClusterIP 10.104.101.5...