Last active
July 16, 2021 17:04
-
-
Save aojea/952c82a58da625fbd9b8aca35f0e63f1 to your computer and use it in GitHub Desktop.
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: | |
name: netkat | |
spec: | |
hostNetwork: true | |
containers: | |
- name: netkat | |
image: aojea/netkat:0.1.1 | |
command: ["/bin/sh", "-ec", "sleep 10000"] | |
securityContext: | |
privileged: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment