linuxkit / kubernetes

minimal and immutable Kubernetes images built with LinuxKit
Apache License 2.0
400 stars 75 forks source link

Request: update k8s #91

Open bjwschaap opened 5 years ago

bjwschaap commented 5 years ago

We are in the process of investigating using immutable linuxkit k8s images for production clusters, and for this we would like to use a newer version of kubernetes e.g. 1.14 or newer. We also need to be able to use the Ceph RBD provisioner for PVCs.

I have a working setup in my repo, which depends on https://github.com/linuxkit/linuxkit/issues/3383 I'll create a PR over here as well, because it contains (I think) some valuable information on how to get k8s 1.14 + Ceph RBD to work.

justincormack commented 5 years ago

We should probably update to 1.15 not 1.14 at this point if there are no issues.

On Tue, 23 Jul 2019 at 16:25, Bastiaan Schaap notifications@github.com wrote:

We are in the process of investigating using immutable linuxkit k8s images for production clusters, and for this we would like to use a newer version of kubernetes e.g. 1.14 or newer. We also need to be able to use the Ceph RBD provisioner for PVCs.

I have a working setup in my repo, which depends on linuxkit/linuxkit#3383 https://github.com/linuxkit/linuxkit/issues/3383 I'll create a PR over here as well, because it contains (I think) some valuable information on how to get k8s 1.14 + Ceph RBD to work.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/linuxkit/kubernetes/issues/91?email_source=notifications&email_token=AADVYPCC6UN552OZF55V4FTQA4PFDA5CNFSM4IGFWZU2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HA6RRHQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AADVYPABLSC6ZPLOCNNRYIDQA4PFDANCNFSM4IGFWZUQ .

bjwschaap commented 5 years ago

Ok, I have a working 1.14.4 over here. I'll try and update it to 1.15.1 before submitting the PR.

deitch commented 5 years ago

Thanks @bjwschaap . If you have any real issues getting 1.15.1 to work, then please do submit a PR for 1.14.4 first, so we can get reasonably up to date.

bjwschaap commented 5 years ago

@deitch Submitted PR https://github.com/linuxkit/kubernetes/pull/92 for now. Will update to 1.15.1 when I have it working locally.

I haven't touched the tests (yet), so these will need some work as well...