kubespray
kubespray copied to clipboard
the output has been hidden due to the fact that 'no_log: true
FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false}
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
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
}
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 *********
Hi, I suggest simply to change this value to be a parameter. Thanks
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}
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
I have the same issue
Same issue
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 !!
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
Same issue
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: 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 closedYou 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.
/reopen
@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.
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😫
same issue, how to resolve it?
same
/reopen
@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.