We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d390bff + b503f54 commit 0561cafCopy full SHA for 0561caf
src/xpk/core/nodepool.py
@@ -325,7 +325,7 @@ def run_gke_node_pool_create_command(
325
if args.enable_workload_identity or args.enable_gcsfuse_csi_driver:
326
command += ' --workload-metadata=GKE_METADATA'
327
328
- command += args.custom_nodepool_arguments
+ command += f' {args.custom_nodepool_arguments}'
329
330
task = f'NodepoolCreate-{node_pool_name}'
331
create_commands.append(command)
0 commit comments