-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not hardcode agent namespace #136
Comments
right. stumbled on this yesterday. |
Hi @Temikus and @alusvedejs Could you also describe what is the use case for you to set custom namespace for CASTAI components? Thanks. |
@anjmao I'm no longer working in that company sadly, but the original issue was the surprising failures when deploying the chart through More broadly - the user-story around namespace names is specific naming conventions used in different places. Hope that helps! |
Hey folks - want to drop a note and say that this is blocking for us. We use a prefix schema on all namespaces that have 3rd party provider software and can't install castai-agent until it can use a custom namespace! |
For future readers, I got on a call with cast.ai customer success and they helped point me towards the values = [
<<-EOF
createNamespace: false
provider: eks
apiKey: <SECRET>
additionalEnv:
LEADER_ELECTION_NAMESPACE: <YOUR_NAMESPACE>
EOF
] |
Agent expects the namespace to be
castai-agent
- otherwise we get:The text was updated successfully, but these errors were encountered: