Skip to content

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Apr 3, 2023

This PR contains a snapshot of yoga from upstream.

Travis Holton and others added 3 commits March 3, 2023 21:28
According to the documentation the first argument to log is either a
domain or a '.' (dot). The current setting of 'log stdout' appears to
blackhole query logs. The default output of log is stdout so the
argument would not be necessary.

Removing `stdout` allows coredns to send query logs to stdout.

Reference: https://coredns.io/plugins/log/

Change-Id: I7837015c37eb58ba43ff42cc8b647c717fa1c650
(cherry picked from commit e4e0843)
If the kubelet container is restarted on a host (during upgrades, or manually)
the bind mounts duplicate into /rootfs and kubelet cannot unmount these.

This leads to stuck terminating pods that must be resolved with either --force
or restart of kubelet container.

Adding 'rslave' means that when the kubelet unmounts volumes at /var/lib/kubelet/pods
this propogates to the host (using 'rshared'), and back into the container in /rootfs.

This bug was likely introduced when mounting of /rootfs was added[0].

[0] https://opendev.org/openstack/magnum/commit/1994e9448a4d131e6305b68e49f1fdcdb5420cef

Change-Id: I44f80ccc97c0eeab98f1edbe4a22763732b7f4da
(cherry picked from commit b318560)
(cherry picked from commit ed63a0d626b030f7d5fa81fe3341b7e8d8ef4a2b)
@github-actions github-actions bot requested a review from a team as a code owner April 3, 2023 08:21
@github-actions github-actions bot added automated Automated action performed by GitHub Actions synchronisation labels Apr 3, 2023
@mnasiadka mnasiadka merged commit d92a110 into stackhpc/yoga Apr 4, 2023
@mnasiadka mnasiadka deleted the upstream/yoga-2023-04-03 branch April 4, 2023 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automated Automated action performed by GitHub Actions synchronisation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants