Closed
Description
Using this docker-compose.yml
for example:
version: '3'
services:
seafile:
container_name: seafile
image: seafileltd/seafile:latest
volumes:
- seafile:/shared
restart: always
expose:
- 80/tcp
Does not generate
spec:
ports:
- name: "80"
port: 80
targetPort: 80
However, if I change expose
to ports
, it does, but it is contradictory to the conversion matrix.
Activity
slowr commentedon Mar 7, 2019
exactly, when using expose I just want to expose it to the internal network and when using ports I am doing a mapping to give access to the external network..
imho expose should create a service as well
fejta-bot commentedon Jun 5, 2019
Issues go stale after 90d of inactivity.
Mark the issue as fresh with
/remove-lifecycle stale
.Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with
/close
.Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale
stevefan1999-personal commentedon Jun 5, 2019
/remove-lifecycle stale
longility commentedon Jul 9, 2019
@stevefan1999-personal, you may be more familiar and experienced than me. Is this issue the same as my new one #1154 but asked in a different way? Can you verify if we are trying to achieve the same thing, or are they different?
fejta-bot commentedon Oct 7, 2019
Issues go stale after 90d of inactivity.
Mark the issue as fresh with
/remove-lifecycle stale
.Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with
/close
.Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale
fejta-bot commentedon Nov 6, 2019
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with
/remove-lifecycle rotten
.Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with
/close
.Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle rotten
fejta-bot commentedon Dec 6, 2019
Rotten issues close after 30d of inactivity.
Reopen the issue with
/reopen
.Mark the issue as fresh with
/remove-lifecycle rotten
.Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/close
k8s-ci-robot commentedon Dec 6, 2019
@fejta-bot: Closing this issue.
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
11 remaining items