Replies: 2 comments 1 reply
-
Are you trying to change the socket path of the embedded containerd, or are you running your own containerd and want RKE2 to use that instead? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Brad,
I was trying to change the socket path of the embedded containers, but I
assume both solution would do the job.
A quick look at the source code show that containerd socket path is a const
field so maybe can't be overidden ?
Is there a doc showing how to use a custom containerd ?
Thanks for your help
Le lun. 28 févr. 2022 à 18:40, Brad Davidson ***@***.***> a
écrit :
… Are you trying to change the socket path of the embedded containerd, or
are you running your own containerd and want RKE2 to use that instead?
—
Reply to this email directly, view it on GitHub
<#2513 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI6QN6IPJDH4GPNVUA53VZTU5OXRPANCNFSM5PQXLFEQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jube-pimy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to change the command executed when launching my rke2-server.
I currently use systemctl to start rke2-server.service, which automatically create kubelet and containerd process.
I need to change containerd command line arguments to set a specific socket path.
As you can see, containerd command is :
I want to change the socket path "-a" parameter to lets say /tmp/containerd.sock
I tried to create a config.toml.tmpl to change the grpc address but command still unchanged...
Where does the -a arg comes from ?
Do you have any tips ?
Beta Was this translation helpful? Give feedback.
All reactions