hi i am installting the zamamd on the gcp kubenretes and can you please let me know why the zaamad init pod is getting restarted
find the logs here
error: error from server (NotFound): namespaces “zammad-poc2s” not found in namespace “zammad-poc2s”
jitendra_yadav@cloudshell:~ (id-84c077437459ebd4)$ kubectl logs zammad-init-pod-7975564db9-bd9vh -n zammad-poc2
Defaulted container “zammad-init-container” out of: zammad-init-container, gke-gcsfuse-sidecar (init), wait-for-postgres (init)
initialising / updating database…
Clearing cache…
I, [2024-10-15T05:26:01.735529 #22] INFO – : ActionCable is using the redis instance at redis://zammad-redis:6379.
I, [2024-10-15T05:26:01.751927#22-5980] INFO – : Using memcached as Rails cache store.
I, [2024-10-15T05:26:01.752141#22-5980] INFO – : Using the Redis back end for Zammad’s web socket session store.
W, [2024-10-15T05:26:01.954344#22-5980] WARN – : Setting “timezone_default” is empty. Using UTC instead. Please set system timezone.
Executing migrations…
I, [2024-10-15T05:26:08.443409 #31] INFO – : ActionCable is using the redis instance at redis://zammad-redis:6379.
I, [2024-10-15T05:26:08.458367#31-6780] INFO – : Using memcached as Rails cache store.
I, [2024-10-15T05:26:08.458664#31-6780] INFO – : Using the Redis back end for Zammad’s web socket session store.
W, [2024-10-15T05:26:08.655340#31-6780] WARN – : Setting “timezone_default” is empty. Using UTC instead. Please set system timezone.
Synchronizing locales…
I, [2024-10-15T05:26:14.412079 #40] INFO – : ActionCable is using the redis instance at redis://zammad-redis:6379.
I, [2024-10-15T05:26:14.426704#40-5980] INFO – : Using memcached as Rails cache store.
I, [2024-10-15T05:26:14.427073#40-5980] INFO – : Using the Redis back end for Zammad’s web socket session store.
W, [2024-10-15T05:26:14.622451#40-5980] WARN – : Setting “timezone_default” is empty. Using UTC instead. Please set system timezone.
Synchronizing translations…
I, [2024-10-15T05:26:21.497828 #49] INFO – : ActionCable is using the redis instance at redis://zammad-redis:6379.
I, [2024-10-15T05:26:21.512861#49-5980] INFO – : Using memcached as Rails cache store.
I, [2024-10-15T05:26:21.513053#49-5980] INFO – : Using the Redis back end for Zammad’s web socket session store.
W, [2024-10-15T05:26:21.708654#49-5980] WARN – : Setting “timezone_default” is empty. Using UTC instead. Please set system timezone.
changing settings…
I, [2024-10-15T05:27:05.487184 #58] INFO – : ActionCable is using the redis instance at redis://zammad-redis:6379.
I, [2024-10-15T05:27:05.506546#58-5980] INFO – : Using memcached as Rails cache store.
I, [2024-10-15T05:27:05.506761#58-5980] INFO – : Using the Redis back end for Zammad’s web socket session store.
W, [2024-10-15T05:27:05.707949#58-5980] WARN – : Setting “timezone_default” is empty. Using UTC instead. Please set system timezone.
I, [2024-10-15T05:27:09.047017#58-5980] INFO – : Setting.set(‘es_url’, “http://zammad-elasticsearch:9200”)
I, [2024-10-15T05:27:12.417523 #67] INFO – : ActionCable is using the redis instance at redis://zammad-redis:6379.
I, [2024-10-15T05:27:12.433986#67-5980] INFO – : Using memcached as Rails cache store.
I, [2024-10-15T05:27:12.434332#67-5980] INFO – : Using the Redis back end for Zammad’s web socket session store.
W, [2024-10-15T05:27:12.646047#67-5980] WARN – : Setting “timezone_default” is empty. Using UTC instead. Please set system timezone.
I, [2024-10-15T05:27:15.984068#67-5980] INFO – : Setting.set(‘es_index’, “zammad”)
and also there is another podis restarting the rail server
jitendra_yadav@cloudshell:~ (id-84c077437459ebd4)$ kubectl get pods -n zammad-poc2
NAME READY STATUS RESTARTS AGE
elasticsearch-cluster-deployment-655cb4b9f9-9bgnk 2/2 Running 0 2d20h
memcache-cluster-deployment-74c9cf85f9-7sfch 1/1 Running 0 2d20h
nginx-cluster-deployment-5cf4f575b5-wxdv5 2/2 Running 0 2d19h
railsserver-cluster-deployment-7b754dfdf4-jrxz4 1/2 CrashLoopBackOff 134 (3m47s ago) 14h
redis-cluster-deployment-795865b4-rn5bk 2/2 Running 0 40h
scheduler-cluster-deployment-b8b4657b-s87jw 2/2 Running 0 2d20h
websocket-cluster-deployment-7745df949d-g9rw6 2/2 Running 0 2d20h
zammad-init-pod-7975564db9-bd9vh 1/2 CrashLoopBackOff 136 (4m22s ago) 14h
jitendra_yadav@cloudshell:~ (id-84c077437459ebd4)$ ^C
jitendra_yadav@cloudshell:~ (id-84c077437459ebd4)$ kubectl logs railsserver-cluster-deployment-7b754dfdf4-jrxz4 -n zammad-poc2
Defaulted container “zammad-railsserver-container” out of: zammad-railsserver-container, gke-gcsfuse-sidecar (init), wait-for-postgres (init), wait-for-memcache (init), wait-for-redis (init)
waiting for init container to finish install or update…
waiting for init container to finish install or update…
waiting for init container to finish install or update…
waiting for init container to finish install or update…
waiting for init container to finish install or update…
waiting for init container to finish install or update…
starting railsserver… with WEB_CONCURRENCY=0
Puma starting in single mode…
- Puma version: 6.4.2 (ruby 3.1.3-p185) (“The Eagle of Durango”)
- Min threads: 5
- Max threads: 30
- Environment: production
-
PID: 1
I, [2024-10-15T05:27:46.538154 #1] INFO – : ActionCable is using the redis instance at redis://zammad-redis:6379.
I, [2024-10-15T05:27:46.623330#1-6780] INFO – : Using memcached as Rails cache store.
I, [2024-10-15T05:27:46.623919#1-6780] INFO – : Using the Redis back end for Zammad’s web socket session store.
W, [2024-10-15T05:27:46.896903#1-6780] WARN – : Setting “timezone_default” is empty. Using UTC instead. Please set system timezone.
bundler: failed to load command: puma (/usr/local/bundle/bin/puma)
/usr/local/bundle/gems/uri-0.13.0/lib/uri/rfc3986_parser.rb:130:in split': bad URI(is not URI?): "tcp://[::]:tcp://172.16.6.146:3000" (URI::InvalidURIError) from /usr/local/bundle/gems/uri-0.13.0/lib/uri/rfc3986_parser.rb:135:in
parse’
from /usr/local/bundle/gems/uri-0.13.0/lib/uri/common.rb:185:in parse' from /usr/local/bundle/gems/puma-6.4.2/lib/puma/binder.rb:147:in
block in parse’
from /usr/local/bundle/gems/puma-6.4.2/lib/puma/binder.rb:146:in each' from /usr/local/bundle/gems/puma-6.4.2/lib/puma/binder.rb:146:in
parse’
from /usr/local/bundle/gems/puma-6.4.2/lib/puma/runner.rb:168:in load_and_bind' from /usr/local/bundle/gems/puma-6.4.2/lib/puma/single.rb:44:in
run’
from /usr/local/bundle/gems/puma-6.4.2/lib/puma/launcher.rb:194:in run' from /usr/local/bundle/gems/puma-6.4.2/lib/puma/cli.rb:75:in
run’
from /usr/local/bundle/gems/puma-6.4.2/bin/puma:10:in <top (required)>' from /usr/local/bundle/bin/puma:25:in
load’
from /usr/local/bundle/bin/puma:25:in <top (required)>' from /usr/local/bundle/gems/bundler-2.4.1/lib/bundler/cli/exec.rb:58:in
load’
from /usr/local/bundle/gems/bundler-2.4.1/lib/bundler/cli/exec.rb:58:in kernel_load' from /usr/local/bundle/gems/bundler-2.4.1/lib/bundler/cli/exec.rb:23:in
run’
from /usr/local/bundle/gems/bundler-2.4.1/lib/bundler/cli.rb:491:in exec' from /usr/local/bundle/gems/bundler-2.4.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in
run’
from /usr/local/bundle/gems/bundler-2.4.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in invoke_command' from /usr/local/bundle/gems/bundler-2.4.1/lib/bundler/vendor/thor/lib/thor.rb:392:in
dispatch’
from /usr/local/bundle/gems/bundler-2.4.1/lib/bundler/cli.rb:34:in dispatch' from /usr/local/bundle/gems/bundler-2.4.1/lib/bundler/vendor/thor/lib/thor/base.rb:485:in
start’
from /usr/local/bundle/gems/bundler-2.4.1/lib/bundler/cli.rb:28:in start' from /usr/local/bundle/gems/bundler-2.4.1/exe/bundle:45:in
block in <top (required)>’
from /usr/local/bundle/gems/bundler-2.4.1/lib/bundler/friendly_errors.rb:117:in with_friendly_errors' from /usr/local/bundle/gems/bundler-2.4.1/exe/bundle:33:in
<top (required)>’
from /usr/local/bundle/bin/bundle:25:in load' from /usr/local/bundle/bin/bundle:25:in
’
let me what is the issue