cyberark / conjur-oss-helm-chart

Helm chart for deploying Conjur OSS to Kubernetes
Apache License 2.0
28 stars 24 forks source link

Nginx container error with IPV6 disabled for the CNI #176

Open cccsss01 opened 1 year ago

cccsss01 commented 1 year ago

Summary

Provide brief overview and context for the discovered bug.

Steps to Reproduce

Kubernetes 1.23 Calico CNI v3.24.3 w/ IPV6 disabled

Expected Results

Successful deployment of conjur-oss -c conjuross-nginx

Actual Results

Deploy of pod failed nginx: [emerg] socket() [::]:9443 failed (97: Address family not supported by protocol)

A clear and concise description of what actually did happen. Include logs and screens shots, whenever possible

Reproducible

I'll check into this

Version/Tag number

v2.0.5

Environment setup

Potentially add documentation to note that the CNI needs ipv6 enabled, or likely add env variable w/in the nginx container config to diabled ipv6, still looking into a solution.