Skip to content

Commit

Permalink
Correct a comment
Browse files Browse the repository at this point in the history
Co-authored-by: Yuvi Panda <[email protected]>
  • Loading branch information
sgibson91 and yuvipanda authored Dec 13, 2024
1 parent 8925cdc commit bf7fd62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployer/commands/exec/infra_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def root_homes(

with cluster.auth():
try:
# Ask kube-controller to create a pod
# Ask api-server to create a pod
subprocess.check_call(["kubectl", "create", "-f", tmpf.name])
# Exec into pod
subprocess.check_call(exec_cmd)
Expand Down

0 comments on commit bf7fd62

Please sign in to comment.