You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Thanks for sending a pull request! Here are some tips for you:
2
+
3
+
1. If this is your first time, please read our contributor guidelines: https://git.k8s.io/community/contributors/guide#your-first-contribution and developer guide https://git.k8s.io/community/contributors/devel/development.md#development-guide
4
+
2. Follow the instructions for writing a release note: https://git.k8s.io/community/contributors/guide/release-notes.md
5
+
3. If the PR is unfinished, see how to mark it: https://git.k8s.io/community/contributors/guide/pull-requests.md#marking-unfinished-pull-requests
6
+
-->
7
+
8
+
**What type of PR is this?**
9
+
> Uncomment only one ` /kind <>` line, hit enter to put that in a new line, and remove leading whitespaces from that line:
10
+
>
11
+
> /kind api-change
12
+
> /kind bug
13
+
> /kind cleanup
14
+
> /kind design
15
+
> /kind documentation
16
+
> /kind failing-test
17
+
> /kind feature
18
+
> /kind flake
19
+
20
+
**What this PR does / why we need it**:
21
+
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
+
30
+
**Special notes for your reviewer**:
31
+
32
+
**Does this PR introduce a user-facing change?**:
33
+
<!--
34
+
If no, just write "NONE" in the release-note block below.
35
+
If yes, a release note is required:
36
+
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".
0 commit comments