| Summary: | Kubernetes packages requirements broken with docker-engine | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Sam McLeod <mailinglists> |
| Component: | kubernetes | Assignee: | Jan Chaloupka <jchaloup> |
| Status: | CLOSED WONTFIX | QA Contact: | atomic-bugs <atomic-bugs> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.4 | Keywords: | Extras, Reopened |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-03-05 13:22:30 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Sam McLeod
2016-02-22 23:22:17 UTC
Note that this was also reported to Docker to suggest that the 'docker-engine' package could provide 'docker', but this has been flagged as a bug with Redhat/CentOS as they should not override existing package names, see https://github.com/docker/docker/issues/20567 Hi Sam,
there is not way to support both docker and docker-engine at the same time. If there will be any support for docker-engine it must first start at docker package.
> I'm not suggesting fix the Redhat packages to also be called 'docker-engine'
> like upstream, I'm simply suggesting that the kubernetes packages should have
> their Docker dependency satisfied by 'docker-engine'.
At the moment, extras ships docker package only. I can not make kubernetes require docker-engine as it would make kubernetes uninstallable and broken update path.
Maybe kubernetes could require virtual "container" or similar name covering any supported containerization technology. Then, docker vs. docker-engine would not be the issue.
For either way I encourage you to solve this problem via customer portal first or your TAM.
This is one of those situations where Docker says it's a Redhat problem and Redhat says it's a Docker problem so we're not going to get anywhere. Is there really no way that the Kubernetes packages can be satisfied by either package 'docker' or package 'docker-engine'. Can you not make the RH Kubernetes packages require '/usr/bin/docker' which can be provided by 'docker' or 'docker-engine'? With apt, this is easy, you simply have an either dependency, with yum/rpm it looks like this is the way you do it. Kubernetes has been deprecated in RHEL. Obsoleted by OpenShift. |