Skip to content

Commit b5af3b8

Browse files
authored
Merge pull request kubernetes#87079 from gavinfish/drfish_typo_resetting
Fix typo from reseting to resetting
2 parents 176f74e + 5a44cd6 commit b5af3b8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

staging/src/k8s.io/kubelet/pkg/apis/deviceplugin/v1beta1/api.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/kubelet/pkg/apis/deviceplugin/v1beta1/api.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ service DevicePlugin {
6262

6363
// PreStartContainer is called, if indicated by Device Plugin during registeration phase,
6464
// before each container start. Device plugin can run device specific operations
65-
// such as reseting the device before making devices available to the container
65+
// such as resetting the device before making devices available to the container
6666
rpc PreStartContainer(PreStartContainerRequest) returns (PreStartContainerResponse) {}
6767
}
6868

test/e2e/autoscaling/cluster_size_autoscaling.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ var _ = SIGDescribe("Cluster size autoscaling [Slow]", func() {
659659
ReserveMemory(f, "memory-reservation", extraPods, totalMemoryReservation, false, defaultTimeout)
660660

661661
// Apparently GKE master is restarted couple minutes after the node pool is added
662-
// reseting all the timers in scale down code. Adding 5 extra minutes to workaround
662+
// resetting all the timers in scale down code. Adding 5 extra minutes to workaround
663663
// this issue.
664664
// TODO: Remove the extra time when GKE restart is fixed.
665665
framework.ExpectNoError(e2enode.WaitForReadyNodes(c, nodeCount+extraNodes+1, scaleUpTimeout+5*time.Minute))
@@ -710,7 +710,7 @@ var _ = SIGDescribe("Cluster size autoscaling [Slow]", func() {
710710

711711
ginkgo.By("Some node should be removed")
712712
// Apparently GKE master is restarted couple minutes after the node pool is added
713-
// reseting all the timers in scale down code. Adding 10 extra minutes to workaround
713+
// resetting all the timers in scale down code. Adding 10 extra minutes to workaround
714714
// this issue.
715715
// TODO: Remove the extra time when GKE restart is fixed.
716716
framework.ExpectNoError(WaitForClusterSizeFunc(f.ClientSet,

0 commit comments

Comments
 (0)