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 16e6c3c + e776c29 commit 0945e87Copy full SHA for 0945e87
src/xpk/core/config.py
@@ -22,7 +22,7 @@
22
from ..utils.console import xpk_print
23
24
# This is the version for XPK PyPI package
25
-__version__ = 'v0.10.0'
+__version__ = 'v0.10.1'
26
XPK_CURRENT_VERSION = __version__
27
XPK_CONFIG_FILE = os.path.expanduser('~/.config/xpk/config.yaml')
28
src/xpk/core/kueue.py
@@ -244,10 +244,10 @@
244
periodSeconds: 10
245
resources:
246
limits:
247
- cpu: 500m
+ cpu: 750m
248
memory: {memory_limit_size}
249
requests:
250
251
memory: 512Mi
252
securityContext:
253
allowPrivilegeEscalation: false
0 commit comments