Skip to content
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

fixing docker -d deprecation #20281

Merged
merged 1 commit into from Feb 28, 2016
Merged

fixing docker -d deprecation #20281

merged 1 commit into from Feb 28, 2016

Conversation

aanm
Copy link
Contributor

@aanm aanm commented Jan 28, 2016

docker -d was removed on docker 1.10

I only did a grep "docker -d" in the repo. I hope there isn't a:

docker \
  -d

Signed-off-by: André Martins aanm90@gmail.com

@k8s-github-robot
Copy link

Labelling this PR as size/S

@k8s-github-robot k8s-github-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Jan 28, 2016
@k8s-bot
Copy link

k8s-bot commented Jan 28, 2016

Can one of the admins verify that this patch is reasonable to test? (reply "ok to test", or if you trust the user, reply "add to whitelist")

If this message is too spammy, please complain to ixdy.

1 similar comment
@k8s-bot
Copy link

k8s-bot commented Jan 28, 2016

Can one of the admins verify that this patch is reasonable to test? (reply "ok to test", or if you trust the user, reply "add to whitelist")

If this message is too spammy, please complain to ixdy.

@brendandburns
Copy link
Contributor

When was docker daemon introduced? We need to ensure compatability...

@Random-Liu
Copy link
Member

@dchen1107 dchen1107 assigned dchen1107 and unassigned brendandburns Jan 28, 2016
@dchen1107
Copy link
Member

@aanm Thanks for the pr. @Random-Liu and I talked about this yesterday on removing -d option, including our containervm image too.

@dchen1107
Copy link
Member

Compatibility check: docker daemon was fully introduced for docker 1.8, but it is compatible with docker 1.7 release which we haven't dropped the support yet.

LGTM

@dchen1107 dchen1107 added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 28, 2016
@dchen1107
Copy link
Member

@derekwaynecarr

@aanm
Copy link
Contributor Author

aanm commented Jan 28, 2016

@dchen1107 ah cool thanks for checking that out

@k8s-github-robot
Copy link

@k8s-bot ok to test
@k8s-bot test this

pr builder appears to be missing, activating due to 'lgtm' label.

@dchen1107 dchen1107 removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 28, 2016
@dchen1107
Copy link
Member

My above compatibility check is wrong. There is a copy&paste error when I tested it: instead of passing "daemon", I passed "--daemon" as startup options for my docker daemon.

Just verify it again, it is not compatible with docker 1.7 release. In this case, we have to detect docker version and pass different option based on the version.

@k8s-bot
Copy link

k8s-bot commented Jan 29, 2016

GCE e2e test build/test passed for commit c6ec72d503f760d3a8ddc8c652e6b8dc1cc15f6b.

@aanm
Copy link
Contributor Author

aanm commented Jan 29, 2016

The bash ones were easy. The cluster/saltbase/salt/docker/docker.service is more tricky. Any suggestions?

@k8s-github-robot
Copy link

Labelling this PR as size/M

@k8s-github-robot k8s-github-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jan 29, 2016
@k8s-bot
Copy link

k8s-bot commented Jan 29, 2016

GCE e2e test build/test passed for commit 9268bb2c0200e0bcd786c202ea7b8fc6f94cc229.

@k8s-bot
Copy link

k8s-bot commented Jan 29, 2016

GCE e2e test build/test passed for commit f87f1f02af3fcd20d141d0c38482dd4d7d2253c0.

@k8s-bot
Copy link

k8s-bot commented Jan 29, 2016

GCE e2e test build/test passed for commit b099bf9089faec73a187f54f98b68689eaf7d399.

@luxas
Copy link
Member

luxas commented Jan 29, 2016

@aanm

docker \
    -d 

is unfortunately fully possible. E.g. in docker-multinode scripts.

@k8s-bot
Copy link

k8s-bot commented Feb 4, 2016

Can one of the admins verify that this patch is reasonable to test? (reply "ok to test", or if you trust the user, reply "add to whitelist")

If this message is too spammy, please complain to ixdy.

@aanm
Copy link
Contributor Author

aanm commented Feb 5, 2016

@dchen1107 docker was released today

@dchen1107
Copy link
Member

@aanm Please fix the failure tests. Otherwise lgtm

@k8s-bot
Copy link

k8s-bot commented Feb 14, 2016

GCE e2e test build/test passed for commit 97acdf4.

@k8s-github-robot
Copy link

The author of this PR is not in the whitelist for merge, can one of the admins add the 'ok-to-merge' label?

@aanm
Copy link
Contributor Author

aanm commented Feb 14, 2016

Please note the cluster/saltbase/salt/docker/docker.service is not detecting the different versions of docker so it will fail with versions lower than 1.8.0.

@luxas
Copy link
Member

luxas commented Feb 15, 2016

How is it with Kubernetes docker compability? I think I've heard somewhere that Kubernetes should support three docker versions back. So for v1.2 that would mean: 1.10.0, 1.9.1, 1.8.3, if I understand it correctly.

But I don't know for sure... See #13742

@k8s-bot
Copy link

k8s-bot commented Feb 17, 2016

Can one of the admins verify that this patch is reasonable to test? (reply "ok to test", or if you trust the user, reply "add to whitelist")

If this message is too spammy, please complain to ixdy.

@a-robinson
Copy link
Contributor

Fixes #20980

@dchen1107
Copy link
Member

LGTM

@dchen1107 dchen1107 added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Feb 24, 2016
@k8s-github-robot
Copy link

@k8s-bot test this

Tests are more than 48 hours old. Re-running tests.

@k8s-bot
Copy link

k8s-bot commented Feb 24, 2016

GCE e2e build/test failed for commit 97acdf4.

@wojtek-t
Copy link
Member

@k8s-bot e2e test this please github issue: #22088

@k8s-github-robot
Copy link

@k8s-bot test this issue: #IGNORE

Tests have been pending for 24 hours

@k8s-bot
Copy link

k8s-bot commented Feb 27, 2016

GCE e2e build/test passed for commit 97acdf4.

@k8s-bot
Copy link

k8s-bot commented Feb 27, 2016

GCE e2e build/test passed for commit 97acdf4.

@wojtek-t
Copy link
Member

@k8s-bot unit test this please github issue: #22128

@k8s-github-robot
Copy link

@k8s-bot test this [submit-queue is verifying that this PR is safe to merge]

@k8s-bot
Copy link

k8s-bot commented Feb 28, 2016

GCE e2e build/test passed for commit 97acdf4.

@k8s-github-robot
Copy link

Automatic merge from submit-queue

k8s-github-robot pushed a commit that referenced this pull request Feb 28, 2016
@k8s-github-robot k8s-github-robot merged commit a0b04a6 into kubernetes:master Feb 28, 2016
@aanm aanm deleted the fixing-docker-d branch August 12, 2016 20:49
openshift-publish-robot pushed a commit to openshift/kubernetes that referenced this pull request Jul 30, 2018
UPSTREAM: 64541: Add more kubectl auth reconcile flags

Origin-commit: 1c17e889a44fd6013d69100ae696b57594f41e7f
openshift-publish-robot pushed a commit to openshift/kubernetes that referenced this pull request Jan 29, 2019
UPSTREAM: 64541: Add more kubectl auth reconcile flags

Origin-commit: 1c17e889a44fd6013d69100ae696b57594f41e7f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm "Looks good to me", indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.