Merge "Update kubernetes cgroup value for libvirt"
This commit is contained in:
commit
766c5803b9
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm libvirt
|
description: OpenStack-Helm libvirt
|
||||||
name: libvirt
|
name: libvirt
|
||||||
version: 0.1.18
|
version: 0.1.19
|
||||||
home: https://libvirt.org
|
home: https://libvirt.org
|
||||||
sources:
|
sources:
|
||||||
- https://libvirt.org/git/?p=libvirt.git;a=summary
|
- https://libvirt.org/git/?p=libvirt.git;a=summary
|
||||||
|
@ -119,7 +119,7 @@ conf:
|
|||||||
user: "nova"
|
user: "nova"
|
||||||
group: "kvm"
|
group: "kvm"
|
||||||
kubernetes:
|
kubernetes:
|
||||||
cgroup: "kubepods"
|
cgroup: "kubepods.slice"
|
||||||
|
|
||||||
pod:
|
pod:
|
||||||
probes:
|
probes:
|
||||||
|
@ -19,4 +19,5 @@ libvirt:
|
|||||||
- 0.1.16 Update all Ceph images to Focal
|
- 0.1.16 Update all Ceph images to Focal
|
||||||
- 0.1.17 Add ovn.yaml values_override, remove dependency from neutron-ovs-agent module
|
- 0.1.17 Add ovn.yaml values_override, remove dependency from neutron-ovs-agent module
|
||||||
- 0.1.18 Replace node-role.kubernetes.io/master with control-plane
|
- 0.1.18 Replace node-role.kubernetes.io/master with control-plane
|
||||||
|
- 0.1.19 Set kubernetes cgroup value equal kubepods.slice to fit systemd cgroup driver
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user