Giter Site home page Giter Site logo

basefs's Introduction

Rootfs

Introduction

in order to support user build base CloudImage automatically,open this repo and share the related rootfs files. user can use auto-build to do this job and meanwhile using git hub action with issue comment to do it. at the same time you can use this repo to customize your own base CloudImage such as choosing the different CRI plugin version or CNI plugin version,even the default kubernetes cluster configuration and so on.

How to use auto-build

auto-build only accept one arg that is image version,and will use this version to pull related kubernetes container images, so make sure it is a valid value.

default build

this is will build the CloudImage named "kubernetes:v1.22.8" without CNI plugin. and both have two platform: amd64 and arm64 platform. that means you got four CloudImages at the same time.

auto-build v1.22.8

build with specify platform

this will build a CloudImage with amd64 platform.

auto-build v1.22.8 --platform amd64

build with specify CRI

this will build a CloudImage with containerd. if user not specify the CRI ,we use containerd as CloudImage default cri.

auto-build v1.22.8 --cri docker

build with customized CloudImage name

this will build a CloudImage named registry.cn-qingdao.aliyuncs.com/sealer-io/myk8s:v1.22.8

auto-build v1.22.8 --name registry.cn-qingdao.aliyuncs.com/sealer-io/myk8s:v1.22.8

build without pushing

if --no-push=true,then only save at the local repo,default option is pushing to ALI Cloud ACR, and need login first.

auto-build v1.22.8 --no-push

basefs's People

Contributors

bxy4543 avatar allencloud avatar stevent-fei avatar kakazhou719 avatar

Watchers

James Cloos avatar

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.