This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
set -ex | |
kubectl=kubectl | |
version=1.8.0 | |
generator="" | |
node="ip-10-248-38-128" | |
nodefaultctx=0 | |
nodefaultns=0 | |
container_cpu="${KUBECTL_NODE_SHELL_POD_CPU:-100m}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: Pod | |
metadata: | |
labels: | |
run: attacker-pod | |
name: attacker-pod | |
namespace: default | |
spec: | |
containers: | |
- args: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# disable SIP before following these step | |
brew cask install osxfuse | |
brew install ntfs-3g | |
sudo mv /sbin/mount_ntfs /sbin/mount_ntfs.original | |
sudo ln -s /usr/local/Cellar/ntfs-3g/2016.2.22/sbin/mount_ntfs /sbin/mount_ntfs | |
# (the date folder might be different) | |
# then reboot | |
# to check if everything's alright | |
> ls -l /sbin/mount_ntfs* |