VITA
VITA
### Connector Name source-s3 ### Connector Version 4.8.4 ### What step the error happened? None ### Relevant information I used Helm to install Airbyte, and I first added a self-hosted...
请问有人遇到过类似情况吗? 我的集群使用storageclass为nfs ``` $ kubectl get sc NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION AGE managed-nfs-storage (default) gxf-nfs-storage Retain Immediate false 26d ``` 其他程序调用sc都可以正常创建pv n9e创建出的pvc却无法自动创建pv并绑定 我导出来其中其中一个statefulset的yaml文件,sc信息是正常的 ``` volumeClaimTemplates: - apiVersion: v1 kind:...
I installed Airbyte using Helm version 1.10 without setting up a username and password for login. ``` kubectl get pod -n airbyte NAME READY STATUS RESTARTS AGE airbyte-connector-builder-server-c76bd76bd-mkjsm 1/1 Running...
### What's wrong? I wanted to use 'action = "drop"' to discard all the logs with the value of '__meta_docker_container_name' containing 'nginx', but it didn't actually work ``` discovery.docker "flog_scrape"...
### What's wrong? I'm testing how `loki.source.journal` and `loki.process` are used in combination. My current demo is very simple. Just add a static label in the `stage.static_labels` module of the...
I use Authentik as my OIDC provider, and I set the redirect_uri format in Authentik to "https://your-huly-instance.com/auth/callback" for callback when authentication is verified in Authentik. However, I get an error...
### What did you do? My Prometheus is deployed in a Kubernetes cluster, with the following startup parameters configured: ``` - --storage.tsdb.min-block-duration=2h - --storage.tsdb.max-block-duration=2h - --storage.tsdb.retention.time=3h - --storage.tsdb.retention.size=0 ``` Recently,...
Hello, if I only want the user to use sso login without setting other login authentication methods, it will cause that the user can not use the password to log...
Hi, How should I define the url format for connecting to the postgres database in the configuration file? I use ``` database_url: "postgres://user_name:password@postgres_host:5432/warpgate" ``` This format of configuration, program startup...
The metric `namedprocess_namegroup_memory_bytes` represents the memory usage of a process group. When I used this metric to check the memory usage of the process group, I found that the memory...