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 Jun 17, 2024. It is now read-only.
When creating an ACI and specifying multiple volumeMounts with the same mountPath, the service accepts the request and the ACI goes straight into 'Pending' forever. Not forever, because after about half an hour, it goes into something like 'backOff'. The REST service should validate this and return a BadRequest.
PowerShell to reproduce (you can use absolutely any docker image, the ACI will not reach 'Pulling' state):
Adding to this: If - by accident - you set a mount path that is not absolute, e.g. "mymount" instead of "/mymount" the deployment is pending for half an hour and then fails. It should be checked that mount path has to be absolute.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When creating an ACI and specifying multiple volumeMounts with the same mountPath, the service accepts the request and the ACI goes straight into 'Pending' forever. Not forever, because after about half an hour, it goes into something like 'backOff'. The REST service should validate this and return a BadRequest.
PowerShell to reproduce (you can use absolutely any docker image, the ACI will not reach 'Pulling' state):
The text was updated successfully, but these errors were encountered: