Skip to content

'expose' is not converted #1095

Closed
Closed
@stevefan1999-personal

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

slowr commented on Mar 7, 2019

@slowr

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

fejta-bot commented on Jun 5, 2019

@fejta-bot

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

added
lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.
on Jun 5, 2019
stevefan1999-personal

stevefan1999-personal commented on Jun 5, 2019

@stevefan1999-personal
Author

/remove-lifecycle stale

removed
lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.
on Jun 5, 2019
longility

longility commented on Jul 9, 2019

@longility

@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

fejta-bot commented on Oct 7, 2019

@fejta-bot

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

added
lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.
on Oct 7, 2019
fejta-bot

fejta-bot commented on Nov 6, 2019

@fejta-bot

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

added
lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.
and removed
lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.
on Nov 6, 2019
fejta-bot

fejta-bot commented on Dec 6, 2019

@fejta-bot

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

k8s-ci-robot commented on Dec 6, 2019

@k8s-ci-robot
Contributor

@fejta-bot: Closing this issue.

In response to this:

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

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

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

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.kind/discuss

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Participants

    @longility@slowr@hangyan@ChanderG@k8s-ci-robot

    Issue actions

      'expose' is not converted · Issue #1095 · kubernetes/kompose