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

add domainname spec entity #1156

Merged
merged 1 commit into from
Aug 25, 2022
Merged

add domainname spec entity #1156

merged 1 commit into from
Aug 25, 2022

Commits on Aug 8, 2022

  1. add domainname spec entity

    add the domainname entity so that container runtimes can add special handling similar to hostname. The current workaround of adding a sysctl for kernel.domainname only works with rootful execution in most cases. This will allow for rootless execution.
    
    container runtimes will be able to add special handling as they do for hostname, using setdomainname to add the entry to /proc/sys/kernel/domainname.
    
    Signed-off-by: Charlie Doern <cdoern@redhat.com>
    cdoern committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    744912b View commit details
    Browse the repository at this point in the history