Fix DsFromManifest() after we switch from extensions/v1beta1 to apps/v1#64340
Fix DsFromManifest() after we switch from extensions/v1beta1 to apps/v1#64340k8s-github-robot merged 1 commit intokubernetes:masterfrom
Conversation
|
@jiayingz: Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
There is an accidental tar file included in this commit. Please remove it. Otherwise /lgtm /approve |
83a2f5a to
a3236ea
Compare
in cluster/addons/device-plugins/nvidia-gpu/daemonset.yaml.
|
/test pull-kubernetes-e2e-gce-device-plugin-gpu |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jiayingz, vishh The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@jiayingz: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions here. |
|
This PR is not quite right, DaemonSet internals still exists in extensions, you can't update that to apps, which broke these tests. I've fixed those in #64404 but it looks like you have a mess in DS tests :/ |
|
Great, thanks! |
#64340-#64404-upstream-release-1.10 Automatic merge from submit-queue. Automated cherry pick of #64296: Update nvidia-gpu-device-plugin to apps/v1 and use #64340: Fix DsFromManifest() after we switch from extensions/v1beta1 #64404: DaemonSet internals are still in extensions Cherry pick of #64296 #64340 #64404 on release-1.10. #64296: Update nvidia-gpu-device-plugin to apps/v1 and use #64340: Fix DsFromManifest() after we switch from extensions/v1beta1 #64404: DaemonSet internals are still in extensions ```release-note Fix nvidia-gpu-device-plugin DaemonSet config to ensure correct device plugin upgrade ```
in cluster/addons/device-plugins/nvidia-gpu/daemonset.yaml.
What this PR does / why we need it:
Fixes broken node e2e jobs caused by #64296.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
Release note: