generate kube shall print spec.enableServiceLinks: false #15478
Labels
Good First Issue
This issue would be a good issue for a first time contributor to undertake.
kind/feature
Categorizes issue or PR as related to a new feature.
kube
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
podman generate kube
shall emitTo my knowledge podman does not utilize the XYZ_SERVICE_PORT any XYZ_SERVICE_PORT environment variables per service called XYZ, when running containers/pod. When the pod created by podman is moved to Kubernetes, these variables will not be needed, too. The above snippet prevents Kubernetes from creating the unused variables.
https://kubernetes.io/docs/concepts/services-networking/connect-applications-service/#accessing-the-service
The text was updated successfully, but these errors were encountered: