Created
June 16, 2015 21:03
-
-
Save kelseyhightower/1466a1f66fd33dd6bbdb 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
$ sudo rkt -insecure-skip-verify run docker://quay.io/kelseyhightower/kube-proxy:0.19.0 -- --logtostderr=true --master=http://127.0.0.1:8080 --v=2 | |
rkt: fetching image from docker://quay.io/kelseyhightower/kube-proxy:0.19.0 | |
W0616 21:02:32.055577 4 server.go:86] Failed to start in resource-only container "/kube-proxy": mountpoint for cgroup not found | |
I0616 21:02:32.056930 4 proxier.go:121] Setting proxy IP to 169.254.17.223 and initializing iptables | |
F0616 21:02:32.062893 4 server.go:101] Unable to create proxer: failed to initialize iptables: error creating chain "KUBE-PORTALS-CONTAINER": exit status 3: iptables v1.4.21: can't initialize iptables table `nat': Permission denied (you must be root) | |
Perhaps iptables or your kernel needs to be upgraded. | |
Sending SIGTERM to remaining processes... | |
Sending SIGKILL to remaining processes... | |
Unmounting file systems. | |
Unmounting /opt/stage2/sha512-679d4032884daf6217389fd7b7fe1cdb/rootfs/dev/pts. | |
Unmounting /opt/stage2/sha512-679d4032884daf6217389fd7b7fe1cdb/rootfs/dev/shm. | |
Unmounting /opt/stage2/sha512-679d4032884daf6217389fd7b7fe1cdb/rootfs/sys. | |
Unmounting /opt/stage2/sha512-679d4032884daf6217389fd7b7fe1cdb/rootfs/proc. | |
Unmounting /opt/stage2/sha512-679d4032884daf6217389fd7b7fe1cdb/rootfs/dev/console. | |
Unmounting /opt/stage2/sha512-679d4032884daf6217389fd7b7fe1cdb/rootfs/dev/tty. | |
Unmounting /opt/stage2/sha512-679d4032884daf6217389fd7b7fe1cdb/rootfs/dev/urandom. | |
Unmounting /opt/stage2/sha512-679d4032884daf6217389fd7b7fe1cdb/rootfs/dev/random. | |
Unmounting /opt/stage2/sha512-679d4032884daf6217389fd7b7fe1cdb/rootfs/dev/full. | |
Unmounting /opt/stage2/sha512-679d4032884daf6217389fd7b7fe1cdb/rootfs/dev/zero. | |
Unmounting /opt/stage2/sha512-679d4032884daf6217389fd7b7fe1cdb/rootfs/dev/null. | |
Unmounting /opt/stage2/sha512-679d4032884daf6217389fd7b7fe1cdb/rootfs. | |
Unmounting /proc/sys/kernel/random/boot_id. | |
Unmounting /opt/stage2/sha512-679d4032884daf6217389fd7b7fe1cdb/rootfs. | |
All filesystems unmounted. | |
Halting system. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment