kubespray icon indicating copy to clipboard operation
kubespray copied to clipboard

the output has been hidden due to the fact that 'no_log: true

Open xwbops opened this issue 2 years ago • 5 comments

FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} image

xwbops avatar Jun 28 '22 03:06 xwbops

no_log: true is intentionally specified for

  # This task will avoid logging it's parameters to not leak environment passwords in the log

as https://github.com/kubernetes-sigs/kubespray/blob/master/roles/download/tasks/download_file.yml#L53-L54 According to your log, the issue happened during downloading runc. To investigate the issue, it is necessary to gather more information from your side. That is the reason why the issue should be submitted based on the template(Kubespray version, OS, Ansible version, Python version, etc.) For example, download URLs can be changed due to each component and some Kubespray versions cover such changes, but the others don't. Then Kubespray version is important to dig more.

Please describe the issue based on https://github.com/kubernetes-sigs/kubespray/blob/master/.github/ISSUE_TEMPLATE/bug-report.md

oomichi avatar Jun 28 '22 23:06 oomichi

Also here:

TASK [container-engine/runc : download_file | Download item] *******************************************************************************************************
fatal: [k8s-cl3-m1 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false}
fatal: [k8s-cl3-m2 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false}
fatal: [k8s-cl3-m3 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false}
fatal: [k8s-cl3-w1 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false}
fatal: [k8s-cl3-w2 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false}
fatal: [k8s-cl3-w3 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false}


After changing the log to false

But I think we need to focus on: "download_delegate if download_force_cache else inventory_hostname" cause it's happen on my playbook too. Tried to execute with -vvv and here is the output of failing step:


TASK [container-engine/runc : download_file | Download item] *******************************************************************************************************
task path: /ansible/kubespray/roles/download/tasks/download_file.yml:84
The full traceback is:
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/ansible/executor/task_executor.py", line 504, in _execute
    self._task.post_validate(templar=templar)
  File "/usr/lib/python3.8/site-packages/ansible/playbook/task.py", line 285, in post_validate
    super(Task, self).post_validate(templar)
  File "/usr/lib/python3.8/site-packages/ansible/playbook/base.py", line 650, in post_validate
    value = templar.template(getattr(self, name))
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 913, in template
    d[k] = self.template(
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 869, in template
    result = self.do_template(
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 1139, in do_template
    res = j2_concat(rf)
  File "<template>", line 18, in root
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 298, in wrapper
    ret = func(*args, **kwargs)
  File "/usr/lib/python3.8/site-packages/ansible/plugins/filter/core.py", line 235, in rand
    return r.choice(end)
  File "/usr/lib/python3.8/random.py", line 290, in choice
    raise IndexError('Cannot choose from an empty sequence') from None
IndexError: Cannot choose from an empty sequence
fatal: [k8s-cl3-m1 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => {
    "changed": false
}
The full traceback is:
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/ansible/executor/task_executor.py", line 504, in _execute
    self._task.post_validate(templar=templar)
  File "/usr/lib/python3.8/site-packages/ansible/playbook/task.py", line 285, in post_validate
    super(Task, self).post_validate(templar)
  File "/usr/lib/python3.8/site-packages/ansible/playbook/base.py", line 650, in post_validate
    value = templar.template(getattr(self, name))
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 913, in template
    d[k] = self.template(
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 869, in template
    result = self.do_template(
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 1139, in do_template
    res = j2_concat(rf)
  File "<template>", line 18, in root
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 298, in wrapper
    ret = func(*args, **kwargs)
  File "/usr/lib/python3.8/site-packages/ansible/plugins/filter/core.py", line 235, in rand
    return r.choice(end)
  File "/usr/lib/python3.8/random.py", line 290, in choice
    raise IndexError('Cannot choose from an empty sequence') from None
IndexError: Cannot choose from an empty sequence
fatal: [k8s-cl3-m2 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => {
    "changed": false
}
The full traceback is:
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/ansible/executor/task_executor.py", line 504, in _execute
    self._task.post_validate(templar=templar)
  File "/usr/lib/python3.8/site-packages/ansible/playbook/task.py", line 285, in post_validate
    super(Task, self).post_validate(templar)
  File "/usr/lib/python3.8/site-packages/ansible/playbook/base.py", line 650, in post_validate
    value = templar.template(getattr(self, name))
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 913, in template
    d[k] = self.template(
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 869, in template
    result = self.do_template(
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 1139, in do_template
    res = j2_concat(rf)
  File "<template>", line 18, in root
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 298, in wrapper
    ret = func(*args, **kwargs)
  File "/usr/lib/python3.8/site-packages/ansible/plugins/filter/core.py", line 235, in rand
    return r.choice(end)
  File "/usr/lib/python3.8/random.py", line 290, in choice
    raise IndexError('Cannot choose from an empty sequence') from None
IndexError: Cannot choose from an empty sequence
fatal: [k8s-cl3-m3 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => {
    "changed": false
}
The full traceback is:
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/ansible/executor/task_executor.py", line 504, in _execute
    self._task.post_validate(templar=templar)
  File "/usr/lib/python3.8/site-packages/ansible/playbook/task.py", line 285, in post_validate
    super(Task, self).post_validate(templar)
  File "/usr/lib/python3.8/site-packages/ansible/playbook/base.py", line 650, in post_validate
    value = templar.template(getattr(self, name))
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 913, in template
    d[k] = self.template(
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 869, in template
    result = self.do_template(
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 1139, in do_template
    res = j2_concat(rf)
  File "<template>", line 18, in root
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 298, in wrapper
    ret = func(*args, **kwargs)
  File "/usr/lib/python3.8/site-packages/ansible/plugins/filter/core.py", line 235, in rand
    return r.choice(end)
  File "/usr/lib/python3.8/random.py", line 290, in choice
    raise IndexError('Cannot choose from an empty sequence') from None
IndexError: Cannot choose from an empty sequence
fatal: [k8s-cl3-w1 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => {
    "changed": false
}
The full traceback is:
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/ansible/executor/task_executor.py", line 504, in _execute
    self._task.post_validate(templar=templar)
  File "/usr/lib/python3.8/site-packages/ansible/playbook/task.py", line 285, in post_validate
    super(Task, self).post_validate(templar)
  File "/usr/lib/python3.8/site-packages/ansible/playbook/base.py", line 650, in post_validate
    value = templar.template(getattr(self, name))
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 913, in template
    d[k] = self.template(
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 869, in template
    result = self.do_template(
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 1139, in do_template
    res = j2_concat(rf)
  File "<template>", line 18, in root
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 298, in wrapper
    ret = func(*args, **kwargs)
  File "/usr/lib/python3.8/site-packages/ansible/plugins/filter/core.py", line 235, in rand
    return r.choice(end)
  File "/usr/lib/python3.8/random.py", line 290, in choice
    raise IndexError('Cannot choose from an empty sequence') from None
IndexError: Cannot choose from an empty sequence
fatal: [k8s-cl3-w2 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => {
    "changed": false
}
The full traceback is:
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/ansible/executor/task_executor.py", line 504, in _execute
    self._task.post_validate(templar=templar)
  File "/usr/lib/python3.8/site-packages/ansible/playbook/task.py", line 285, in post_validate
    super(Task, self).post_validate(templar)
  File "/usr/lib/python3.8/site-packages/ansible/playbook/base.py", line 650, in post_validate
    value = templar.template(getattr(self, name))
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 913, in template
    d[k] = self.template(
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 869, in template
    result = self.do_template(
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 1139, in do_template
    res = j2_concat(rf)
  File "<template>", line 18, in root
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 298, in wrapper
    ret = func(*args, **kwargs)
  File "/usr/lib/python3.8/site-packages/ansible/plugins/filter/core.py", line 235, in rand
    return r.choice(end)
  File "/usr/lib/python3.8/random.py", line 290, in choice
    raise IndexError('Cannot choose from an empty sequence') from None
IndexError: Cannot choose from an empty sequence
fatal: [k8s-cl3-w3 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => {
    "changed": false
}

XDavidT avatar Jun 30 '22 10:06 XDavidT

TASK [download : download_file | Validate mirrors] ******************************************************************************************************************************************************* failed: [worker1 -> worker1] (item=None) => {"attempts": 4, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} failed: [worker2 -> worker2] (item=None) => {"attempts": 4, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} failed: [master -> master] (item=None) => {"attempts": 4, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} ok: [worker1 -> worker1] => (item=None) fatal: [worker1 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} ...ignoring ok: [worker2 -> worker2] => (item=None) fatal: [worker2 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} ...ignoring ok: [master -> master] => (item=None) fatal: [master -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} ...ignoring Saturday 09 July 2022 09:36:25 +0700 (0:00:30.954) 0:24:32.361 *********

tranthechinh avatar Jul 09 '22 02:07 tranthechinh

Hi, I suggest simply to change this value to be a parameter. Thanks

AssafKatz3 avatar Jul 13 '22 09:07 AssafKatz3

Also here:

TASK [container-engine/runc : download_file | Download item] *******************************************************************************************************
fatal: [k8s-cl3-m1 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false}
fatal: [k8s-cl3-m2 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false}
fatal: [k8s-cl3-m3 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false}
fatal: [k8s-cl3-w1 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false}
fatal: [k8s-cl3-w2 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false}
fatal: [k8s-cl3-w3 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false}

After changing the log to false

But I think we need to focus on: "download_delegate if download_force_cache else inventory_hostname" cause it's happen on my playbook too. Tried to execute with -vvv and here is the output of failing step:


TASK [container-engine/runc : download_file | Download item] *******************************************************************************************************
task path: /ansible/kubespray/roles/download/tasks/download_file.yml:84
The full traceback is:
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/ansible/executor/task_executor.py", line 504, in _execute
    self._task.post_validate(templar=templar)
  File "/usr/lib/python3.8/site-packages/ansible/playbook/task.py", line 285, in post_validate
    super(Task, self).post_validate(templar)
  File "/usr/lib/python3.8/site-packages/ansible/playbook/base.py", line 650, in post_validate
    value = templar.template(getattr(self, name))
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 913, in template
    d[k] = self.template(
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 869, in template
    result = self.do_template(
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 1139, in do_template
    res = j2_concat(rf)
  File "<template>", line 18, in root
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 298, in wrapper
    ret = func(*args, **kwargs)
  File "/usr/lib/python3.8/site-packages/ansible/plugins/filter/core.py", line 235, in rand
    return r.choice(end)
  File "/usr/lib/python3.8/random.py", line 290, in choice
    raise IndexError('Cannot choose from an empty sequence') from None
IndexError: Cannot choose from an empty sequence
fatal: [k8s-cl3-m1 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => {
    "changed": false
}
The full traceback is:
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/ansible/executor/task_executor.py", line 504, in _execute
    self._task.post_validate(templar=templar)
  File "/usr/lib/python3.8/site-packages/ansible/playbook/task.py", line 285, in post_validate
    super(Task, self).post_validate(templar)
  File "/usr/lib/python3.8/site-packages/ansible/playbook/base.py", line 650, in post_validate
    value = templar.template(getattr(self, name))
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 913, in template
    d[k] = self.template(
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 869, in template
    result = self.do_template(
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 1139, in do_template
    res = j2_concat(rf)
  File "<template>", line 18, in root
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 298, in wrapper
    ret = func(*args, **kwargs)
  File "/usr/lib/python3.8/site-packages/ansible/plugins/filter/core.py", line 235, in rand
    return r.choice(end)
  File "/usr/lib/python3.8/random.py", line 290, in choice
    raise IndexError('Cannot choose from an empty sequence') from None
IndexError: Cannot choose from an empty sequence
fatal: [k8s-cl3-m2 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => {
    "changed": false
}
The full traceback is:
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/ansible/executor/task_executor.py", line 504, in _execute
    self._task.post_validate(templar=templar)
  File "/usr/lib/python3.8/site-packages/ansible/playbook/task.py", line 285, in post_validate
    super(Task, self).post_validate(templar)
  File "/usr/lib/python3.8/site-packages/ansible/playbook/base.py", line 650, in post_validate
    value = templar.template(getattr(self, name))
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 913, in template
    d[k] = self.template(
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 869, in template
    result = self.do_template(
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 1139, in do_template
    res = j2_concat(rf)
  File "<template>", line 18, in root
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 298, in wrapper
    ret = func(*args, **kwargs)
  File "/usr/lib/python3.8/site-packages/ansible/plugins/filter/core.py", line 235, in rand
    return r.choice(end)
  File "/usr/lib/python3.8/random.py", line 290, in choice
    raise IndexError('Cannot choose from an empty sequence') from None
IndexError: Cannot choose from an empty sequence
fatal: [k8s-cl3-m3 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => {
    "changed": false
}
The full traceback is:
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/ansible/executor/task_executor.py", line 504, in _execute
    self._task.post_validate(templar=templar)
  File "/usr/lib/python3.8/site-packages/ansible/playbook/task.py", line 285, in post_validate
    super(Task, self).post_validate(templar)
  File "/usr/lib/python3.8/site-packages/ansible/playbook/base.py", line 650, in post_validate
    value = templar.template(getattr(self, name))
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 913, in template
    d[k] = self.template(
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 869, in template
    result = self.do_template(
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 1139, in do_template
    res = j2_concat(rf)
  File "<template>", line 18, in root
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 298, in wrapper
    ret = func(*args, **kwargs)
  File "/usr/lib/python3.8/site-packages/ansible/plugins/filter/core.py", line 235, in rand
    return r.choice(end)
  File "/usr/lib/python3.8/random.py", line 290, in choice
    raise IndexError('Cannot choose from an empty sequence') from None
IndexError: Cannot choose from an empty sequence
fatal: [k8s-cl3-w1 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => {
    "changed": false
}
The full traceback is:
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/ansible/executor/task_executor.py", line 504, in _execute
    self._task.post_validate(templar=templar)
  File "/usr/lib/python3.8/site-packages/ansible/playbook/task.py", line 285, in post_validate
    super(Task, self).post_validate(templar)
  File "/usr/lib/python3.8/site-packages/ansible/playbook/base.py", line 650, in post_validate
    value = templar.template(getattr(self, name))
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 913, in template
    d[k] = self.template(
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 869, in template
    result = self.do_template(
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 1139, in do_template
    res = j2_concat(rf)
  File "<template>", line 18, in root
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 298, in wrapper
    ret = func(*args, **kwargs)
  File "/usr/lib/python3.8/site-packages/ansible/plugins/filter/core.py", line 235, in rand
    return r.choice(end)
  File "/usr/lib/python3.8/random.py", line 290, in choice
    raise IndexError('Cannot choose from an empty sequence') from None
IndexError: Cannot choose from an empty sequence
fatal: [k8s-cl3-w2 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => {
    "changed": false
}
The full traceback is:
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/ansible/executor/task_executor.py", line 504, in _execute
    self._task.post_validate(templar=templar)
  File "/usr/lib/python3.8/site-packages/ansible/playbook/task.py", line 285, in post_validate
    super(Task, self).post_validate(templar)
  File "/usr/lib/python3.8/site-packages/ansible/playbook/base.py", line 650, in post_validate
    value = templar.template(getattr(self, name))
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 913, in template
    d[k] = self.template(
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 869, in template
    result = self.do_template(
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 1139, in do_template
    res = j2_concat(rf)
  File "<template>", line 18, in root
  File "/usr/lib/python3.8/site-packages/ansible/template/__init__.py", line 298, in wrapper
    ret = func(*args, **kwargs)
  File "/usr/lib/python3.8/site-packages/ansible/plugins/filter/core.py", line 235, in rand
    return r.choice(end)
  File "/usr/lib/python3.8/random.py", line 290, in choice
    raise IndexError('Cannot choose from an empty sequence') from None
IndexError: Cannot choose from an empty sequence
fatal: [k8s-cl3-w3 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => {
    "changed": false
}

Hey! Did you solve this problem?

fatal: [k8s-cl3-m1 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false}

goolzerg avatar Aug 10 '22 13:08 goolzerg

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

k8s-triage-robot avatar Nov 08 '22 14:11 k8s-triage-robot

I have the same issue image

xtodx avatar Nov 14 '22 20:11 xtodx

Same issue

tim-kilian avatar Nov 21 '22 07:11 tim-kilian

Got the same issue anyone got a solution ? ansible version: 2.12.5 python 3.10.6 jinja : 2.11.3 ubuntu version on nodes : 20.24 Note : Task passed when changed the no_log to false is it safe to leave it like that !!

BouzayenMohamed avatar Dec 05 '22 07:12 BouzayenMohamed

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

k8s-triage-robot avatar Jan 04 '23 09:01 k8s-triage-robot

Same issue

tigerblue77 avatar Jan 21 '23 13:01 tigerblue77

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Reopen this issue with /reopen
  • Mark this issue as fresh with /remove-lifecycle rotten
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/close not-planned

k8s-triage-robot avatar Feb 20 '23 14:02 k8s-triage-robot

@k8s-triage-robot: Closing this issue, marking it as "Not Planned".

In response to this:

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Reopen this issue with /reopen
  • Mark this issue as fresh with /remove-lifecycle rotten
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/close not-planned

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

k8s-ci-robot avatar Feb 20 '23 14:02 k8s-ci-robot

/reopen

AssafKatz3 avatar Feb 20 '23 14:02 AssafKatz3

@AssafKatz3: You can't reopen an issue/PR unless you authored it or you are a collaborator.

In response to this:

/reopen

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

k8s-ci-robot avatar Feb 20 '23 14:02 k8s-ci-robot

ASK [reset : reset | find files/dirs with immutable flag in /var/lib/kubelet] *********************************************************************************************************************
fatal: [kube-master01]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false}
fatal: [kube-prom01]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false}
fatal: [kube-node01]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false}
fatal: [kube-node03]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false}
fatal: [kube-node02]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false}

how to fix the config? please😫

Ghostwritten avatar Aug 02 '23 06:08 Ghostwritten

same issue, how to resolve it?

liminmin-cogiot avatar Jan 11 '24 07:01 liminmin-cogiot

same

Deleany avatar Jan 14 '24 08:01 Deleany

/reopen

Deleany avatar Jan 14 '24 08:01 Deleany

@Deleany: You can't reopen an issue/PR unless you authored it or you are a collaborator.

In response to this:

/reopen

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

k8s-ci-robot avatar Jan 14 '24 08:01 k8s-ci-robot