feat: Minor version bump of the EFS CSI driver, update docs for INF1 Neuron support
This commit is contained in:
parent
3b2f763b61
commit
9241990d94
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: kubezero-storage
|
name: kubezero-storage
|
||||||
description: KubeZero umbrella chart for all things storage incl. AWS EBS/EFS, openEBS-lvm, gemini
|
description: KubeZero umbrella chart for all things storage incl. AWS EBS/EFS, openEBS-lvm, gemini
|
||||||
type: application
|
type: application
|
||||||
version: 0.6.0
|
version: 0.6.1
|
||||||
home: https://kubezero.com
|
home: https://kubezero.com
|
||||||
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
||||||
keywords:
|
keywords:
|
||||||
@ -32,7 +32,7 @@ dependencies:
|
|||||||
condition: aws-ebs-csi-driver.enabled
|
condition: aws-ebs-csi-driver.enabled
|
||||||
# repository: https://kubernetes-sigs.github.io/aws-ebs-csi-driver
|
# repository: https://kubernetes-sigs.github.io/aws-ebs-csi-driver
|
||||||
- name: aws-efs-csi-driver
|
- name: aws-efs-csi-driver
|
||||||
version: 2.2.3
|
version: 2.2.6
|
||||||
condition: aws-efs-csi-driver.enabled
|
condition: aws-efs-csi-driver.enabled
|
||||||
# repository: https://kubernetes-sigs.github.io/aws-ebs-csi-driver
|
# repository: https://kubernetes-sigs.github.io/aws-ebs-csi-driver
|
||||||
kubeVersion: ">= 1.20.0"
|
kubeVersion: ">= 1.20.0"
|
||||||
|
@ -1,5 +1,13 @@
|
|||||||
# Helm chart
|
# Helm chart
|
||||||
|
|
||||||
|
# v2.2.6
|
||||||
|
* Bump app/driver version to `v1.3.8`
|
||||||
|
|
||||||
|
|
||||||
|
# v2.2.5
|
||||||
|
* Bump app/driver version to `v1.3.7`
|
||||||
|
|
||||||
|
|
||||||
# v2.2.3
|
# v2.2.3
|
||||||
* Bump app/driver version to `v1.3.6`
|
* Bump app/driver version to `v1.3.6`
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.3.6
|
appVersion: 1.3.8
|
||||||
description: A Helm chart for AWS EFS CSI Driver
|
description: A Helm chart for AWS EFS CSI Driver
|
||||||
home: https://github.com/kubernetes-sigs/aws-efs-csi-driver
|
home: https://github.com/kubernetes-sigs/aws-efs-csi-driver
|
||||||
keywords:
|
keywords:
|
||||||
@ -15,4 +15,4 @@ maintainers:
|
|||||||
name: aws-efs-csi-driver
|
name: aws-efs-csi-driver
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/kubernetes-sigs/aws-efs-csi-driver
|
- https://github.com/kubernetes-sigs/aws-efs-csi-driver
|
||||||
version: 2.2.3
|
version: 2.2.6
|
||||||
|
@ -40,10 +40,9 @@ rules:
|
|||||||
- apiGroups: ["coordination.k8s.io"]
|
- apiGroups: ["coordination.k8s.io"]
|
||||||
resources: ["leases"]
|
resources: ["leases"]
|
||||||
verbs: ["get", "watch", "list", "delete", "update", "create"]
|
verbs: ["get", "watch", "list", "delete", "update", "create"]
|
||||||
- apiGroups: [ "" ]
|
# - apiGroups: [ "" ]
|
||||||
resources: [ "secrets" ]
|
# resources: [ "secrets" ]
|
||||||
verbs: [ "get", "watch", "list" ]
|
# verbs: [ "get", "watch", "list" ]
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
kind: ClusterRoleBinding
|
kind: ClusterRoleBinding
|
||||||
|
@ -9,7 +9,7 @@ replicaCount: 2
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
repository: amazon/aws-efs-csi-driver
|
repository: amazon/aws-efs-csi-driver
|
||||||
tag: "v1.3.6"
|
tag: "v1.3.8"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
sidecars:
|
sidecars:
|
||||||
|
@ -44,6 +44,11 @@ Cri-o now uses crun rather than runc, which reduces the memory overhead *per pod
|
|||||||
|
|
||||||
With 1.22 and the switch to crun, support for [CgroupV2](https://www.kernel.org/doc/Documentation/cgroup-v2.txt) has been enabled.
|
With 1.22 and the switch to crun, support for [CgroupV2](https://www.kernel.org/doc/Documentation/cgroup-v2.txt) has been enabled.
|
||||||
|
|
||||||
|
### AWS Neuron INF support
|
||||||
|
Initial support for [Inf1 instances](https://aws.amazon.com/ec2/instance-types/inf1/) part of [AWS Neuron](https://aws.amazon.com/machine-learning/neuron/).
|
||||||
|
|
||||||
|
Workers automatically load the custom kernel module on these instance types and expose the `/dev/neuron*` devices.
|
||||||
|
|
||||||
## Version upgrades
|
## Version upgrades
|
||||||
- Istio to 1.13.3 using the new Helm [gateway charts](https://istio.io/latest/docs/setup/additional-setup/gateway/)
|
- Istio to 1.13.3 using the new Helm [gateway charts](https://istio.io/latest/docs/setup/additional-setup/gateway/)
|
||||||
- Logging: ECK operator upgraded from 1.6 to 2.1, fluent-bit 1.9.3
|
- Logging: ECK operator upgraded from 1.6 to 2.1, fluent-bit 1.9.3
|
||||||
|
Loading…
Reference in New Issue
Block a user