内容简介:rkt v1.20.0 发布,CoreOS 的容器引擎
rkt v1.20.0 发布了,此版本包含对 rkt 核心的多个更改,使其更符合 Kubernetes 的新容器运行时接口(CRI)。
已推出一个新的实验性应用子命令,允许创建“pod sandbox”并在运行时动态修改它。此功能尚未完全稳定,目前正处于实验的状态。
更新内容:
Bug 修复:
-
tests/build-and-run-test.sh: fix systemd revision parameter ( #3395 ).
-
namefetcher: Use ETag in fetchVerifiedURL() ( #3374 ).
-
rkt/run: validates pod manifest to make sure it contains at least one app ( #3363 ).
-
rkt/app: multiple bugfixes ( #3405 ).
其他改进:
-
glide: deduplicate cni entries and update go-systemd ( #3372 ).
-
stage0: improve list --format behavior and flags ( #3403 ).
-
pkg/pod: flatten the pod state if-ladders ( #3404 ).
-
tests: adjust security tests for systemd v232 ( #3401 ).
-
image: export
ImageListEntry
type for image list ( #3383 ). -
glide: bump gopsutil to v2.16.10 ( #3400 ).
-
stage1: update coreos base to alpha 1235.0.0 ( #3388 ).
-
rkt: Implement distribution points ( #3369 ). This is the implementation of the distribution concept proposed in #2953 .
-
build: add --with-stage1-systemd-revision option for src build ( #3362 ).
-
remove isReallyNil() ( #3381 ). This is cleanup PR, removing some reflection based code.
-
vendor: update appc/spec to 0.8.9 ( #3384 ).
-
vendor: Remove direct k8s dependency ( #3312 ).
-
Documentation updates: #3366 , #3376 , #3379 , #3406 , #3410 .
下载地址:
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- 技术选型之Docker容器引擎
- 深度解析阿里百万级开源容器引擎 PouchContainer 的富容器技术
- 云容器云引擎:容器化微服务,Istio占C位出道
- rkt 1.26.0 发布,CoreOS 的容器引擎
- rkt 1.25.0 发布,CoreOS 的容器引擎
- rkt 1.24.0 发布,CoreOS 的容器引擎
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Big C++中文版
霍斯特曼 / 姚爱红 / 电子工业 / 2007-3 / 85.00元
本书是一本关于C++的优秀教材,南圣何塞州立大学知名教授Horstmann编写。全书深入探讨了C++的知识,并着重强调了安全的标准模板库;本书较厚,但它可用做程序设计专业学生的教材(两学期)。全书在介绍基础知识后,作者论及了一些高级主题。书中面向对象的设计一章探讨了软件开发生命周期问题,给出了实现类关联的实用提示。其他高级主题包括模板,C++标准模板库,设计模式,GUI,关系数据库以及XML等。本......一起来看看 《Big C++中文版》 这本书的介绍吧!