File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Expand file tree Collapse file tree 3 files changed +2
-7
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 not flex :
74+ if 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:
230- {annotations}
229+ annotations: {annotations}
231230 spec:
232231 priorityClassName: {args.priority}
233232 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
9692 managedResources:
9793 - {managed_resource}
9894---
You can’t perform that action at this time.
0 commit comments