We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4c7da5 + 1a68899 commit 9640a22Copy full SHA for 9640a22
1 file changed
rootfs/scheduler/__init__.py
@@ -663,6 +663,7 @@ def _create_rc(self, name, image, command, **kwargs): # noqa
663
if unhealthy(resp.status_code):
664
error(resp, 'create ReplicationController "{}" in Namespace "{}"',
665
name, app_name)
666
+ logger.debug('template used: {}'.format(json.dumps(js_template, indent=4)))
667
668
create = False
669
for _ in range(30):
0 commit comments