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

examples: add upgrade YAML for MicroOS #237

Merged
merged 1 commit into from
Apr 28, 2023
Merged

Conversation

aplanas
Copy link
Contributor

@aplanas aplanas commented Apr 21, 2023

No description provided.

@aplanas aplanas marked this pull request as ready for review April 24, 2023 17:21
@aplanas
Copy link
Contributor Author

aplanas commented Apr 24, 2023

This PR is ready for review

Signed-off-by: Alberto Planas <aplanas@suse.com>
@aplanas
Copy link
Contributor Author

aplanas commented Apr 25, 2023

I tested this, and I found one issue with selinux (bsc#1210822) and k3s-selinux (bsc#1210824). Only the first one is important, but this plan has been tested and drive the installation until the end.

@aplanas
Copy link
Contributor Author

aplanas commented Apr 25, 2023

cc @brandond

concurrency: 2
nodeSelector:
matchExpressions:
- {key: node-role.kubernetes.io/worker, operator: In, values: ["true"]}
Copy link
Contributor

@brandond brandond Apr 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure about this? RKE2 and K3s do not use the 'worker' role so this will never match any nodes.

I know that the SLES example also has this, but I don't think it's correct there either.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know, none of these labels will exist by default - I guess the examples assume people understand that they need to label their nodes to match the LabelSelector in the plan? I don't mean to make you fix all of this; I approved so you can merge if you want .

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent. I do not have rights to merge it. Can you do that?

Thanks!

@brandond brandond merged commit b95d7cd into rancher:master Apr 28, 2023
RickCoxDev pushed a commit to RickCoxDev/home-cluster that referenced this pull request May 25, 2023
….11.0 (#887)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[rancher/system-upgrade-controller](https://togithub.com/rancher/system-upgrade-controller)
| Kustomization | minor | `v0.10.0` -> `v0.11.0` |

---

### Release Notes

<details>
<summary>rancher/system-upgrade-controller</summary>

###
[`v0.11.0`](https://togithub.com/rancher/system-upgrade-controller/releases/tag/v0.11.0)

[Compare
Source](https://togithub.com/rancher/system-upgrade-controller/compare/v0.10.0...v0.11.0)

##### What's Changed

- Add support for PodSelector in DrainSpec by
[@&#8203;brandond](https://togithub.com/brandond) in
[rancher/system-upgrade-controller#231
- Set Kubernetes owner references on Job objects by
[@&#8203;brandond](https://togithub.com/brandond) in
[rancher/system-upgrade-controller#235
- examples: add upgrade YAML for MicroOS by
[@&#8203;aplanas](https://togithub.com/aplanas) in
[rancher/system-upgrade-controller#237
- Fix Spec.Drain.PodSelector by
[@&#8203;brandond](https://togithub.com/brandond) in
[rancher/system-upgrade-controller#239
- Bump github.com/rancher/wrangler from
0.8.11-0.20230207214913-209077f2d98f to 0.8.11 in /pkg/apis by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[rancher/system-upgrade-controller#233

##### New Contributors

- [@&#8203;aplanas](https://togithub.com/aplanas) made their first
contribution in
[rancher/system-upgrade-controller#237

**Full Changelog**:
rancher/system-upgrade-controller@v0.10.0...v0.11.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on saturday" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/RickCoxDev/home-cluster).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS43OS4xIiwidXBkYXRlZEluVmVyIjoiMzUuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants