Giter VIP home page Giter VIP logo

Comments (4)

neolit123 avatar neolit123 commented on May 19, 2024 1

etcd, pause and coredns versions are hardcoded in a constants file. their version is bumped on each release. the control plane version in 1.11 was mapped to the stable-1.11 endpoint, in 1.12 we moved to stable-1 (this needs a cherry pick enhancement).

from kind.

BenTheElder avatar BenTheElder commented on May 19, 2024

running in the default image:

root@b0816c5f4071:/# kubeadm config images list
k8s.gcr.io/kube-apiserver-amd64:v1.11.3
k8s.gcr.io/kube-controller-manager-amd64:v1.11.3
k8s.gcr.io/kube-scheduler-amd64:v1.11.3
k8s.gcr.io/kube-proxy-amd64:v1.11.3
k8s.gcr.io/pause:3.1
k8s.gcr.io/etcd-amd64:3.2.18
k8s.gcr.io/coredns:1.1.3

Checking upstream, these are ~ mapped by kubernetes version, not config, so we should be able to pre-pull them at build time easily, we probably want to pull .*etcd.* and .*pause.*

ref: https://github.com/kubernetes/kubernetes/blob/69da1f83995f0fa1e555dfacef9e97abc63b9333/cmd/kubeadm/app/constants/constants.go#L376

from kind.

BenTheElder avatar BenTheElder commented on May 19, 2024

Excellent, thanks! For the control plane in docker and bazel builds we have locally built images, but not in apt. For all of them we don't have pause, DNS, etcd since those aren't built in k8s.

from kind.

BenTheElder avatar BenTheElder commented on May 19, 2024

Fixed in #89, will push new images.

from kind.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.