-
Notifications
You must be signed in to change notification settings - Fork 339
Description
Describe the bug
I am trying to deploy
mcr.microsoft.com/azure-sdk/azure-mcp:latest and overriding these options
Container override
args:
- "--debug"
- "--read-only"
- "--insecure-disable-elicitation"
port: 5001
Environment Variable
AZURE_SUBSCRIPTION_ID
AZURE_TENANT_ID
AZURE_CLIENT_ID
AZURE_CLIENT_SECRET
AZURE_MCP_INCLUDE_PRODUCTION_CREDENTIALS : true
While deploying this on AKS, I am not getting any pod/container log even pod status is CrashLoopBackOff.
Not getting enough documentation & support for this. This is blocking further.
Expected behavior
I should be able to deploy azure/mcp through streamable http mode not on stdio mode.
Actual behavior
Kubernetes (AKS) deployment is not working even not getting anything in log.
Reproduction Steps
Use this image and environment variable mcr.microsoft.com/azure-sdk/azure-mcp:latest and overriding these options
Container override
args:
- "--debug"
- "--read-only"
- "--insecure-disable-elicitation"
port: 5001
Environment Variable
AZURE_SUBSCRIPTION_ID
AZURE_TENANT_ID
AZURE_CLIENT_ID
AZURE_CLIENT_SECRET
AZURE_MCP_INCLUDE_PRODUCTION_CREDENTIALS : true
and try to deploy on AKS.
Environment
Development
Metadata
Metadata
Assignees
Labels
Type
Projects
Status