mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +00:00
Merge pull request #95494 from tosi3k/busybox-tag
Fix the busybox image tag in kubemark hollow nodes
This commit is contained in:
commit
1698af78be
@ -17,7 +17,7 @@ spec:
|
||||
spec:
|
||||
initContainers:
|
||||
- name: init-inotify-limit
|
||||
image: busybox
|
||||
image: busybox:1.32
|
||||
command: ['sysctl', '-w', 'fs.inotify.max_user_instances=1000']
|
||||
securityContext:
|
||||
privileged: true
|
||||
|
Loading…
Reference in New Issue
Block a user