You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2019/08/06 06:43:18 UTC

[GitHub] [camel-k] asifdxtreme commented on issue #898: Camel-k-cache not able to create PVC (pod has unbound immediate PersistentVolumeClaims)

asifdxtreme commented on issue #898: Camel-k-cache not able to create PVC (pod has unbound immediate PersistentVolumeClaims)
URL: https://github.com/apache/camel-k/issues/898#issuecomment-518528599
 
 
   After manually creating a StorageClass and PV the `camel-k-cache` pod comes into Error State, below is the logs from the pod
   ```
   ~$ kubectl logs camel-k-cache
   panic: runtime error: invalid memory address or nil pointer dereference
   [signal SIGSEGV: segmentation violation code=0x1 addr=0x30 pc=0xf13712]
   
   goroutine 1 [running]:
   github.com/GoogleContainerTools/kaniko/pkg/cache.WarmCache(0x1977fe0, 0xf25480, 0xc420371cd8)
   	/go/src/github.com/GoogleContainerTools/kaniko/pkg/cache/warm.go:47 +0x372
   github.com/GoogleContainerTools/kaniko/cmd/warmer/cmd.glob..func2(0x196f140, 0xc4203fa200, 0x0, 0x2)
   	/go/src/github.com/GoogleContainerTools/kaniko/cmd/warmer/cmd/root.go:54 +0x2d
   github.com/GoogleContainerTools/kaniko/vendor/github.com/spf13/cobra.(*Command).execute(0x196f140, 0xc4200b2070, 0x2, 0x2, 0x196f140, 0xc4200b2070)
   	/go/src/github.com/GoogleContainerTools/kaniko/vendor/github.com/spf13/cobra/command.go:766 +0x2c1
   github.com/GoogleContainerTools/kaniko/vendor/github.com/spf13/cobra.(*Command).ExecuteC(0x196f140, 0x0, 0x4, 0x116cca9)
   	/go/src/github.com/GoogleContainerTools/kaniko/vendor/github.com/spf13/cobra/command.go:852 +0x30a
   github.com/GoogleContainerTools/kaniko/vendor/github.com/spf13/cobra.(*Command).Execute(0x196f140, 0xc420371f78, 0xc4200ac058)
   	/go/src/github.com/GoogleContainerTools/kaniko/vendor/github.com/spf13/cobra/command.go:800 +0x2b
   main.main()
   	/go/src/github.com/GoogleContainerTools/kaniko/cmd/warmer/main.go:26 +0x2d
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services