We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug description
When deploying the new relic charts to AKS when using aci linux it doesn't allow you to use the /var file path to mount.
Version of Helm and Kubernetes
The versino of Helm and Kubernetes where the problem occurs.
newrelic-logging:1.3.0 and newrelic-infrastructure:1.26.1
The chart name and version.
What happened?
Pod stays in a pending state.
What you expected to happen?
Pod to be healthy.
How to reproduce it?
Create an AKS Cluster using aci and deploy the helm charts.
Anything else we need to know?
The supported ACI volume mount type are AzureFile
Please refer to the following document: https://docs.microsoft.com/en-us/azure/container-instances/container-instances-volume-azure-files#deploy-container-and-mount-volume---yaml
volumes:
The text was updated successfully, but these errors were encountered:
DigitalOcean explains why this is problematic even on clusters that support it: https://www.digitalocean.com/docs/kubernetes/resources/clusterlint-errors/#hostpath-volume
Sorry, something went wrong.
No branches or pull requests
Bug description
When deploying the new relic charts to AKS when using aci linux it doesn't allow you to use the /var file path to mount.
Version of Helm and Kubernetes
The versino of Helm and Kubernetes where the problem occurs.
newrelic-logging:1.3.0 and newrelic-infrastructure:1.26.1
The chart name and version.
What happened?
Pod stays in a pending state.
What you expected to happen?
Pod to be healthy.
How to reproduce it?
Create an AKS Cluster using aci and deploy the helm charts.
Anything else we need to know?
The supported ACI volume mount type are AzureFile
Please refer to the following document: https://docs.microsoft.com/en-us/azure/container-instances/container-instances-volume-azure-files#deploy-container-and-mount-volume---yaml
volumes:
azureFile:
sharename: acishare
storageAccountName:
storageAccountKey:
The text was updated successfully, but these errors were encountered: