You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
2.1 KiB

  1. <!-- Thanks for sending a pull request! Here are some tips for you:
  2. 1. If this is your first time, please read our contributor guidelines: https://git.k8s.io/community/contributors/guide/first-contribution.md and developer guide https://git.k8s.io/community/contributors/devel/development.md
  3. 2. Please label this pull request according to what type of issue you are addressing, especially if this is a release targeted pull request. For reference on required PR/issue labels, read here:
  4. https://git.k8s.io/community/contributors/devel/sig-release/release.md#issuepr-kind-label
  5. 3. Ensure you have added or ran the appropriate tests for your PR: https://git.k8s.io/community/contributors/devel/sig-testing/testing.md
  6. 4. If you want *faster* PR reviews, read how: https://git.k8s.io/community/contributors/guide/pull-requests.md#best-practices-for-faster-reviews
  7. 5. Follow the instructions for writing a release note: https://git.k8s.io/community/contributors/guide/release-notes.md
  8. 6. If the PR is unfinished, see how to mark it: https://git.k8s.io/community/contributors/guide/pull-requests.md#marking-unfinished-pull-requests
  9. -->
  10. **What type of PR is this?**
  11. > Uncomment only one ` /kind <>` line, hit enter to put that in a new line, and remove leading whitespaces from that line:
  12. >
  13. > /kind api-change
  14. > /kind bug
  15. > /kind cleanup
  16. > /kind design
  17. > /kind documentation
  18. > /kind failing-test
  19. > /kind feature
  20. > /kind flake
  21. **What this PR does / why we need it**:
  22. **Which issue(s) this PR fixes**:
  23. <!--
  24. *Automatically closes linked issue when PR is merged.
  25. Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
  26. _If PR is about `failing-tests or flakes`, please post the related issues/tests in a comment and do not use `Fixes`_*
  27. -->
  28. Fixes #
  29. **Special notes for your reviewer**:
  30. **Does this PR introduce a user-facing change?**:
  31. <!--
  32. If no, just write "NONE" in the release-note block below.
  33. If yes, a release note is required:
  34. Enter your extended release note in the block below. If the PR requires additional action from users switching to the new release, include the string "action required".
  35. -->
  36. ```release-note
  37. ```