mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-14 03:45:39 +00:00
Automatic merge from submit-queue (batch tested with PRs 46432, 46701, 46326, 40848, 46396) Fix selfLinks of pods started from manifests **What this PR does / why we need it**: When running `curl http://localhost:10255/pods` the selfLink for pods started from manifests were incorrect. This PR fixes it. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #46357 **Special notes for your reviewer**: @number101010 **Release note**: ```release-note NONE ```