You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
Overview
Nginx ingress default server port is 8181 which conflicts with kiam.
See documentation here and look for
--default-server-port
.How I found out the error
Set up KIAM using Helm chart version 6.0.0, helmfile config:
agent and server both crashing:
agent log:
server log:
Solution
Use a different agent port, in my case I set it to
agent.host.port: 18181
and it works.Proposal
Probably good idea to use a different default port or at least update the README.
The text was updated successfully, but these errors were encountered: