Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] [Flatcar] Flatcar will be auto updated if a new version is available #81

Closed
keirazhang opened this issue Jun 30, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@keirazhang
Copy link
Contributor

keirazhang commented Jun 30, 2021

SUMMARY

When flatcar detected a new version, it will automatically reboot the guest in 5 minutes

Broadcast message from locksmithd at 2021-06-30 01:12:57.435199363 +0000 UTC m
System reboot in 5 minutes!

To disable auto update:
If you wish to disable automatic updates permanently, use can configure this with a Container Linux Config. This example will stop update-engine, which executes the updates, and locksmithd, which coordinates reboots across the cluster:

systemd:
  units:
    - name: update-engine.service
      mask: true
    - name: locksmithd.service
      mask: true

Need to disable the auto reboot strategy.

ISSUE TYPE
  • Bug Report
ANSIBLE VERSION

ansible-playbook [core 2.11.1] 
  config file = /root/ansible-vsphere-gos-validation/ansible.cfg
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python3.9/site-packages/ansible
  ansible collection location = /root/.ansible/collections:/usr/share/ansible/collections
  executable location = /usr/bin/ansible-playbook
  python version = 3.9.1 (default, May 19 2021, 10:27:03) [GCC 10.2.0]
  jinja version = 3.0.1
  libyaml = True


ENVIRONMENT / OS

Flatcar

@keirazhang keirazhang added the bug Something isn't working label Jun 30, 2021
@keirazhang keirazhang self-assigned this Jun 30, 2021
keirazhang added a commit to keirazhang/ansible-vsphere-gos-validation that referenced this issue Jun 30, 2021
Signed-off-by: Qi Zhang <qiz@vmware.com>
keirazhang added a commit to keirazhang/ansible-vsphere-gos-validation that referenced this issue Jun 30, 2021
Signed-off-by: Qi Zhang <qiz@vmware.com>
keirazhang added a commit to keirazhang/ansible-vsphere-gos-validation that referenced this issue Jul 1, 2021
Signed-off-by: Qi Zhang <qiz@vmware.com>
@Tomorrow9
Copy link
Member

Fixed in #80

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants