Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase memory limits of livenessprobe and csi-node-driver-registrar Windows containers. #524

Merged
merged 6 commits into from
Aug 5, 2022
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions charts/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ entries:
csi-driver-smb:
- apiVersion: v1
appVersion: v1.8.0
created: "2022-08-01T05:11:18.791512904Z"
created: "2022-08-03T12:02:24.548885231 Z"
description: SMB CSI Driver for Kubernetes
digest: ef810381260a44c95d7b880e7553b34e5c83c15cde6922d7c85de501880b3eba
digest: b58f17c50a0acbcbec5c99600947fb6b625c2d1fba4c1839e14b40986591e8d1
name: csi-driver-smb
urls:
- https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/charts/v1.8.0/csi-driver-smb-v1.8.0.tgz
version: v1.8.0
- apiVersion: v1
appVersion: v1.7.0
created: "2022-08-01T05:11:36.867597709Z"
created: "2022-08-03T12:02:24.584885296Z"
description: SMB CSI Driver for Kubernetes
digest: 6c8d73131f3d9019d44b74730ec3a217f48b1a1bf280711df2307a7e853062c5
digest: 658b22be581458241cb65124fcd36ae694a1e3730334876875d6c94cd2023509
name: csi-driver-smb
urls:
- https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/charts/v1.7.0/csi-driver-smb-v1.7.0.tgz
Expand Down Expand Up @@ -129,11 +129,11 @@ entries:
version: v0.2.0
- apiVersion: v1
appVersion: latest
created: "2022-08-01T05:10:52.803395353Z"
created: "2022-08-03T12:02:24.512885167Z"
description: SMB CSI Driver for Kubernetes
digest: 568eec17c795701366b827d99e82a8b504da7728f8c52e3176bdf311b8263f5d
digest: aba7311f266ea98c7e2a574c493f5eb5a59c46ec0dfbb207ca6353397858160a
name: csi-driver-smb
urls:
- https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/charts/latest/csi-driver-smb-v0.0.0.tgz
version: v0.0.0
generated: "2022-08-01T05:10:52.803395353Z"
generated: "2022-08-03T12:02:24.512885167Z"
Binary file modified charts/latest/csi-driver-smb-v0.0.0.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions charts/latest/csi-driver-smb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,13 @@ windows:
resources:
livenessProbe:
limits:
memory: 100Mi
memory: 128Mi
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's set as 150Mi, provide more buffer?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, I can change that to 150Mi

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All set @andyzhangx

requests:
cpu: 10m
memory: 40Mi
nodeDriverRegistrar:
limits:
memory: 100Mi
memory: 128Mi
requests:
cpu: 10m
memory: 40Mi
Expand Down
Binary file modified charts/v1.7.0/csi-driver-smb-v1.7.0.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions charts/v1.7.0/csi-driver-smb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,13 @@ windows:
resources:
livenessProbe:
limits:
memory: 100Mi
memory: 128Mi
requests:
cpu: 10m
memory: 40Mi
nodeDriverRegistrar:
limits:
memory: 100Mi
memory: 128Mi
requests:
cpu: 10m
memory: 40Mi
Expand Down
Binary file modified charts/v1.8.0/csi-driver-smb-v1.8.0.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions charts/v1.8.0/csi-driver-smb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,13 @@ windows:
resources:
livenessProbe:
limits:
memory: 100Mi
memory: 128Mi
requests:
cpu: 10m
memory: 40Mi
nodeDriverRegistrar:
limits:
memory: 100Mi
memory: 128Mi
requests:
cpu: 10m
memory: 40Mi
Expand Down