mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
typo fix from utilites to utilities
Signed-off-by: Yongxin Li <yxli@alauda.io>
This commit is contained in:
parent
e763a3c56d
commit
6a98ce78e4
@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
*/
|
||||
|
||||
// package taints implements utilites for working with taints
|
||||
// package taints implements utilities for working with taints
|
||||
package taints
|
||||
|
||||
import (
|
||||
|
@ -1290,7 +1290,7 @@ func makeLocalPod(config *localTestConfig, volume *localTestVolume, cmd string)
|
||||
return pod
|
||||
}
|
||||
if volume.localVolumeType == BlockLocalVolumeType {
|
||||
// Block e2e tests require utilities for writing to block devices (e.g. dd), and nginx has this utilites.
|
||||
// Block e2e tests require utilities for writing to block devices (e.g. dd), and nginx has this utilities.
|
||||
pod.Spec.Containers[0].Image = imageutils.GetE2EImage(imageutils.Nginx)
|
||||
}
|
||||
return pod
|
||||
|
Loading…
Reference in New Issue
Block a user