AA
Size: a a a
AA
N
N
N
AA
АС
env.open.DEBUG
АС
N
N
2020/06/22 09:43:36 [Recovery] 2020/06/22 - 09:43:36 panic recovered:
write tcp 10.42.65.118:8080->10.42.86.22:51366: i/o timeout
/codefresh/volume/gopath/pkg/mod/github.com/gin-gonic/gin@v1.5.0/context.go:817 (0xfae982)
/codefresh/volume/gopath/pkg/mod/github.com/gin-gonic/gin@v1.5.0/context.go:906 (0x1979af1)
/codefresh/volume/chartmuseum/pkg/chartmuseum/server/multitenant/handlers.go:94 (0x1979a5a)
/codefresh/volume/chartmuseum/pkg/chartmuseum/router/router.go:242 (0x101491e)
/codefresh/volume/gopath/pkg/mod/github.com/gin-gonic/gin@v1.5.0/context.go:147 (0xfaad5a)
/codefresh/volume/gopath/pkg/mod/github.com/gin-contrib/size@v0.0.0-20200226145816-24aa35f64b9f/size.go:88 (0xfd31f4)
/codefresh/volume/gopath/pkg/mod/github.com/gin-gonic/gin@v1.5.0/context.go:147 (0xfaad5a)
/codefresh/volume/chartmuseum/pkg/chartmuseum/router/middleware.go:48 (0x1015168)
/codefresh/volume/gopath/pkg/mod/github.com/gin-gonic/gin@v1.5.0/context.go:147 (0xfaad5a)
/codefresh/volume/gopath/pkg/mod/github.com/gin-gonic/gin@v1.5.0/recovery.go:83 (0xfbe38f)
/codefresh/volume/gopath/pkg/mod/github.com/gin-gonic/gin@v1.5.0/context.go:147 (0xfaad5a)
/codefresh/volume/gopath/pkg/mod/github.com/gin-gonic/gin@v1.5.0/gin.go:439 (0xfb4aa7)
/codefresh/volume/gopath/pkg/mod/github.com/gin-gonic/gin@v1.5.0/gin.go:432 (0xfb473f)
/codefresh/volume/gopath/pkg/mod/github.com/gin-gonic/gin@v1.5.0/gin.go:364 (0xfb40dc)
/usr/local/go/src/net/http/server.go:2807 (0x6ec292)
/usr/local/go/src/net/http/server.go:1895 (0x6e7c0b)
/usr/local/go/src/runtime/asm_amd64.s:1373 (0x463c90)
AA
helm repo add --debug ...
там вроде так можноN
╰ helm --debug repo add chart-museum https://<HOST>
AA
АС
АС
N
{"L":"DEBUG","T":"2020-06-22T09:46:52.913Z","M":"[9] Incoming request: /index.yaml","reqID":"dad3d8e62174c9a9c8b27c1eeb175f4e"}
{"L":"DEBUG","T":"2020-06-22T09:46:52.913Z","M":"[9] Entry found in cache store","repo":"","reqID":"dad3d8e62174c9a9c8b27c1eeb175f4e"}
{"L":"DEBUG","T":"2020-06-22T09:46:52.913Z","M":"[9] Fetching chart list from storage","repo":"","reqID":"dad3d8e62174c9a9c8b27c1eeb175f4e"}
{"L":"DEBUG","T":"2020-06-22T09:46:54.621Z","M":"[9] No change detected between cache and storage","repo":"","reqID":"dad3d8e62174c9a9c8b27c1eeb175f4e"}
N
extraArgs:
# - --storage-timestamp-tolerance 1s
replicaCount: 1
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 0
image:
repository: chartmuseum/chartmuseum
tag: v0.12.0
pullPolicy: IfNotPresent
secret:
labels: {}
env:
open:
STORAGE: amazon
STORAGE_AMAZON_BUCKET: <STORAGE_AMAZON_BUCKET>
STORAGE_AMAZON_PREFIX:
STORAGE_AMAZON_REGION: us-east-1
secret:
AWS_ACCESS_KEY_ID: <AWS_ACCESS_KEY_ID> ## aws access key id value
AWS_SECRET_ACCESS_KEY: <AWS_SECRET_ACCESS_KEY> ## aws access key secret value
service:
servicename:
type: ClusterIP
externalTrafficPolicy: Cluster
## Limits which cidr blocks can connect to service's load balancer
## Only valid if service.type: LoadBalancer
loadBalancerSourceRanges: []
# clusterIP: None
externalPort: 8080
nodePort:
annotations: {}
labels: {}
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: nginx-private-ingress
#nginx.ingress.kubernetes.io/rewrite-target: /
hosts:
- name: <HOST>
#path: /
#tls: false
tls: true
tlsSecret: cm-letsencrypt
N
AA
АС
extraArgs:
# - --storage-timestamp-tolerance 1s
replicaCount: 1
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 0
image:
repository: chartmuseum/chartmuseum
tag: v0.12.0
pullPolicy: IfNotPresent
secret:
labels: {}
env:
open:
STORAGE: amazon
STORAGE_AMAZON_BUCKET: <STORAGE_AMAZON_BUCKET>
STORAGE_AMAZON_PREFIX:
STORAGE_AMAZON_REGION: us-east-1
secret:
AWS_ACCESS_KEY_ID: <AWS_ACCESS_KEY_ID> ## aws access key id value
AWS_SECRET_ACCESS_KEY: <AWS_SECRET_ACCESS_KEY> ## aws access key secret value
service:
servicename:
type: ClusterIP
externalTrafficPolicy: Cluster
## Limits which cidr blocks can connect to service's load balancer
## Only valid if service.type: LoadBalancer
loadBalancerSourceRanges: []
# clusterIP: None
externalPort: 8080
nodePort:
annotations: {}
labels: {}
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: nginx-private-ingress
#nginx.ingress.kubernetes.io/rewrite-target: /
hosts:
- name: <HOST>
#path: /
#tls: false
tls: true
tlsSecret: cm-letsencrypt
N