-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add issue template for OS validation (#7695)
* Add issue template for OS validation Signed-off-by: rancher-max <max.ross@suse.com>
- Loading branch information
1 parent
efa86a6
commit cc22c80
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
name: Validate Operating System | ||
about: Request validation of an operating system | ||
title: 'Validate OS VERSION' | ||
labels: ["kind/os-validation"] | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- Thanks for helping us to improve K3s! We welcome all OS validation requests. Please fill out each area of the template so we can better help you. Comments like this will be hidden when you post but you can delete them if you wish. --> | ||
|
||
**K3s Versions to be Validated** | ||
<!-- A list of released k3s versions to validate the OS for. --> | ||
|
||
|
||
**Testing Considerations** | ||
<!-- Add/remove test cases that should be considered in addition/as opposed to to the below standard ones. --> | ||
1. Install and run sonobuoy conformance tests on a hardened cluster | ||
2. Validate SUC upgrade | ||
3. Install Rancher Manager | ||
4. Validate snapshot restore via `cluster-reset-restore-path` | ||
|
||
|
||
**Additional Information** | ||
<!-- Add any other information or context about the OS here. Ex. "Please validate with Selinux [...]" --> | ||
|