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

Implement RuntimeConfig RPC #7141

Closed
saschagrunert opened this issue Jul 18, 2023 · 1 comment
Closed

Implement RuntimeConfig RPC #7141

saschagrunert opened this issue Jul 18, 2023 · 1 comment
Milestone

Comments

@saschagrunert
Copy link
Member

kubernetes/kubernetes#118770 got merged which introduces a new RPC:

    // RuntimeConfig returns configuration information of the runtime.
    // A couple of notes:
    // - The RuntimeConfigRequest object is not to be confused with the contents of UpdateRuntimeConfigRequest.
    //   The former is for having runtime tell Kubelet what to do, the latter vice versa.
    // - It is the expectation of the Kubelet that these fields are static for the lifecycle of the Kubelet.
    //   The Kubelet will not re-request the RuntimeConfiguration after startup, and CRI implementations should
    //   avoid updating them without a full node reboot.
    rpc RuntimeConfig(RuntimeConfigRequest) returns (RuntimeConfigResponse) {}

CRI-O should be able to fulfill this request before v1.28.0 got released.

@saschagrunert saschagrunert added this to the 1.28 milestone Jul 18, 2023
@sohankunkerkar
Copy link
Member

related to #7079

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants