-
Notifications
You must be signed in to change notification settings - Fork 771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add flag to turn off push image when kompose up #1147
Conversation
fix #1105 |
Lmao just when I run into an issue that this would have resolved. |
@jdbohrman you can build the binary from the source code in my repo if you are in a hurry |
@hangyan thanks for the tip, i've been able to succesfully build & run FATA Error while deploying application: Get http://localhost:8080/api: dial tcp [::1]:8080: connect: connection refused Any chance to avoid this? |
@orkenstein unfortunately this issue is not a easy one , the upstream library we use seems does not allow us to change the target port, or it’s possible, but need a lot of time to figured out. Normally Kubernetes will listen on 8080 as an unsecure port, but may be the latest versions has disable it by default.You can check the command args of the apiserver binary, i think it has a flag to enable this. I’m trully sorry for the inconvenience |
@hangyan, ah, no worries. I'd better wait for the release of this feature. Hope it happens soon... |
@cdrage, @containscafeine, could you please review this & merge this? |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Eh! This actually looks pretty good. /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cdrage The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The PR kubernetes#1147 introduced a push-image parameter for the 'up' command that allows to disable pushing the image to the registry. The PR changed the behavior of the 'convert' command that now no longer pushes the image. This commit introduces the same parameter for the 'convert' command and reintroduces the original behavior of pushing the image.
The PR #1147 introduced a push-image parameter for the 'up' command that allows to disable pushing the image to the registry. The PR changed the behavior of the 'convert' command that now no longer pushes the image. This commit introduces the same parameter for the 'convert' command and reintroduces the original behavior of pushing the image.
No description provided.