Skip to content

Commit 93af055

Browse files
hubatishcopybara-github
authored andcommitted
Stub out AddNodepool function
This fixes broken GKE nodepool provision benchmark PiperOrigin-RevId: 824590491
1 parent 610a197 commit 93af055

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

perfkitbenchmarker/container_service.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1789,6 +1789,10 @@ def _GetAddressFromIngress(self, ingress_out: str):
17891789
)
17901790
return 'http://' + ip.strip()
17911791

1792+
def AddNodepool(self, batch_name: str, pool_id: str):
1793+
"""Adds an additional nodepool with the given name to the cluster."""
1794+
pass
1795+
17921796

17931797
@dataclasses.dataclass(eq=True, frozen=True)
17941798
class KubernetesEventResource:

0 commit comments

Comments
 (0)