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

Automatic updating fixes (README and Kured options) #1206

Merged
merged 3 commits into from
Feb 22, 2024

Commits on Feb 5, 2024

  1. docs: fix command to trigger OS upgrade

    - when performing transactional-update from CLI another
      configuration is used and afterwards the file
      /var/run/reboot-needed is created, instead of
      /var/run/reboot-required and Kured does not work
      as expected
    - the upgrade has to be triggered using the systemd
      service instead
    jr-dimedis committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    56d6959 View commit details
    Browse the repository at this point in the history
  2. docs: better clarify how automatic updates are controlled

    - it's important to switch off auto upgrading completely
      in the kube.tf and not just by removing the node labels
    - otherwise the labels are created again on each agent
      restart or node reboot
    - the previous wording implied that the labels are only
      an alternative to switching off, but they are actually
      an alternative to switching on.
    jr-dimedis committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    4a7765c View commit details
    Browse the repository at this point in the history
  3. fix: Kured default options for sentinel path

    - path has to point to the host's /var/run mountpoint
      in the container
    jr-dimedis committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    efc7f73 View commit details
    Browse the repository at this point in the history