Santony

Results 2 comments of Santony

Resolution: Add following code volumeMounts: - mountPath: /run/xtables.lock name: xtables-lock readOnly: false - mountPath: /lib/modules name: lib-modules readOnly: true volumes: - name: xtables-lock hostPath: path: /run/xtables.lock type: FileOrCreate - name:...