内容简介:Kubernetes 1.13.0 alpha 1 发布了,Kubernetes 是一个开源的、用于管理云平台中多个主机上的容器化的应用,Kubernetes 的目标是让部署容器化的应用简单并且高效,Kubernetes 提供了应用部署、规划、更新与维护的...
Kubernetes 1.13.0 alpha 1 发布了,Kubernetes 是一个开源的、用于管理云平台中多个主机上的容器化的应用,Kubernetes 的目标是让部署容器化的应用简单并且高效,Kubernetes 提供了应用部署、规划、更新与维护的一种机制。
此次更新内容如下:
Action Required
kube-apiserver: the deprecated
--etcd-quorum-readflag has been removed, and quorum reads are always enabled when fetching data from etcd. (#69527, @liggitt)Moved staging/src/k8s.io/client-go/tools/bootstrap to staging/src/k8s… (#67356, @yliaog)
[action required] kubeadm: The
v1alpha2config API has been removed. (#69055, @fabriziopandini)Please convert your
v1alpha2configuration files tov1alpha3using thekubeadm config migratecommand of kubeadm v1.12.x
Other notable changes
Refactor factory_test.go to use a fake k8s client. (#69412, @tossmilestone)
kubeadm: fix a case where fetching a kubernetesVersion from the internet still happened even if some commands don't need it. (#69645, @neolit123)
Add tolerations for Stackdriver Logging and Metadata Agents. (#69737, @qingling128)
Fix a bug in the scheduler that could cause the scheduler to go to an infinite loop when all nodes in a zone are removed. (#69758, @bsalamat)
Dry-run is promoted to Beta and will be enabled by default. (#69644, @apelisse)
kubectl get priorityclassnow prints value column by default. (#69431, @Huang-Wei)Added a new container based image for running e2e tests (#69368, @dims)
Remove the deprecated --google-json-key flag from kubelet. (#69354, @yujuhong)
kube-apiserver: fixes
procMountfield incorrectly being marked as required in openapi schema (#69694, @jessfraz)The
LC_ALLandLC_MESSAGESenv vars can now be used to set desired locale forkubectlwhile keepingLANGunchanged. (#69500, @m1kola)Add ability to control primary GID of containers through Pod Spec and PodSecurityPolicy (#67802, @krmayankk)
NodeLifecycleController: Now node lease renewal is treated as the heartbeat signal from the node, in addition to NodeStatus Update. (#69241, @wangzhen127)
[GCE] Enable by default audit logging truncating backend. (#68288, @loburm)
Enable insertId generation, and update Stackdriver Logging Agent image to 0.5-1.5.36-1-k8s. This help reduce log duplication and guarantee log order. (#68920, @qingling128)
Move NodeInfo utils into pkg/scheduler/cache. (#69495, @wgliang)
adds dynamic shared informers to write generic, non-generated controllers (#69308, @p0lyn0mial)
Move CacheComparer to pkg/scheduler/internal/cache/comparer. (#69317, @wgliang)
Updating OWNERS list for vSphere Cloud Provider. (#69187, @SandeepPissay)
The default storage class annotation for the storage addons has been changed to use the GA variant (#68345, @smelchior)
fix GetVolumeLimits log flushing issue (#69558, @andyzhangx)
It is now possible to use named ports in the
kubectl port-forwardcommand (#69477, @m1kola)kubeadm: fix a possible scenario where kubeadm can pull much newer control-plane images (#69301, @neolit123)
test/e2e/e2e.test: (#69105, @pohly) * -viper-config can be used to set also the options defined by command line flags * the default config file is "e2e.yaml/toml/json/..." and the test starts when no such config is found (as before) but if -viper-config is used, the config file must exist * -viper-config can be used to select a file with full path, with or without file suffix * the csiImageVersion/Registry flags were renamed to storage.csi.imageVersion/Registry
Move FakeCache to pkg/scheduler/internal/cache/fake. (#69318, @wgliang)
The "kubectl cp" command now supports path shortcuts (../) in remote paths. (#65189, @juanvallejo)
The runtimeHandler field on the RuntimeClass resource now accepts the empty string. (#69550, @tallclair)
Kubelet can now parse PEM file containing both TLS certificate and key in arbitrary order. Previously key was always required to be first. (#69536, @awly)
Scheduling conformance tests related to daemonsets should set the annotation that relaxes node selection restrictions, if any are set. This ensures conformance tests can run on a wider array of clusters. (#68793, @aveshagarwal)
Replace Parallelize with function ParallelizeUntil and formally deprecate the Parallelize. (#68403, @wgliang)
Move scheduler cache interface and implementation to pkg/scheduler/internal/cache. (#68968, @wgliang)
Any external provider should be aware the cloud-provider interface should be imported from :- (#68310, @cheftako)
cloudprovider "k8s.io/cloud-provider"
kubeadm: Fix a crash if the etcd local alpha phase is called when the configuration contains an external etcd cluster (#69420, @ereslibre)
kubeadm now allows mixing of init/cluster and join configuration in a single YAML file (although a warning gets printed in this case). (#69426, @rosti)
Code-gen: Remove lowercasing for project imports (#68484, @jsturtevant)
Fix client cert setup in delegating authentication logic (#69430, @DirectXMan12)
service.beta.kubernetes.io/aws-load-balancer-internal now supports true and false values, previously it only supported non-empty strings (#69436, @mcrute)
OpenAPI spec and API reference now reflect dryRun query parameter for POST/PUT/PATCH operations (#69359, @roycaihw)
kubeadm: Add a
v1beta1API. (#69289, @fabriziopandini)kube-apiserver has removed support for the
etcd2storage backend (deprecated since v1.9). Existing clusters must migrate etcd v2 data to etcd v3 storage before upgrading to v1.13. (#69310, @liggitt)List operations against the API now return internal server errors instead of partially complete lists when a value cannot be transformed from storage. The updated behavior is consistent with all other operations that require transforming data from storage such as watch and get. (#69399, @mikedanese)
kubectl waitnow supports condition value checks other than true using--for condition=available=false(#69295, @deads2k)CCM server will not listen insecurely if secure port is specified (#68982, @aruneli)
Bump cluster-proportional-autoscaler to 1.3.0 (#69338, @MrHohn)
Rebase docker image on scratch.
fix inconsistency in windows kernel proxy when updating HNS policy. (#68923, @delulu)
Fixes the sample-apiserver so that its BanFlunder admission plugin can be used. (#68417, @MikeSpreitzer)
Fixed CSIDriver API object to allow missing fields. (#69331, @jsafrane)
Rebase docker image on debian-base:0.3.2.
Update defaultbackend image to 1.5. Users should concentrate on updating scripts to the new version. (#69120, @aledbf)
Wait for pod failed event in subpath test. (#69300, @mrunalp)
[GCP] Added env variables to control CPU requests of kube-controller-manager and kube-scheduler. (#68823, @loburm)
Bump up pod short start timeout to 2 minutes. (#69291, @mrunalp)
Use the mounted "/var/run/secrets/kubernetes.io/serviceaccount/token" as the token file for running in-cluster based e2e testing. (#69273, @dims)
apiservice availability related to networking glitches are corrected faster (#68678, @deads2k)
extract volume attachment status checking operation as a common function when attaching a CSI volume (#68931, @mlmhl)
PodSecurityPolicy objects now support a
MayRunAsrule forfsGroupandsupplementalGroupsoptions. This allows specifying ranges of allowed GIDs for pods/containers without forcing a default GID the wayMustRunAsdoes. This means that a container to which such a policy applies to won't use any fsGroup/supplementalGroup GID if not explicitly specified, yet a specified GID must still fall in the GID range according to the policy. (#65135, @stlaz)Images for cloud-controller-manager, kube-apiserver, kube-controller-manager, and kube-scheduler now contain a minimal /etc/nsswitch.conf and should respect /etc/hosts for lookups (#69238, @BenTheElder)
add deprecation warning for all cloud providers (#69171, @andrewsykim)
IPVS proxier mode now support connection based graceful termination. (#66012, @Lion-Wei)
Add fallbacks to ARM API when getting empty node IP from Azure IMDS (#69077, @feiskyer)
Deduplicate PATH items when reading plugins. (#69089, @soltysh)
Adds permissions for startup of an on-cluster kube-controller-manager (#69062, @dghubble)
Fixes issue [#68899](https://github.com/kubernetes/kubernetes/issues/68899) where pods might schedule on an unschedulable node. (#68984, @k82cn)
Returns error if NodeGetInfo fails. (#68979, @xing-yang)
Pod disruption budgets shouldn't be checked for terminal pods while evicting (#68892, @ravisantoshgudimetla)
Fix scheduler crashes when Prioritize Map function returns error. (#68563, @DylanBLE)
kubeadm: create control plane with ClusterFirstWithHostNet DNS policy (#68890, @andrewrynhard)
Reduced excessive logging from fluentd-gcp-scaler. (#68837, @x13n)
adds dynamic lister (#68748, @p0lyn0mial)
kubectl: add the --no-headers flag to
kubectl top ...(#67890, @WanLinghao)Restrict redirect following from the apiserver to same-host redirects, and ignore redirects in some cases. (#66516, @tallclair)
Fixed pod cleanup when /var/lib/kubelet is a symlink. (#68741, @jsafrane)
Add "only_cpu_and_memory" GET parameter to /stats/summary http handler in kubelet. If parameter is true then only cpu and memory will be present in response. (#67829, @krzysztof-jastrzebski)
Start synchronizing pods after network is ready. (#68752, @krzysztof-jastrzebski)
kubectl has gained new --profile and --profile-output options to output go profiles (#68681, @dlespiau)
Provides FSGroup capability on FlexVolume driver. It allows to disable the VolumeOwnership operation when volume is mounted (#68680, @benoitf)
fix UnmountDevice failure on Windows (#68608, @andyzhangx)
Allows changing nodeName in endpoint update. (#68575, @prameshj)
kube-apiserver would return 400 Bad Request when it couldn't decode a json patch. (#68346, @CaoShuFeng)
kube-apiserver would return 422 Unprocessable Entity when a json patch couldn't be applied to one object.
Pass signals to fluentd process (#68064, @gianrubio)
Flex drivers by default do not produce metrics. Flex plugins can enable metrics collection by setting the capability 'supportsMetrics' to true. Make sure the file system can support fs stat to produce metrics in this case. (#67508, @brahmaroutu)
Use monotonically increasing generation to prevent scheduler equivalence cache race. (#67308, @cofyc)
Fix kubelet service file permission warning (#66669, @daixiang0)
Add prometheus metric for scheduling throughput. (#64526, @misterikkit)
test/integration: add a basic test for covering CronJobs (#66937, @mortent)
Make service environment variables optional (#68754, @bradhoekstra)
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《Kubernetes 1.13.0 alpha 1 发布,容器编排工具》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- Docker 容器编排实践练习
- Kubernetes容器编排的三大支柱
- [译] 容器编排的优势与特点
- 1.09 容器编排Kubernetes
- Docker 多容器编排Swarm(六)
- Kubernetes 1.11.0 发布,容器编排工具
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
算法设计与分析基础
Anany Levitin / 潘彦 / 清华大学出版社 / 2015-2-1 / 69.00元
作者基于丰富的教学经验,开发了一套全新的算法分类方法。该分类法站在通用问题求解策略的高度,对现有大多数算法准确分类,从而引领读者沿着一条清晰、一致、连贯的思路来探索算法设计与分析这一迷人领域。《算法设计与分析基础(第3版)》作为第3版,相对前版调整了多个章节的内容和顺序,同时增加了一些算法,并扩展了算法的应用,使得具体算法和通用算法设计技术的对应更加清晰有序;各章累计增加了70道习题,其中包括一些......一起来看看 《算法设计与分析基础》 这本书的介绍吧!