Skip to content
Snippets Groups Projects
Commit ef463c8f authored by kaiyou's avatar kaiyou
Browse files

Temporary fork of runc for embedding it

parent 8a309c25
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,8 @@ replace (
github.com/containernetworking/plugins => github.com/rancher/plugins v1.1.1-k3s1
// issue with NumericDate API changes
gopkg.in/square/go-jose.v2 => gopkg.in/square/go-jose.v2 v2.2.2
// runc local build
github.com/opencontainers/runc => ../runc
k8s.io/api => k8s.io/api v0.26.0-alpha.1
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.26.0-alpha.1
k8s.io/apimachinery => k8s.io/apimachinery v0.26.0-alpha.1
......
......@@ -32,7 +32,7 @@ func (c *Cluster) initEnv() {
if err != nil {
logrus.Fatal(err)
}
for _, name := range []string{"kubectl", "ctr", "mount", "containerd-shim", "containerd-shim-runc-v2"} {
for _, name := range []string{"kubectl", "ctr", "mount", "containerd-shim", "containerd-shim-runc-v2", "runc"} {
err = os.Symlink("/proc/1/exe", path.Join(binDir, name))
}
// Create the admin kubeconfig on master only
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment