containerized-data-importer icon indicating copy to clipboard operation
containerized-data-importer copied to clipboard

Add default containerPort for cdi-apiserver deployment

Open scoquelin opened this issue 4 months ago • 2 comments

What this PR does / why we need it:

We have a use case where we run kubevirt/cdi with HostNetwork=true

This PR is just adding containerPort explicitly when creating the deployment for cdi-apiserver so that Kubernetes can pro-actively detect if a pod needs to be assigned to other nodes in case the port is already taken.

Special notes for your reviewer:

Release note:

Explicitly declaring containerPort in cdi-apiserver deployment

scoquelin avatar Oct 17 '24 23:10 scoquelin