File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ def is_TAS_possible(
7171 xpk_print ('capacity_type data was not found in configmaps.' )
7272 xpk_exit (1 )
7373
74- if flex :
74+ if not flex :
7575 return False
7676
7777 if (
Original file line number Diff line number Diff line change 226226 metadata:
227227 labels:
228228 xpk.google.com/workload: {args.workload}
229- annotations: {annotations}
229+ annotations:
230+ {annotations}
230231 spec:
231232 priorityClassName: {args.priority}
232233 restartPolicy: Never
Original file line number Diff line number Diff line change 8989 name: dws-config
9090spec:
9191 provisioningClassName: queued-provisioning.gke.io
92+ podSetUpdates:
93+ nodeSelector:
94+ - key: autoscaling.gke.io/provisioning-request
95+ valueFromProvisioningClassDetail: ResizeRequestName
9296 managedResources:
9397 - {managed_resource}
9498---
You can’t perform that action at this time.
0 commit comments