kubeadm init因错误的docker版本而失败

时间:2018-05-31 13:14:22

标签: docker kubernetes

安装docker 17.09和kubernetes 1.5组件后。安装后尝试启动kubeadm时 - 它会抛出错误。

import UIKit

class ViewController: UIViewController {

    @IBOutlet weak var tableView: UITableView!

    override func viewDidLoad() {
        super.viewDidLoad()

        tableView.delegate = self
        tableView.dataSource = self
    }

}

extension ViewController: UITableViewDelegate, UITableViewDataSource {
    func numberOfSections(in tableView: UITableView) -> Int {
        return 1
    }

    func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
        return 100
    }

    func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
        let cell = tableView.dequeueReusableCell(withIdentifier: "TestCell", for: indexPath)

        return cell
    }

}

DOCKER_VERSION:17.09.0-ce [预检]发生了一些致命错误:     不支持的泊坞窗版本:17.09.0-ce

kubeadm-1.6.0-0.alpha.0.2074.a092d8e0f95f52.x86_64

现在使用的docker版本是什么。我在哪里可以下载最新的kubernetes包??

1 个答案:

答案 0 :(得分:1)

Kubernetes        Docker
-----------------------------------------------------------
1.2             
                1.9.1 is officially recommended. Docker v1.8.3 and Docker v1.10 are supported. 
                If you are using an older release of Docker, please upgrade. Known issues with Docker 1.9.1

1.3             
                The following versions of Docker Engine are supported - v1.10, v1.11 
                Although v1.9 is still compatible, we recommend upgrading to one of the supported versions. All prior versions of docker will not be supported.
1.4             
                If you are using Kubernetes to manage docker containers, please be aware Kubernetes has been validated to work with docker 1.9.1, docker 1.11.2 (#23397), and docker 1.12.0 (#28698)
1.5
                1.10.3 - 1.12.3, Docker versions as old as may 1.9.1 work with known issues but this is not guaranteed
1.6             
                1.10.3, 1.11.2, 1.12.6 validated, 1.9.x and the belows support removed starting from Kubernetes v1.6.0-beta.2
1.7             
                1.10.3, 1.11.2, 1.12.6 validated
1.8             
                1.11.2, 1.12.6, 1.13.1, 17.03.2 validated
1.9             
                1.11.2 - 1.13.1, 17.03.x validated
1.10            
                minimum supported version is 1.11, 1.11.2 to 1.13.1 and 17.03.x validated
1.11            
                1.11.2 to 1.13.1 and 17.03.x (ref)
1.12            
                1.11.1, 1.12.1, 1.13.1, 17.03, 17.06, 17.09, 18.06.
1.13
                1.11.1, 1.12.1, 1.13.1, 17.03, 17.06, 17.09, 18.06 
1.14
                1.13.1, 17.03, 17.06, 17.09, 18.06, 18.09.
1.15
                kubeadm: bump the minimum supported Docker version to 1.13.1
                (no external dependencies info at the moment)


-----------------------------------------------------------

信息来源: