Skip to content

Commit

Permalink
comment out posthook to test for cluster set up
Browse files Browse the repository at this point in the history
  • Loading branch information
hzeng21 committed Oct 16, 2023
1 parent 297ff69 commit 7562a1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions acto/kubernetes_engine/kind.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def create_cluster(self, name: str, kubeconfig: str):
logging.debug(f.read())
raise e

# comment out to pass the testing for cluster set up
# if self.posthooks:
# for posthook in self.posthooks:
# posthook(apiclient=apiclient)
Expand Down

0 comments on commit 7562a1a

Please sign in to comment.