I use the kubernetes/illa-builder.yaml file to deploy the self hosted illacloud, but every time I create a deployment, the log file is as follows, anyone can give me some suggestions?
[1;34m██╗██╗ ██╗ █████╗ ██████╗ ██╗ ██╗██╗██╗ ██████╗ ███████╗██████╗ [0m
[1;34m██║██║ ██║ ██╔══██╗ ██╔══██╗██║ ██║██║██║ ██╔══██╗██╔════╝██╔══██╗ [0m
[1;34m██║██║ ██║ ███████║ ██████╔╝██║ ██║██║██║ ██║ ██║█████╗ ██████╔╝ [0m
[1;34m██║██║ ██║ ██╔══██║ ██╔══██╗██║ ██║██║██║ ██║ ██║██╔══╝ ██╔══██╗ [0m
[1;34m██║███████╗███████╗██║ ██║ ██████╔╝╚██████╔╝██║███████╗██████╔╝███████╗██║ ██║ [0m
[1;34m╚═╝╚══════╝╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝╚══════╝╚═════╝ ╚══════╝╚═╝ ╚═╝ [0m
[1;34m[run pre init scripts][0m
[1;34m[checkout runtime environment][0m
kernel version: Linux illa-builder-6bc795678-2mmzs 5.10.134-13.al8.x86_64 #1 SMP Mon Jan 9 10:50:49 CST 2023 x86_64 GNU/Linux
glibc version: ldd (Debian GLIBC 2.31-13+deb11u5) 2.31
gosu info: ""
detect user: "root" found
detect user: "postgres" found
current user is: "uid=0(root) gid=0(root) groups=0(root)"
[1;34m[checkout runtime environment] done.[0m
[1;34m[run entrypoint scripts][0m
[postgres entrypoint] Running postgres-entrypoint.sh
[postgres entrypoint] Running postgres-entrypoint.sh
[postgres entrypoint] The files belonging to this database system will be owned by user "postgres".
[postgres entrypoint] This user must also own the server process.
[postgres entrypoint]
[postgres entrypoint] The database cluster will be initialized with locale "en_US.utf8".
[postgres entrypoint] The default database encoding has accordingly been set to "UTF8".
[postgres entrypoint] The default text search configuration will be set to "english".
[postgres entrypoint]
[postgres entrypoint] Data page checksums are disabled.
[postgres entrypoint]
[postgres entrypoint] fixing permissions on existing directory /opt/illa/database/pgdata ... ok
[postgres entrypoint] creating subdirectories ... ok
[postgres entrypoint] selecting dynamic shared memory implementation ... posix
[postgres entrypoint] selecting default max_connections ... 100
[postgres entrypoint] selecting default shared_buffers ... 128MB
[postgres entrypoint] selecting default time zone ... Etc/UTC
[postgres entrypoint] creating configuration files ... ok
[postgres entrypoint] running bootstrap script ... ok
[postgres entrypoint] performing post-bootstrap initialization ... ok
[postgres entrypoint] syncing data to disk ... ok
[postgres entrypoint]
[postgres entrypoint] initdb: warning: enabling "trust" authentication for local connections
[postgres entrypoint] You can change this by editing pg_hba.conf or using the option -A, or
[postgres entrypoint] --auth-local and --auth-host, the next time you run initdb.
[postgres entrypoint]
[postgres entrypoint] Success. You can now start the database server using:
[postgres entrypoint]
[postgres entrypoint] pg_ctl -D /opt/illa/database/pgdata -l logfile start
[postgres entrypoint]
[postgres entrypoint] waiting for server to start....2023-05-29 05:41:38.250 UTC [75] LOG: starting PostgreSQL 14.5 (Debian 14.5-2.pgdg110+2) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
[postgres entrypoint] 2023-05-29 05:41:38.252 UTC [75] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
[postgres entrypoint] 2023-05-29 05:41:38.257 UTC [76] LOG: database system was shut down at 2023-05-29 05:41:37 UTC
[postgres entrypoint] 2023-05-29 05:41:38.260 UTC [75] LOG: database system is ready to accept connections
[postgres entrypoint] done
[postgres entrypoint] server started
[postgres entrypoint]
[postgres entrypoint] /opt/illa/postgres/postgres-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
[postgres entrypoint]
[postgres entrypoint] 2023-05-29 05:41:38.368 UTC [75] LOG: received fast shutdown request
[postgres entrypoint] waiting for server to shut down....2023-05-29 05:41:38.370 UTC [75] LOG: aborting any active transactions
[postgres entrypoint] 2023-05-29 05:41:38.370 UTC [75] LOG: background worker "logical replication launcher" (PID 82) exited with exit code 1
[postgres entrypoint] 2023-05-29 05:41:38.371 UTC [77] LOG: shutting down
[postgres entrypoint] 2023-05-29 05:41:38.382 UTC [75] LOG: database system is shut down
[postgres entrypoint] done
[postgres entrypoint] server stopped
[postgres entrypoint]
[postgres entrypoint] PostgreSQL init process complete; ready for start up.
[postgres entrypoint]
[envoy entrypoint] usermod: invalid user ID '0 # set to root for envoy listing on 80 prot'
[1;34m[run postgres][0m
[1;34m[init data][0m
[data init scripts]
[data init scripts] [1;34m[postgres-init.sh] init illa_builder & illa_supervisor database.[0m
[data init scripts]
[postgres] 2023-05-29 05:41:38.502 UTC [99] LOG: starting PostgreSQL 14.5 (Debian 14.5-2.pgdg110+2) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
[postgres] 2023-05-29 05:41:38.502 UTC [99] LOG: listening on IPv4 address "0.0.0.0", port 5432
[postgres] 2023-05-29 05:41:38.502 UTC [99] LOG: listening on IPv6 address "::", port 5432
[data init scripts] Waiting for postgres server, 5 remaining attempts...
[postgres] 2023-05-29 05:41:38.505 UTC [99] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
[postgres] 2023-05-29 05:41:38.509 UTC [110] LOG: database system was shut down at 2023-05-29 05:41:38 UTC
[postgres] 2023-05-29 05:41:38.512 UTC [99] LOG: database system is ready to accept connections
[data init scripts]
[data init scripts] [1;34minit database.[0m
[data init scripts]
[data init scripts] CREATE DATABASE
[data init scripts] You are now connected to database "illa_builder" as user "postgres".
[data init scripts] CREATE ROLE
[data init scripts] GRANT
[data init scripts] CREATE EXTENSION
[data init scripts] CREATE EXTENSION
[data init scripts] CREATE TABLE
[data init scripts] ALTER TABLE
[data init scripts] CREATE TABLE
[data init scripts] ALTER TABLE
[data init scripts] CREATE TABLE
[data init scripts] CREATE INDEX
[data init scripts] ALTER TABLE
[data init scripts] NOTICE: constraint "actions_displayname_constrainte" of relation "actions" does not exist, skipping
[data init scripts] ALTER TABLE
[data init scripts] CREATE TABLE
[data init scripts] CREATE INDEX
[data init scripts] CREATE INDEX
[data init scripts] CREATE INDEX
[data init scripts] CREATE INDEX
[data init scripts] CREATE INDEX
[data init scripts] CREATE INDEX
[data init scripts] NOTICE: constraint "tree_states_displayname_constrainte" of relation "tree_states" does not exist, skipping
[data init scripts] ALTER TABLE
[data init scripts] ALTER TABLE
[data init scripts] CREATE TABLE
[data init scripts] CREATE INDEX
[data init scripts] CREATE INDEX
[data init scripts] CREATE INDEX
[data init scripts] NOTICE: constraint "kv_states_displayname_constrainte" of relation "kv_states" does not exist, skipping
[data init scripts] ALTER TABLE
[data init scripts] ALTER TABLE
[data init scripts] CREATE TABLE
[data init scripts] CREATE INDEX
[data init scripts] CREATE INDEX
[data init scripts] CREATE INDEX
[data init scripts] NOTICE: constraint "set_states_displayname_constrainte" of relation "set_states" does not exist, skipping
[data init scripts] ALTER TABLE
[data init scripts] ALTER TABLE
[data init scripts] CREATE DATABASE
[data init scripts] You are now connected to database "illa_supervisor" as user "postgres".
[data init scripts] CREATE ROLE
[data init scripts] GRANT
[data init scripts] CREATE EXTENSION
[data init scripts] CREATE EXTENSION
[data init scripts] CREATE TABLE
[data init scripts] CREATE INDEX
[data init scripts] ALTER TABLE
[data init scripts] CREATE TABLE
[data init scripts] CREATE INDEX
[data init scripts] CREATE INDEX
[data init scripts] CREATE INDEX
[data init scripts] ALTER TABLE
[data init scripts] CREATE TABLE
[data init scripts] CREATE INDEX
[data init scripts] ALTER TABLE
[data init scripts] CREATE TABLE
[data init scripts] CREATE INDEX
[data init scripts] CREATE INDEX
[data init scripts] CREATE INDEX
[data init scripts] ALTER TABLE
[data init scripts] CREATE TABLE
[data init scripts] CREATE INDEX
[data init scripts] CREATE INDEX
[data init scripts] ALTER TABLE
[data init scripts] CREATE TABLE
[data init scripts] CREATE INDEX
[data init scripts] ALTER TABLE
[data init scripts] CREATE TABLE
[data init scripts] CREATE INDEX
[data init scripts] ALTER TABLE
[data init scripts] INSERT 0 1
[data init scripts] INSERT 0 1
[data init scripts] INSERT 0 1
[data init scripts]
[data init scripts] [1;34m[postgres-init.sh] init illa_builder database done.[0m
[data init scripts]
[1;34m[run redis-server][0m
[1;34m[run minio][0m
[1;34m[run illa units][0m
[1;34m[run nginx][0m
[1;34m[run envoy][0m
[1;34m[run post init scripts][0m
[redis] 123:C 29 May 2023 05:41:44.520 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
[redis] 123:C 29 May 2023 05:41:44.520 # Redis version=7.0.11, bits=64, commit=00000000, modified=0, pid=123, just started
[redis] 123:C 29 May 2023 05:41:44.520 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
[redis] 123:M 29 May 2023 05:41:44.520 * monotonic clock: POSIX clock_gettime
[redis] 123:M 29 May 2023 05:41:44.520 * Running mode=standalone, port=6379.
[redis] 123:M 29 May 2023 05:41:44.520 # Server initialized
[redis] 123:M 29 May 2023 05:41:44.521 * Ready to accept connections
[illa-supervisor-backend-internal] ----------------
[illa-supervisor-backend-internal] &{ServerHost:0.0.0.0 ServerPort:8003 InternalServerPort:9001 ServerMode:debug DeployMode:self-host ServeHTTPS:false PostgresAddr:localhost PostgresPort:5432 PostgresUser:illa_supervisor PostgresPassword:illa2022 PostgresDatabase:illa_supervisor RedisAddr:localhost RedisPort:6379 RedisPassword: RedisDatabase:0 DriveType: DriveAccessKeyID:minioadmin DriveAccessKeySecret:minioadmin DriveRegion: DriveEndpoint:127.0.0.1:9000 DriveSystemBucketName:illa-supervisor DriveTeamBucketName:illa-supervisor-team DriveUploadTimeoutRaw:300s DriveUploadTimeout:5m0s}
[illa-supervisor-backend-internal] <nil>
[illa-supervisor-backend-internal] ----------------
[illa-supervisor-backend-internal] &{ServerHost:0.0.0.0 ServerPort:8003 InternalServerPort:9001 ServerMode:debug DeployMode:self-host ServeHTTPS:false PostgresAddr:localhost PostgresPort:5432 PostgresUser:illa_supervisor PostgresPassword:illa2022 PostgresDatabase:illa_supervisor RedisAddr:localhost RedisPort:6379 RedisPassword: RedisDatabase:0 DriveType: DriveAccessKeyID:minioadmin DriveAccessKeySecret:minioadmin DriveRegion: DriveEndpoint:127.0.0.1:9000 DriveSystemBucketName:illa-supervisor DriveTeamBucketName:illa-supervisor-team DriveUploadTimeoutRaw:300s DriveUploadTimeout:5m0s}
[illa-supervisor-backend-internal] <nil>
[illa-supervisor-backend-internal] [GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
[illa-supervisor-backend-internal] - using env: export GIN_MODE=release
[illa-supervisor-backend-internal] - using code: gin.SetMode(gin.ReleaseMode)
[illa-supervisor-backend-internal]
[illa-supervisor-backend] ----------------
[illa-supervisor-backend] &{ServerHost:0.0.0.0 ServerPort:8003 InternalServerPort:9001 ServerMode:debug DeployMode:self-host ServeHTTPS:false PostgresAddr:localhost PostgresPort:5432 PostgresUser:illa_supervisor PostgresPassword:illa2022 PostgresDatabase:illa_supervisor RedisAddr:localhost RedisPort:6379 RedisPassword: RedisDatabase:0 DriveType: DriveAccessKeyID:minioadmin DriveAccessKeySecret:minioadmin DriveRegion: DriveEndpoint:127.0.0.1:9000 DriveSystemBucketName:illa-supervisor DriveTeamBucketName:illa-supervisor-team DriveUploadTimeoutRaw:300s DriveUploadTimeout:5m0s}
[illa-supervisor-backend] <nil>
[illa-supervisor-backend] ----------------
[illa-supervisor-backend] &{ServerHost:0.0.0.0 ServerPort:8003 InternalServerPort:9001 ServerMode:debug DeployMode:self-host ServeHTTPS:false PostgresAddr:localhost PostgresPort:5432 PostgresUser:illa_supervisor PostgresPassword:illa2022 PostgresDatabase:illa_supervisor RedisAddr:localhost RedisPort:6379 RedisPassword: RedisDatabase:0 DriveType: DriveAccessKeyID:minioadmin DriveAccessKeySecret:minioadmin DriveRegion: DriveEndpoint:127.0.0.1:9000 DriveSystemBucketName:illa-supervisor DriveTeamBucketName:illa-supervisor-team DriveUploadTimeoutRaw:300s DriveUploadTimeout:5m0s}
[illa-supervisor-backend] <nil>
[illa-supervisor-backend] [GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
[illa-supervisor-backend] - using env: export GIN_MODE=release
[illa-supervisor-backend] - using code: gin.SetMode(gin.ReleaseMode)
[illa-supervisor-backend]
[illa-supervisor-backend-internal] {"level":"info","ts":1685338904.5654476,"caller":"postgres/postgres.go:75","msg":"connected with db","db":{"Addr":"localhost","Port":"5432","User":"illa_supervisor","Password":"illa2022","Database":"illa_supervisor"}}
[illa-supervisor-backend-internal] {"level":"info","ts":1685338904.5655816,"caller":"redis/redis.go:35","msg":"connected with redis","redis":{"Addr":"localhost","Port":"6379","Password":"","Database":0}}
[illa-supervisor-backend] {"level":"info","ts":1685338904.5669696,"caller":"postgres/postgres.go:75","msg":"connected with db","db":{"Addr":"localhost","Port":"5432","User":"illa_supervisor","Password":"illa2022","Database":"illa_supervisor"}}
[illa-supervisor-backend] {"level":"info","ts":1685338904.5670683,"caller":"redis/redis.go:35","msg":"connected with redis","redis":{"Addr":"localhost","Port":"6379","Password":"","Database":0}}
[illa-builder-backend-ws] {"level":"info","ts":1685338904.5699103,"caller":"db/connection.go:84","msg":"connected with db","db":{"Addr":"localhost","Port":"5432","User":"illa_builder","Password":"71De5JllWSetLYU","Database":"illa_builder"}}
[illa-builder-backend-ws] 2023/05/29 05:41:44 [START] websocket service serve on 0.0.0.0:8002
[illa-builder-backend] [GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
[illa-builder-backend] - using env: export GIN_MODE=release
[illa-builder-backend] - using code: gin.SetMode(gin.ReleaseMode)
[illa-builder-backend]
[illa-builder-backend] {"level":"info","ts":1685338904.5750747,"caller":"db/connection.go:84","msg":"connected with db","db":{"Addr":"localhost","Port":"5432","User":"illa_builder","Password":"71De5JllWSetLYU","Database":"illa_builder"}}
[illa-builder-backend] {"level":"info","ts":1685338904.5751898,"caller":"http-server/server.go:61","msg":"Starting server"}
[illa-builder-backend] [GIN-debug] GET /api/v1/teams/:teamID/builder/desc --> github.com/illacloud/builder-backend/api/resthandler.BuilderRestHandler.GetTeamBuilderDesc-fm (4 handlers)
[illa-builder-backend] [GIN-debug] POST /api/v1/teams/:teamID/apps --> github.com/illacloud/builder-backend/api/resthandler.AppRestHandler.CreateApp-fm (4 handlers)
[illa-builder-backend] [GIN-debug] DELETE /api/v1/teams/:teamID/apps/:appID --> github.com/illacloud/builder-backend/api/resthandler.AppRestHandler.DeleteApp-fm (4 handlers)
[illa-builder-backend] [GIN-debug] PUT /api/v1/teams/:teamID/apps/:appID --> github.com/illacloud/builder-backend/api/resthandler.AppRestHandler.RenameApp-fm (4 handlers)
[illa-builder-backend] [GIN-debug] PATCH /api/v1/teams/:teamID/apps/:appID/config --> github.com/illacloud/builder-backend/api/resthandler.AppRestHandler.ConfigApp-fm (4 handlers)
[illa-builder-backend] [GIN-debug] GET /api/v1/teams/:teamID/apps --> github.com/illacloud/builder-backend/api/resthandler.AppRestHandler.GetAllApps-fm (4 handlers)
[illa-builder-backend] [GIN-debug] GET /api/v1/teams/:teamID/apps/:appID/versions/:version --> github.com/illacloud/builder-backend/api/resthandler.AppRestHandler.GetMegaData-fm (4 handlers)
[illa-builder-backend] [GIN-debug] POST /api/v1/teams/:teamID/apps/:appID/duplication --> github.com/illacloud/builder-backend/api/resthandler.AppRestHandler.DuplicateApp-fm (4 handlers)
[illa-builder-backend] [GIN-debug] POST /api/v1/teams/:teamID/apps/:appID/deploy --> github.com/illacloud/builder-backend/api/resthandler.AppRestHandler.ReleaseApp-fm (4 handlers)
[illa-builder-backend] [GIN-debug] GET /api/v1/teams/byIdentifier/:teamIdentifier/publicApps/:appID/versions/:version --> github.com/illacloud/builder-backend/api/resthandler.PublicAppRestHandler.GetMegaData-fm (3 handlers)
[illa-builder-backend] [GIN-debug] GET /api/v1/teams/byIdentifier/:teamIdentifier/publicApps/:appID/isPublic --> github.com/illacloud/builder-backend/api/resthandler.PublicAppRestHandler.IsPublicApp-fm (3 handlers)
[illa-builder-backend] [GIN-debug] GET /api/v1/teams/:teamID/room/websocketConnection/dashboard --> github.com/illacloud/builder-backend/api/resthandler.RoomRestHandler.GetDashboardRoomConn-fm (4 handlers)
[illa-builder-backend] [GIN-debug] GET /api/v1/teams/:teamID/room/websocketConnection/app/:appID --> github.com/illacloud/builder-backend/api/resthandler.RoomRestHandler.GetAppRoomConn-fm (4 handlers)
[illa-builder-backend] [GIN-debug] GET /api/v1/teams/:teamID/room/binaryWebsocketConnection/app/:appID --> github.com/illacloud/builder-backend/api/resthandler.RoomRestHandler.GetAppRoomBinaryConn-fm (4 handlers)
[illa-builder-backend] [GIN-debug] GET /api/v1/teams/:teamID/apps/:appID/actions --> github.com/illacloud/builder-backend/api/resthandler.ActionRestHandler.FindActions-fm (4 handlers)
[illa-builder-backend] [GIN-debug] POST /api/v1/teams/:teamID/apps/:appID/actions --> github.com/illacloud/builder-backend/api/resthandler.ActionRestHandler.CreateAction-fm (4 handlers)
[illa-builder-backend] [GIN-debug] GET /api/v1/teams/:teamID/apps/:appID/actions/:actionID --> github.com/illacloud/builder-backend/api/resthandler.ActionRestHandler.GetAction-fm (4 handlers)
[illa-builder-backend] [GIN-debug] PUT /api/v1/teams/:teamID/apps/:appID/actions/:actionID --> github.com/illacloud/builder-backend/api/resthandler.ActionRestHandler.UpdateAction-fm (4 handlers)
[illa-builder-backend] [GIN-debug] DELETE /api/v1/teams/:teamID/apps/:appID/actions/:actionID --> github.com/illacloud/builder-backend/api/resthandler.ActionRestHandler.DeleteAction-fm (4 handlers)
[illa-builder-backend] [GIN-debug] POST /api/v1/teams/:teamID/apps/:appID/actions/preview --> github.com/illacloud/builder-backend/api/resthandler.ActionRestHandler.PreviewAction-fm (4 handlers)
[illa-builder-backend] [GIN-debug] POST /api/v1/teams/:teamID/apps/:appID/actions/:actionID/run --> github.com/illacloud/builder-backend/api/resthandler.ActionRestHandler.RunAction-fm (4 handlers)
[illa-builder-backend] [GIN-debug] POST /api/v1/teams/byIdentifier/:teamIdentifier/apps/:appID/publicActions/:actionID/run --> github.com/illacloud/builder-backend/api/resthandler.PublicActionRestHandler.RunAction-fm (3 handlers)
[illa-builder-backend] [GIN-debug] POST /api/v1/teams/:teamID/apps/:appID/internalActions/generateSQL --> github.com/illacloud/builder-backend/api/resthandler.InternalActionRestHandler.GenerateSQL-fm (4 handlers)
[illa-builder-backend] [GIN-debug] GET /api/v1/teams/:teamID/resources --> github.com/illacloud/builder-backend/api/resthandler.ResourceRestHandler.FindAllResources-fm (4 handlers)
[illa-builder-backend] [GIN-debug] POST /api/v1/teams/:teamID/resources --> github.com/illacloud/builder-backend/api/resthandler.ResourceRestHandler.CreateResource-fm (4 handlers)
[illa-builder-backend] [GIN-debug] GET /api/v1/teams/:teamID/resources/:resourceID --> github.com/illacloud/builder-backend/api/resthandler.ResourceRestHandler.GetResource-fm (4 handlers)
[illa-builder-backend] [GIN-debug] PUT /api/v1/teams/:teamID/resources/:resourceID --> github.com/illacloud/builder-backend/api/resthandler.ResourceRestHandler.UpdateResource-fm (4 handlers)
[illa-builder-backend] [GIN-debug] DELETE /api/v1/teams/:teamID/resources/:resourceID --> github.com/illacloud/builder-backend/api/resthandler.ResourceRestHandler.DeleteResource-fm (4 handlers)
[illa-builder-backend] [GIN-debug] POST /api/v1/teams/:teamID/resources/testConnection --> github.com/illacloud/builder-backend/api/resthandler.ResourceRestHandler.TestConnection-fm (4 handlers)
[illa-builder-backend] [GIN-debug] GET /api/v1/teams/:teamID/resources/:resourceID/meta --> github.com/illacloud/builder-backend/api/resthandler.ResourceRestHandler.GetMetaInfo-fm (4 handlers)
[illa-builder-backend] [GIN-debug] POST /api/v1/teams/:teamID/resources/:resourceID/token --> github.com/illacloud/builder-backend/api/resthandler.ResourceRestHandler.CreateOAuthToken-fm (4 handlers)
[illa-builder-backend] [GIN-debug] GET /api/v1/teams/:teamID/resources/:resourceID/oauth2 --> github.com/illacloud/builder-backend/api/resthandler.ResourceRestHandler.GoogleSheetsOAuth2-fm (4 handlers)
[illa-builder-backend] [GIN-debug] POST /api/v1/teams/:teamID/resources/:resourceID/refresh --> github.com/illacloud/builder-backend/api/resthandler.ResourceRestHandler.RefreshGSOAuth-fm (4 handlers)
[illa-builder-backend] [GIN-debug] GET /api/v1/status --> github.com/illacloud/builder-backend/api/resthandler.StatusRestHandler.GetStatus-fm (3 handlers)
[illa-builder-backend] [GIN-debug] GET /api/v1/oauth2/authorize --> github.com/illacloud/builder-backend/api/resthandler.OAuth2RestHandler.GoogleOAuth2-fm (3 handlers)
[illa-builder-backend] [GIN-debug] [WARNING] You trusted all proxies, this is NOT safe. We recommend you to set a value.
[illa-builder-backend] Please check https://pkg.go.dev/github.com/gin-gonic/gin#readme-don-t-trust-all-proxies for details.
[illa-builder-backend] [GIN-debug] Listening and serving HTTP on 0.0.0.0:8001
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:330] initializing epoch 0 (base id=0, hot restart version=11.104)
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:332] statically linked extensions:
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.retry_priorities: envoy.retry_priorities.previous_priorities
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.http.stateful_header_formatters: preserve_case
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.matching.http.input: request-headers, request-trailers, response-headers, response-trailers
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.compression.decompressor: envoy.compression.brotli.decompressor, envoy.compression.gzip.decompressor
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.transport_sockets.upstream: envoy.transport_sockets.alts, envoy.transport_sockets.quic, envoy.transport_sockets.raw_buffer, envoy.transport_sockets.tap, envoy.transport_sockets.tls, envoy.transport_sockets.upstream_proxy_protocol, raw_buffer, tls
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.thrift_proxy.transports: auto, framed, header, unframed
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.resolvers: envoy.ip
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.bootstrap: envoy.bootstrap.wasm, envoy.extensions.network.socket_interface.default_socket_interface
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.matching.action: composite-action, skip
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.http.cache: envoy.extensions.http.cache.simple
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.filters.udp_listener: envoy.filters.udp.dns_filter, envoy.filters.udp_listener.udp_proxy
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.retry_host_predicates: envoy.retry_host_predicates.omit_canary_hosts, envoy.retry_host_predicates.omit_host_metadata, envoy.retry_host_predicates.previous_hosts
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.guarddog_actions: envoy.watchdog.abort_action, envoy.watchdog.profile_action
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.thrift_proxy.protocols: auto, binary, binary/non-strict, compact, twitter
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.dubbo_proxy.serializers: dubbo.hessian2
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.resource_monitors: envoy.resource_monitors.fixed_heap, envoy.resource_monitors.injected_resource
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.thrift_proxy.filters: envoy.filters.thrift.rate_limit, envoy.filters.thrift.router
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.tls.cert_validator: envoy.tls.cert_validator.default, envoy.tls.cert_validator.spiffe
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.upstream_options: envoy.extensions.upstreams.http.v3.HttpProtocolOptions, envoy.upstreams.http.http_protocol_options
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.filters.listener: envoy.filters.listener.http_inspector, envoy.filters.listener.original_dst, envoy.filters.listener.original_src, envoy.filters.listener.proxy_protocol, envoy.filters.listener.tls_inspector, envoy.listener.http_inspector, envoy.listener.original_dst, envoy.listener.original_src, envoy.listener.proxy_protocol, envoy.listener.tls_inspector
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.wasm.runtime: envoy.wasm.runtime.null, envoy.wasm.runtime.v8
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.stats_sinks: envoy.dog_statsd, envoy.metrics_service, envoy.stat_sinks.dog_statsd, envoy.stat_sinks.hystrix, envoy.stat_sinks.metrics_service, envoy.stat_sinks.statsd, envoy.stat_sinks.wasm, envoy.statsd
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.dubbo_proxy.route_matchers: default
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.matching.input_matchers: envoy.matching.matchers.consistent_hashing
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.transport_sockets.downstream: envoy.transport_sockets.alts, envoy.transport_sockets.quic, envoy.transport_sockets.raw_buffer, envoy.transport_sockets.starttls, envoy.transport_sockets.tap, envoy.transport_sockets.tls, raw_buffer, starttls, tls
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.compression.compressor: envoy.compression.brotli.compressor, envoy.compression.gzip.compressor
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.access_loggers: envoy.access_loggers.file, envoy.access_loggers.http_grpc, envoy.access_loggers.open_telemetry, envoy.access_loggers.stderr, envoy.access_loggers.stdout, envoy.access_loggers.tcp_grpc, envoy.access_loggers.wasm, envoy.file_access_log, envoy.http_grpc_access_log, envoy.open_telemetry_access_log, envoy.stderr_access_log, envoy.stdout_access_log, envoy.tcp_grpc_access_log, envoy.wasm_access_log
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.dubbo_proxy.protocols: dubbo
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.upstreams: envoy.filters.connection_pools.tcp.generic
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.rate_limit_descriptors: envoy.rate_limit_descriptors.expr
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.request_id: envoy.request_id.uuid
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.tracers: envoy.dynamic.ot, envoy.lightstep, envoy.tracers.datadog, envoy.tracers.dynamic_ot, envoy.tracers.lightstep, envoy.tracers.opencensus, envoy.tracers.skywalking, envoy.tracers.xray, envoy.tracers.zipkin, envoy.zipkin
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.filters.network: envoy.client_ssl_auth, envoy.echo, envoy.ext_authz, envoy.filters.network.client_ssl_auth, envoy.filters.network.direct_response, envoy.filters.network.dubbo_proxy, envoy.filters.network.echo, envoy.filters.network.ext_authz, envoy.filters.network.http_connection_manager, envoy.filters.network.kafka_broker, envoy.filters.network.local_ratelimit, envoy.filters.network.mongo_proxy, envoy.filters.network.mysql_proxy, envoy.filters.network.postgres_proxy, envoy.filters.network.ratelimit, envoy.filters.network.rbac, envoy.filters.network.redis_proxy, envoy.filters.network.rocketmq_proxy, envoy.filters.network.sni_cluster, envoy.filters.network.sni_dynamic_forward_proxy, envoy.filters.network.tcp_proxy, envoy.filters.network.thrift_proxy, envoy.filters.network.wasm, envoy.filters.network.zookeeper_proxy, envoy.http_connection_manager, envoy.mongo_proxy, envoy.ratelimit, envoy.redis_proxy, envoy.tcp_proxy
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.internal_redirect_predicates: envoy.internal_redirect_predicates.allow_listed_routes, envoy.internal_redirect_predicates.previous_routes, envoy.internal_redirect_predicates.safe_cross_scheme
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.matching.common_inputs: envoy.matching.common_inputs.environment_variable
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.filters.http: envoy.buffer, envoy.cors, envoy.csrf, envoy.ext_authz, envoy.ext_proc, envoy.fault, envoy.filters.http.adaptive_concurrency, envoy.filters.http.admission_control, envoy.filters.http.aws_lambda, envoy.filters.http.aws_request_signing, envoy.filters.http.buffer, envoy.filters.http.cache, envoy.filters.http.cdn_loop, envoy.filters.http.composite, envoy.filters.http.compressor, envoy.filters.http.cors, envoy.filters.http.csrf, envoy.filters.http.decompressor, envoy.filters.http.dynamic_forward_proxy, envoy.filters.http.dynamo, envoy.filters.http.ext_authz, envoy.filters.http.ext_proc, envoy.filters.http.fault, envoy.filters.http.grpc_http1_bridge, envoy.filters.http.grpc_http1_reverse_bridge, envoy.filters.http.grpc_json_transcoder, envoy.filters.http.grpc_stats, envoy.filters.http.grpc_web, envoy.filters.http.gzip, envoy.filters.http.header_to_metadata, envoy.filters.http.health_check, envoy.filters.http.ip_tagging, envoy.filters.http.jwt_authn, envoy.filters.http.local_ratelimit, envoy.filters.http.lua, envoy.filters.http.oauth2, envoy.filters.http.on_demand, envoy.filters.http.original_src, envoy.filters.http.ratelimit, envoy.filters.http.rbac, envoy.filters.http.router, envoy.filters.http.squash, envoy.filters.http.tap, envoy.filters.http.wasm, envoy.grpc_http1_bridge, envoy.grpc_json_transcoder, envoy.grpc_web, envoy.gzip, envoy.health_check, envoy.http_dynamo_filter, envoy.ip_tagging, envoy.local_rate_limit, envoy.lua, envoy.rate_limit, envoy.router, envoy.squash, match-wrapper
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.health_checkers: envoy.health_checkers.redis
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.clusters: envoy.cluster.eds, envoy.cluster.logical_dns, envoy.cluster.original_dst, envoy.cluster.static, envoy.cluster.strict_dns, envoy.clusters.aggregate, envoy.clusters.dynamic_forward_proxy, envoy.clusters.redis
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.grpc_credentials: envoy.grpc_credentials.aws_iam, envoy.grpc_credentials.default, envoy.grpc_credentials.file_based_metadata
[envoy] [2023-05-29 05:41:44.581][137][info][main] [source/server/server.cc:334] envoy.dubbo_proxy.filters: envoy.filters.dubbo.router
[envoy] [2023-05-29 05:41:44.589][137][info][main] [source/server/server.cc:350] HTTP header map info:
[envoy] [2023-05-29 05:41:44.590][137][info][main] [source/server/server.cc:353] request header map: 632 bytes: :authority,:method,:path,:protocol,:scheme,accept,accept-encoding,access-control-request-method,authentication,authorization,cache-control,cdn-loop,connection,content-encoding,content-length,content-type,expect,grpc-accept-encoding,grpc-timeout,if-match,if-modified-since,if-none-match,if-range,if-unmodified-since,keep-alive,origin,pragma,proxy-connection,referer,te,transfer-encoding,upgrade,user-agent,via,x-client-trace-id,x-envoy-attempt-count,x-envoy-decorator-operation,x-envoy-downstream-service-cluster,x-envoy-downstream-service-node,x-envoy-expected-rq-timeout-ms,x-envoy-external-address,x-envoy-force-trace,x-envoy-hedge-on-per-try-timeout,x-envoy-internal,x-envoy-ip-tags,x-envoy-max-retries,x-envoy-original-path,x-envoy-original-url,x-envoy-retriable-header-names,x-envoy-retriable-status-codes,x-envoy-retry-grpc-on,x-envoy-retry-on,x-envoy-upstream-alt-stat-name,x-envoy-upstream-rq-per-try-timeout-ms,x-envoy-upstream-rq-timeout-alt-response,x-envoy-upstream-rq-timeout-ms,x-forwarded-client-cert,x-forwarded-for,x-forwarded-proto,x-ot-span-context,x-request-id
[envoy] [2023-05-29 05:41:44.590][137][info][main] [source/server/server.cc:353] request trailer map: 144 bytes:
[envoy] [2023-05-29 05:41:44.590][137][info][main] [source/server/server.cc:353] response header map: 440 bytes: :status,access-control-allow-credentials,access-control-allow-headers,access-control-allow-methods,access-control-allow-origin,access-control-expose-headers,access-control-max-age,age,cache-control,connection,content-encoding,content-length,content-type,date,etag,expires,grpc-message,grpc-status,keep-alive,last-modified,location,proxy-connection,server,transfer-encoding,upgrade,vary,via,x-envoy-attempt-count,x-envoy-decorator-operation,x-envoy-degraded,x-envoy-immediate-health-check-fail,x-envoy-ratelimited,x-envoy-upstream-canary,x-envoy-upstream-healthchecked-cluster,x-envoy-upstream-service-time,x-request-id
[envoy] [2023-05-29 05:41:44.590][137][info][main] [source/server/server.cc:353] response trailer map: 168 bytes: grpc-message,grpc-status
[envoy] [2023-05-29 05:41:44.591][137][warning][main] [source/server/server.cc:506] No admin address given, so no admin HTTP server started.
[envoy] [2023-05-29 05:41:44.591][137][info][main] [source/server/server.cc:667] runtime: layers:
[envoy] - name: base
[envoy] static_layer:
[envoy] {}
[envoy] - name: admin
[envoy] admin_layer:
[envoy] {}
[envoy] [2023-05-29 05:41:44.591][137][info][config] [source/server/configuration_impl.cc:128] loading tracing configuration
[envoy] [2023-05-29 05:41:44.591][137][info][config] [source/server/configuration_impl.cc:88] loading 0 static secret(s)
[envoy] [2023-05-29 05:41:44.591][137][info][config] [source/server/configuration_impl.cc:94] loading 7 cluster(s)
[envoy] [2023-05-29 05:41:44.593][137][info][config] [source/server/configuration_impl.cc:98] loading 1 listener(s)
[envoy] [2023-05-29 05:41:44.597][137][critical][main] [source/server/server.cc:113] error initializing configuration '/opt/illa/envoy/illa-unit-ingress.yaml': cannot bind '0.0.0.0:80': Permission denied
[envoy] [2023-05-29 05:41:44.597][137][info][main] [source/server/server.cc:815] exiting
[envoy] cannot bind '0.0.0.0:80': Permission denied
[minio]
[minio] You are running an older version of MinIO released 2 years ago
[minio] Update: Run `mc admin update`
[minio]
[minio]
[minio] API: http://172.18.32.26:9000 http://127.0.0.1:9000
[minio]
[minio] Console: http://172.18.32.26:44071 http://127.0.0.1:44071
[minio]
[minio] Documentation: https://docs.min.io
[minio]
[minio] WARNING: Console endpoint is listening on a dynamic port (44071), please use --console-address ":PORT" to choose a static port.
[minio] WARNING: Detected default credentials 'minioadmin:minioadmin', we recommend that you change these values with 'MINIO_ROOT_USER' and 'MINIO_ROOT_PASSWORD' environment variables
[illa-supervisor-backend] 2023/05/29 05:41:45 Successfully created bucket "illa-supervisor"
[illa-supervisor-backend] policy: {"Version": "2012-10-17","Statement": [{"Action": ["s3:GetObject"],"Effect": "Allow","Principal": {"AWS": ["*"]},"Resource": ["arn:aws:s3:::illa-supervisor/*"],"Sid": ""}]}
[illa-supervisor-backend] 2023/05/29 05:41:45 Successfully created bucket "illa-supervisor-team"
[illa-supervisor-backend] policy: {"Version": "2012-10-17","Statement": [{"Action": ["s3:GetObject"],"Effect": "Allow","Principal": {"AWS": ["*"]},"Resource": ["arn:aws:s3:::illa-supervisor-team/*"],"Sid": ""}]}
[illa-supervisor-backend] {"level":"info","ts":1685338905.7791626,"caller":"illa-supervisor-backend/main.go:95","msg":"Starting illa-supervisor-backend."}
[illa-supervisor-backend] [GIN-debug] POST /api/v1/auth/verification --> github.com/illacloud/illa-supervisor-backend/src/controller.(*Controller).GetVerificationCode-fm (3 handlers)
[illa-supervisor-backend] [GIN-debug] POST /api/v1/auth/signup --> github.com/illacloud/illa-supervisor-backend/src/controller.(*Controller).SignUp-fm (3 handlers)
[illa-supervisor-backend] [GIN-debug] POST /api/v1/auth/signin --> github.com/illacloud/illa-supervisor-backend/src/controller.(*Controller).SignIn-fm (3 handlers)
[illa-supervisor-backend] [GIN-debug] POST /api/v1/auth/forgetPassword --> github.com/illacloud/illa-supervisor-backend/src/controller.(*Controller).ForgetPassword-fm (3 handlers)
[illa-supervisor-backend] [GIN-debug] GET /api/v1/users --> github.com/illacloud/illa-supervisor-backend/src/controller.(*Controller).RetrieveUserByID-fm (4 handlers)
[illa-supervisor-backend] [GIN-debug] GET /api/v1/users/avatar/uploadAddress/fileName/:fileName --> github.com/illacloud/illa-supervisor-backend/src/controller.(*Controller).GetUserAvatarUploadAddress-fm (4 handlers)
[illa-supervisor-backend] [GIN-debug] PATCH /api/v1/users/password --> github.com/illacloud/illa-supervisor-backend/src/controller.(*Controller).UpdatePassword-fm (4 handlers)
[illa-supervisor-backend] [GIN-debug] PATCH /api/v1/users/nickname --> github.com/illacloud/illa-supervisor-backend/src/controller.(*Controller).UpdateNickname-fm (4 handlers)
[illa-supervisor-backend] [GIN-debug] PATCH /api/v1/users/avatar --> github.com/illacloud/illa-supervisor-backend/src/controller.(*Controller).UpdateAvatar-fm (4 handlers)
[illa-supervisor-backend] [GIN-debug] PATCH /api/v1/users/language --> github.com/illacloud/illa-supervisor-backend/src/controller.(*Controller).UpdateLanguage-fm (4 handlers)
[illa-supervisor-backend] [GIN-debug] PATCH /api/v1/users/tutorialViewed --> github.com/illacloud/illa-supervisor-backend/src/controller.(*Controller).UpdateIsTutorialViewed-fm (4 handlers)
[illa-supervisor-backend] [GIN-debug] DELETE /api/v1/users --> github.com/illacloud/illa-supervisor-backend/src/controller.(*Controller).DeleteUser-fm (4 handlers)
[illa-supervisor-backend] [GIN-debug] POST /api/v1/users/logout --> github.com/illacloud/illa-supervisor-backend/src/controller.(*Controller).Logout-fm (4 handlers)
[illa-supervisor-backend] [GIN-debug] GET /api/v1/teams/my --> github.com/illacloud/illa-supervisor-backend/src/controller.(*Controller).GetMyTeams-fm (4 handlers)
[illa-supervisor-backend] [GIN-debug] PATCH /api/v1/teams/:teamID/config --> github.com/illacloud/illa-supervisor-backend/src/controller.(*Controller).UpdateTeamConfig-fm (4 handlers)
[illa-supervisor-backend] [GIN-debug] PATCH /api/v1/teams/:teamID/permission --> github.com/illacloud/illa-supervisor-backend/src/controller.(*Controller).UpdateTeamPermission-fm (4 handlers)
[illa-supervisor-backend] [GIN-debug] GET /api/v1/teams/:teamID/members --> github.com/illacloud/illa-supervisor-backend/src/controller.(*Controller).GetAllTeamMember-fm (4 handlers)
[illa-supervisor-backend] [GIN-debug] GET /api/v1/teams/:teamID/users/:targetUserID --> github.com/illacloud/illa-supervisor-backend/src/controller.(*Controller).GetTeamMember-fm (4 handlers)
[illa-supervisor-backend] [GIN-debug] PATCH /api/v1/teams/:teamID/teamMembers/:targetTeamMemberID/role --> github.com/illacloud/illa-supervisor-backend/src/controller.(*Controller).UpdateTeamMemberRole-fm (4 handlers)
[illa-supervisor-backend] [GIN-debug] DELETE /api/v1/teams/:teamID/teamMembers/:targetTeamMemberID --> github.com/illacloud/illa-supervisor-backend/src/controller.(*Controller).RemoveTeamMember-fm (4 handlers)
[illa-supervisor-backend] [GIN-debug] PATCH /api/v1/teams/:teamID/configInviteLink --> github.com/illacloud/illa-supervisor-backend/src/controller.(*Controller).ConfigInviteLink-fm (4 handlers)
[illa-supervisor-backend] [GIN-debug] GET /api/v1/teams/:teamID/inviteLink/userRole/:userRole --> github.com/illacloud/illa-supervisor-backend/src/controller.(*Controller).GenerateInviteLink-fm (4 handlers)
[illa-supervisor-backend] [GIN-debug] GET /api/v1/teams/:teamID/newInviteLink/userRole/:userRole --> github.com/illacloud/illa-supervisor-backend/src/controller.(*Controller).RenewInviteLink-fm (4 handlers)
[illa-supervisor-backend] [GIN-debug] POST /api/v1/teams/:teamID/inviteByEmail --> github.com/illacloud/illa-supervisor-backend/src/controller.(*Controller).InviteMemberByEmail-fm (4 handlers)
[illa-supervisor-backend] [GIN-debug] PUT /api/v1/join/:inviteLinkHash --> github.com/illacloud/illa-supervisor-backend/src/controller.(*Controller).JoinByLink-fm (4 handlers)
[illa-supervisor-backend] [GIN-debug] GET /api/v1/teams/:teamID/shareAppLink/userRole/:userRole/apps/:appID --> github.com/illacloud/illa-supervisor-backend/src/controller.(*Controller).GenerateInviteLink-fm (4 handlers)
[illa-supervisor-backend] [GIN-debug] GET /api/v1/teams/:teamID/newShareAppLink/userRole/:userRole/apps/:appID --> github.com/illacloud/illa-supervisor-backend/src/controller.(*Controller).RenewInviteLink-fm (4 handlers)
[illa-supervisor-backend] [GIN-debug] POST /api/v1/teams/:teamID/shareAppByEmail --> github.com/illacloud/illa-supervisor-backend/src/controller.(*Controller).InviteMemberByEmail-fm (4 handlers)
[illa-supervisor-backend] [GIN-debug] GET /api/v1/status --> github.com/illacloud/illa-supervisor-backend/src/controller.(*Controller).Status-fm (3 handlers)
[illa-supervisor-backend] [GIN-debug] [WARNING] You trusted all proxies, this is NOT safe. We recommend you to set a value.
[illa-supervisor-backend] Please check https://pkg.go.dev/github.com/gin-gonic/gin#readme-don-t-trust-all-proxies for details.
[illa-supervisor-backend] [GIN-debug] Listening and serving HTTP on 0.0.0.0:8003
[illa-supervisor-backend-internal] 2023/05/29 05:41:46 We already own bucket "illa-supervisor"
[illa-supervisor-backend-internal] policy: {"Version": "2012-10-17","Statement": [{"Action": ["s3:GetObject"],"Effect": "Allow","Principal": {"AWS": ["*"]},"Resource": ["arn:aws:s3:::illa-supervisor/*"],"Sid": ""}]}
[illa-supervisor-backend-internal] 2023/05/29 05:41:46 We already own bucket "illa-supervisor-team"
[illa-supervisor-backend-internal] policy: {"Version": "2012-10-17","Statement": [{"Action": ["s3:GetObject"],"Effect": "Allow","Principal": {"AWS": ["*"]},"Resource": ["arn:aws:s3:::illa-supervisor-team/*"],"Sid": ""}]}
[illa-supervisor-backend-internal] {"level":"info","ts":1685338906.5470748,"caller":"illa-supervisor-backend-internal/main.go:95","msg":"Starting illa-supervisor-backend-internal."}
[illa-supervisor-backend-internal] [GIN-debug] GET /api/v1/accessControl/account/validateResult --> github.com/illacloud/illa-supervisor-backend/src/controller.(*Controller).ValidateAccount-fm (3 handlers)
[illa-supervisor-backend-internal] [GIN-debug] GET /api/v1/accessControl/teams/:teamID/unitType/:unitType/unitID/:unitID/attribute/canAccess/:attributeID --> github.com/illacloud/illa-supervisor-backend/src/controller.(*Controller).CanAccess-fm (3 handlers)
[illa-supervisor-backend-internal] [GIN-debug] GET /api/v1/accessControl/teams/:teamID/unitType/:unitType/unitID/:unitID/attribute/canManage/:attributeID --> github.com/illacloud/illa-supervisor-backend/src/controller.(*Controller).CanManage-fm (3 handlers)
[illa-supervisor-backend-internal] [GIN-debug] GET /api/v1/accessControl/teams/:teamID/unitType/:unitType/unitID/:unitID/attribute/canManageSpecial/:attributeID --> github.com/illacloud/illa-supervisor-backend/src/controller.(*Controller).CanManageSpecial-fm (3 handlers)
[illa-supervisor-backend-internal] [GIN-debug] GET /api/v1/accessControl/teams/:teamID/unitType/:unitType/unitID/:unitID/attribute/canModify/:attributeID/from/:fromID/to/:toID --> github.com/illacloud/illa-supervisor-backend/src/controller.(*Controller).CanModify-fm (3 handlers)
[illa-supervisor-backend-internal] [GIN-debug] GET /api/v1/accessControl/teams/:teamID/unitType/:unitType/unitID/:unitID/attribute/canDelete/:attributeID --> github.com/illacloud/illa-supervisor-backend/src/controller.(*Controller).CanDelete-fm (3 handlers)
[illa-supervisor-backend-internal] [GIN-debug] GET /api/v1/dataControl/users/:targetUserID --> github.com/illacloud/illa-supervisor-backend/src/controller.(*Controller).GetTargetUserByInternalRequest-fm (3 handlers)
[illa-supervisor-backend-internal] [GIN-debug] GET /api/v1/dataControl/teams/byIdentifier/:teamIdentifier --> github.com/illacloud/illa-supervisor-backend/src/controller.(*Controller).GetTargetTeamByIdentifier-fm (3 handlers)
[illa-supervisor-backend-internal] [GIN-debug] [WARNING] You trusted all proxies, this is NOT safe. We recommend you to set a value.
[illa-supervisor-backend-internal] Please check https://pkg.go.dev/github.com/gin-gonic/gin#readme-don-t-trust-all-proxies for details.
[illa-supervisor-backend-internal] [GIN-debug] Listening and serving HTTP on 0.0.0.0:9001
[1;34m[checkout post init status][0m
[1;34m┌[checking porcess postgres][0m
[0;32m├─ postgres 99 0.1 0.3 213340 26964 ? S 05:41 0:00 postgres[0m
[0;32m├─ postgres 111 0.0 0.1 213472 11632 ? Ss 05:41 0:00 postgres: checkpointer [0m
[0;32m├─ postgres 112 0.0 0.0 213340 5840 ? Ss 05:41 0:00 postgres: background writer [0m
[0;32m├─ postgres 113 0.0 0.1 213340 10084 ? Ss 05:41 0:00 postgres: walwriter [0m
[0;32m├─ postgres 114 0.0 0.1 213876 8664 ? Ss 05:41 0:00 postgres: autovacuum launcher [0m
[0;32m├─ postgres 115 0.0 0.0 68208 5872 ? Ss 05:41 0:00 postgres: stats collector [0m
[0;32m├─ postgres 116 0.0 0.0 213756 6608 ? Ss 05:41 0:00 postgres: logical replication launcher [0m
[0;32m├─ postgres 182 0.0 0.1 214272 11864 ? Ss 05:41 0:00 postgres: illa_supervisor illa_supervisor 127.0.0.1(39144) idle[0m
[0;32m├─ postgres 183 0.0 0.1 214272 11916 ? Ss 05:41 0:00 postgres: illa_supervisor illa_supervisor 127.0.0.1(39148) idle[0m
[0;32m├─ postgres 186 0.0 0.1 214272 11864 ? Ss 05:41 0:00 postgres: illa_builder illa_builder 127.0.0.1(39174) idle[0m
[0;32m├─ postgres 189 0.0 0.1 214272 11916 ? Ss 05:41 0:00 postgres: illa_builder illa_builder 127.0.0.1(39194) idle[0m
[1;34m┌[checking porcess redis][0m
[0;32m├─ root 123 0.0 0.1 56660 13476 ? Sl 05:41 0:00 redis-server *:6379[0m
[1;34m┌[checking porcess minio][0m
[0;32m├─ root 125 2.8 1.3 811384 99712 ? Sl 05:41 0:00 /usr/local/bin/minio server /opt/illa/drive/[0m
[1;34m┌[checking porcess envoy][0m
[0;31m├─ [x] can not found process "envoy".[0m
[1;34m┌[checking porcess nginx][0m
[0;32m├─ root 167 0.0 0.0 9736 892 ? Ss 05:41 0:00 nginx: master process nginx -e /dev/stderr[0m
[0;32m├─ nginx 168 0.0 0.0 10132 2552 ? S 05:41 0:00 nginx: worker process[0m
[1;34m┌[checking porcess illa-builder-backend][0m
[0;32m├─ root 127 0.2 0.4 771268 37368 ? Sl 05:41 0:00 /opt/illa/illa-builder-backend/bin/illa-builder-backend[0m
[0;32m├─ root 129 0.2 0.4 752368 33896 ? Sl 05:41 0:00 /opt/illa/illa-builder-backend/bin/illa-builder-backend-ws[0m
[1;34m┌[checking porcess illa-builder-backend-ws][0m
[0;32m├─ root 129 0.2 0.4 752368 33896 ? Sl 05:41 0:00 /opt/illa/illa-builder-backend/bin/illa-builder-backend-ws[0m
[1;34m┌[checking porcess illa-supervisor-backend][0m
[0;32m├─ root 131 0.1 0.2 729160 18520 ? Sl 05:41 0:00 /opt/illa/illa-supervisor-backend/bin/illa-supervisor-backend[0m
[0;32m├─ root 133 0.1 0.2 729408 19556 ? Sl 05:41 0:00 /opt/illa/illa-supervisor-backend/bin/illa-supervisor-backend-internal[0m
[1;34m┌[checking porcess illa-supervisor-backend-internal][0m
[0;32m├─ root 133 0.1 0.2 729408 19556 ? Sl 05:41 0:00 /opt/illa/illa-supervisor-backend/bin/illa-supervisor-backend-internal[0m
[1;34m[checkout post init status] done.[0m
@Kain-90 hi, please use the latest docker image of illa-builder (docker pull illasoft/illa-builder:latest). the latest docker image already bind ap 2022 port.
I use the
kubernetes/illa-builder.yaml
file to deploy the self hosted illacloud, but every time I create a deployment, the log file is as follows, anyone can give me some suggestions?