|
@ -1,5 +1,5 @@ |
|
|
#!/bin/bash |
|
|
#!/bin/bash |
|
|
/usr/bin/docker run --privileged --rm \ |
|
|
|
|
|
|
|
|
/usr/bin/docker run --privileged \ |
|
|
--net=host --pid=host --name=kubelet --restart=always \ |
|
|
--net=host --pid=host --name=kubelet --restart=always \ |
|
|
-v /etc/cni:/etc/cni:ro \ |
|
|
-v /etc/cni:/etc/cni:ro \ |
|
|
-v /opt/cni:/opt/cni:ro \ |
|
|
-v /opt/cni:/opt/cni:ro \ |
|
|