mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 15:13:08 +00:00
Merge pull request #50436 from dixudx/fix_Taint_type_comment
Automatic merge from submit-queue (batch tested with PRs 49129, 50436, 50417, 50553, 47587) Fix Type Taint comment **What this PR does / why we need it**: remvoe redundant words in Type `Taint`. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: /assign @k82cn **Release note**: ```release-note None ```
This commit is contained in:
@@ -2143,7 +2143,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
|
||||
<div class="sect2">
|
||||
<h3 id="_v1_taint">v1.Taint</h3>
|
||||
<div class="paragraph">
|
||||
<p>The node this Taint is attached to has the effect "effect" on any pod that that does not tolerate the Taint.</p>
|
||||
<p>The node this Taint is attached to has the "effect" on any pod that does not tolerate the Taint.</p>
|
||||
</div>
|
||||
<table class="tableblock frame-all grid-all" style="width:100%; ">
|
||||
<colgroup>
|
||||
|
Reference in New Issue
Block a user