raftAtGit / hl-fabric-operator

Kubernetes operator for Hyperledger Fabric
Apache License 2.0
39 stars 6 forks source link

MountVolume.SetUp failed for volume "ca-tls" : secret "hlf-ca--atlantis-tls" not found #1

Closed cdesch closed 3 years ago

cdesch commented 3 years ago

When launching the simple network example ./rfabric create samples/simple/fabric-network.yaml

  MountVolume.SetUp failed for volume "ca-tls" : secret "hlf-ca--atlantis-tls" not found

I don't see PersistentVolumeClaim getting mounted. I assume this has to do with our storage class. Is there a way to configure the storageClassName to something specific?

cdesch commented 3 years ago

Nevermind. After letting it run for a little bit the pods and controllers came up.