Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rootfs support arm and containerd #94

Closed
cuisongliu opened this issue May 14, 2021 · 2 comments
Closed

rootfs support arm and containerd #94

cuisongliu opened this issue May 14, 2021 · 2 comments
Assignees
Labels
kind/feature Category issues or PRs related to feature request

Comments

@cuisongliu
Copy link
Collaborator

Issue Description

Type: feature request

let rootfs support arm and containerd,we need redeploy ?

Describe what feature you want

Additional context

Add any other context or screenshots about the feature request here.

@cuisongliu cuisongliu added the kind/feature Category issues or PRs related to feature request label May 14, 2021
@cuisongliu cuisongliu self-assigned this May 14, 2021
@cuisongliu
Copy link
Collaborator Author

  • docker support amd64 and arm64
  • containerd used k8s v1.20.0+ ,we need support amd64 and arm64

@cuisongliu
Copy link
Collaborator Author

/var/run/docker/containerd/containerd.toml

version = 0
root = "/var/lib/docker/containerd/daemon"
state = "/var/run/docker/containerd/daemon"
plugin_dir = ""
disabled_plugins = ["cri"]
oom_score = 0

[grpc]
  address = "/var/run/docker/containerd/containerd.sock"
  tcp_address = ""
  tcp_tls_cert = ""
  tcp_tls_key = ""
  uid = 0
  gid = 0
  max_recv_message_size = 16777216
  max_send_message_size = 16777216

[ttrpc]
  address = ""
  uid = 0
  gid = 0

[debug]
  address = "/var/run/docker/containerd/containerd-debug.sock"
  uid = 0
  gid = 0
  level = "warn"

[metrics]
  address = ""
  grpc_histogram = false

[cgroup]
  path = ""

[plugins]
  [plugins.linux]
    shim = "containerd-shim"
    runtime = "runc"
    runtime_root = "/var/lib/docker/runc"
    no_shim = false
    shim_debug = false

@fanux fanux closed this as completed Dec 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Category issues or PRs related to feature request
Projects
None yet
Development

No branches or pull requests

2 participants