-
Notifications
You must be signed in to change notification settings - Fork 3.8k
cri: propagate deprecation list to runtime status #9767
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
Conversation
cd443d2 to
566114a
Compare
|
/retest |
Originally posted by @SergeyKanzhelev in kubernetes/kubernetes#123148 (comment) |
566114a to
13dd76e
Compare
Propagate the deprecation list to CRI runtime conditions. The propagated conditions are visible via `crictl info`, but not visible via `kubectl get nodes -o yaml` yet, although the CRI API says "These conditions will be exposed to users to help them understand the status of the system". https://github.com/kubernetes/cri-api/blob/v0.29.1/pkg/apis/runtime/v1/api.proto#L1505-L1509 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
13dd76e to
1b3a96d
Compare
Propagate the deprecation list to CRI runtime conditions.
The propagated conditions are visible via
crictl info, but not visible viakubectl get nodes -o yamlyet, although the CRI API says "These conditions will be exposed to users to help them understand the status of the system".https://github.com/kubernetes/cri-api/blob/v0.29.1/pkg/apis/runtime/v1/api.proto#L1505-L1509