Nikolay Volkov

Results 17 comments of Nikolay Volkov

I have infrastructure limits - each published service must have 80 as external port. In helm chart i can not set [target port](https://github.com/VictoriaMetrics/helm-charts/blob/master/charts/victoria-metrics-alert/templates/server-service.yaml#L33), when i set 80 port for service,...

[maybe the order will not matter](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/467) ? ``` remote_wtite_relabelConfig: /dir/default_name remote_write: - url: some_url1 [relabelConfig: /dir/file_name1] - url: some_url2 - url: some_url3 [relabelConfig: /dir/file_name3] ```

with defaults backet: ``` [2022-07-25 03:23:12 MSK] 14MiB STANDARD 000000010000C6BA00000069.lz4 [2022-07-25 03:23:13 MSK] 13MiB STANDARD 000000010000C6BA0000006A.lz4 [2022-07-25 03:23:14 MSK] 13MiB STANDARD 000000010000C6BA0000006B.lz4 [2022-07-25 03:23:13 MSK] 14MiB STANDARD 000000010000C6BA0000006C.lz4 [2022-07-25 03:23:13...

password correct ``` redis-cli -n 2 -a 127.0.0.1:6379[2]> info keyspace # Keyspace db0:keys=133200,expires=133085,avg_ttl=2212096 db1:keys=2036,expires=1748,avg_ttl=83530815 db2:keys=5784,expires=156,avg_ttl=85886397 db5:keys=63,expires=54,avg_ttl=2360250 ```

garbage service used `_REDIS_URL_REG:` ?

1. current instance was upgraded from 2.7.1, redis is external and not changed 2. we use default redis account and password always identical ``` kubectl get cm harbor-core -n=io -o...

error stable ``` 2023-09-21T07:55:57Z [ERROR] [/jobservice/runner/redis.go:123]: Job 'GARBAGE_COLLECTION:c09d285cf0794f361744acab' exit with error: run error: error retrieving 'blobs::*' keys: WRONGPASS invalid username-password pair or user is disabled. ```

Current state ``` 2023-09-24T02:31:20Z [INFO] [/jobservice/job/impl/gc/garbage_collection.go:414]: 3177 blobs and 562 manifests are actually deleted 2023-09-24T02:31:20Z [INFO] [/jobservice/job/impl/gc/garbage_collection.go:415]: The GC job actual frees up 37506 MB space. 2023-09-24T02:31:20Z [ERROR] [/jobservice/job/impl/gc/garbage_collection.go:445]: failed...

Sometimes on pull 404 with "blob unknown" ``` time="2023-09-26T11:19:16.21575386Z" level=error msg="response completed with error" auth.user.name=harbor err.code="blob unknown" err.detail=sha256:7dbc1adf280e1aa588c033eaa746aa6db327ee16be705740f81741f5e6945c86 err.message="blob unknown to registry" go.version=go1.20.7 http.request.host=REGISTRY http.request.id=cdc0816e-2548-40d7-b33c-3f2f9a26837b http.request.method=HEAD http.request.remoteaddr=*.*.*.* http.request.uri="/v2/REPO/blobs/sha256:7dbc1adf280e1aa588c033eaa746aa6db327ee16be705740f81741f5e6945c86" http.request.useragent="docker/20.10.22 go/go1.18.9...

If default user in URI undefined rise error ``` $ redis-cli -u redis://:@harbor-redis-master:6379/2?idle_timeout_seconds=30 info keyspace Warning: Using a password with '-a' or '-u' option on the command line interface may...