Skip to content
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

Newrelic Logging & Infrastructure: Requires Volume var which is of an unsupported type #161

Open
jz-wilson opened this issue Oct 22, 2020 · 1 comment

Comments

@jz-wilson
Copy link

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:

  • name: filesharevolume
    azureFile:
    sharename: acishare
    storageAccountName:
    storageAccountKey:
@devurandom
Copy link

DigitalOcean explains why this is problematic even on clusters that support it: https://www.digitalocean.com/docs/kubernetes/resources/clusterlint-errors/#hostpath-volume

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants