rkt

starting calicoctl container on coreos

|▌冷眼眸甩不掉的悲伤 提交于 2020-01-15 03:49:32
问题 I have CoreOS beta (1153.4.0) I'm trying to run calicoctl to check if my calico networking is properly configured. so I'm trying to run a calicoctl rkt container with the command rkt run quay.io/calico/ctl and I get the output image: using image from local store for image name coreos.com/rkt/stage1-coreos:1.13.0 image: using image from local store for image name quay.io/calico/ctl networking: loading networks from /etc/rkt/net.d networking: loading network default with type ptp [ 2147.433992]

how to create a statically linked golang executable with go 1.5+

好久不见. 提交于 2019-12-12 08:47:31
问题 golang version < 1.5 - there are plenty of static linking examples, posts and recipes. What about >= 1.5? (google search has returned no useful results for my search terms.) Anyone have any recommendations on how to produce a statically linked binary that can be executed inside a basic rkt (from CoreOS) container? my go: $go version go version go1.5 linux/amd64 when I try to run my container: sudo rkt --insecure-skip-verify run /tmp/FastBonusReport.aci I get: [38049.477658] FastBonusReport[4]

viewing log of exited pod

孤人 提交于 2019-12-12 00:57:11
问题 I'm trying to install kubernetes on my CoreOS cluster but it's not that relevant to my question. I'm on Container Linux by CoreOS alpha (1339.0.0) with rkt: rkt Version: 1.25.0 appc Version: 0.8.10 Go Version: go1.7.3 Go OS/Arch: linux/amd64 Features: -TPM +SDJOURNAL I have a specific pod that keeps exiting. for example, rkt list --full shows me: 914c4f3f-6e3a-44c2-a111-bfc91ceb411a kubedns gcr.io/google_containers/kubedns-amd64:1.9 sha512-c7b7c9c4393b exited 2017-03-13 13:34:10.306 +0000 UTC

how to create a statically linked golang executable with go 1.5+

自古美人都是妖i 提交于 2019-12-04 05:03:56
golang version < 1.5 - there are plenty of static linking examples, posts and recipes. What about >= 1.5? (google search has returned no useful results for my search terms.) Anyone have any recommendations on how to produce a statically linked binary that can be executed inside a basic rkt (from CoreOS) container? my go: $go version go version go1.5 linux/amd64 when I try to run my container: sudo rkt --insecure-skip-verify run /tmp/FastBonusReport.aci I get: [38049.477658] FastBonusReport[4]: Error: Unable to open "/lib64/ld-linux-x86-64.so.2": No such file or directory suggesting that the