Skip to content

Commit

Permalink
Merge pull request #324 from jacobwolfaws/master
Browse files Browse the repository at this point in the history
Update max cache tuning README
  • Loading branch information
k8s-ci-robot committed Jun 1, 2023
2 parents a8e3c04 + c5947e8 commit 0cfa179
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/kubernetes/max_cache_tuning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ metadata:
spec:
initContainers:
- name: set-lustre-cache
image: public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v0.9.0
image: amazonlinux:2
command: ["/bin/sh","-c"]
args: ["amazon-linux-extras install lustre -y && /sbin/lctl set_param llite.*.max_cached_mb=32"]
securityContext:
privileged: true
command: ["/sbin/lctl"]
args: ["set_param", "llite.*.max_cached_mb=32"]
containers:
- name: app
image: amazonlinux:2
Expand Down

0 comments on commit 0cfa179

Please sign in to comment.