-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Merge branch 'main' into 2-node
- Loading branch information
Showing
17 changed files
with
770 additions
and
188 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
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
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
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
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,106 @@ | ||
{ | ||
"k3s": [ | ||
"1.24.6", | ||
"1.25.2", | ||
"1.26.4", | ||
"1.26.12", | ||
"1.26.14", | ||
"1.27.2", | ||
"1.27.9", | ||
"1.27.11", | ||
"1.27.15", | ||
"1.28.5", | ||
"1.28.7", | ||
"1.28.11", | ||
"1.28.13", | ||
"1.29.0", | ||
"1.29.2", | ||
"1.29.6", | ||
"1.29.8", | ||
"1.30.4" | ||
], | ||
"kubeadm": [ | ||
"1.24.6", | ||
"1.25.2", | ||
"1.25.13", | ||
"1.25.15", | ||
"1.26.4", | ||
"1.26.8", | ||
"1.26.10", | ||
"1.26.12", | ||
"1.26.15", | ||
"1.27.2", | ||
"1.27.5", | ||
"1.27.7", | ||
"1.27.9", | ||
"1.27.11", | ||
"1.27.15", | ||
"1.27.16", | ||
"1.28.2", | ||
"1.28.5", | ||
"1.28.9", | ||
"1.28.11", | ||
"1.28.12", | ||
"1.28.13", | ||
"1.29.0", | ||
"1.29.6", | ||
"1.29.7", | ||
"1.29.8", | ||
"1.30.4" | ||
], | ||
"rke2": [ | ||
"1.24.6", | ||
"1.25.2", | ||
"1.25.13", | ||
"1.26.4", | ||
"1.26.8", | ||
"1.26.10", | ||
"1.26.12", | ||
"1.26.14", | ||
"1.26.15", | ||
"1.27.2", | ||
"1.27.5", | ||
"1.27.7", | ||
"1.27.9", | ||
"1.27.11", | ||
"1.27.13", | ||
"1.27.14", | ||
"1.27.15", | ||
"1.28.2", | ||
"1.28.5", | ||
"1.28.7", | ||
"1.28.9", | ||
"1.28.10", | ||
"1.28.11", | ||
"1.28.12", | ||
"1.29.3", | ||
"1.29.4", | ||
"1.29.5", | ||
"1.29.6", | ||
"1.29.7", | ||
"1.30.3" | ||
], | ||
"kubeadm-fips": [ | ||
"1.24.13", | ||
"1.25.9", | ||
"1.26.4", | ||
"1.26.12", | ||
"1.26.15", | ||
"1.27.2", | ||
"1.27.9", | ||
"1.27.14", | ||
"1.27.15", | ||
"1.27.16", | ||
"1.28.5", | ||
"1.28.10", | ||
"1.28.11", | ||
"1.28.12", | ||
"1.28.13", | ||
"1.29.0", | ||
"1.29.5", | ||
"1.29.6", | ||
"1.29.7", | ||
"1.29.8", | ||
"1.30.4" | ||
] | ||
} |
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,4 @@ | ||
{ | ||
"ubuntu": ["22.04", "20.04"], | ||
"opensuse-leap": ["15.5"] | ||
} |
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,18 @@ | ||
/var/log/stylus-audit.log { | ||
yearly | ||
rotate 2 | ||
missingok | ||
notifempty | ||
compress | ||
dateext | ||
dateformat -%d-%m-%Y | ||
extension .log | ||
maxsize 100M | ||
create 600 root root | ||
# to avoid 'writable by group or others' error | ||
su root root | ||
# reload or restart to point file handle to new log file | ||
postrotate | ||
systemctl try-reload-or-restart rsyslog 2>&1 || true | ||
endscript | ||
} |
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,19 @@ | ||
# Running rsyslog as root. | ||
$PrivDropToUser root | ||
$PrivDropToGroup root | ||
# default config has $Umask 0022 set. That breaks any config related to masks and modes. | ||
$Umask 0000 | ||
|
||
# Mesage format as per rfc5424. | ||
$template ForwardFormat,"<%pri%>1 %timestamp:::date-rfc3339% %HOSTNAME% %syslogtag% %procid% - - %msg%\n" | ||
|
||
# route messages with facility local7 and severity notice to /var/log/stylus-audit.log | ||
if ($syslogfacility-text == 'local7' and $syslogseverity-text == 'notice' and $syslogtag contains 'stylus-audit') then{ | ||
action( | ||
type="omfile" | ||
file="/var/log/stylus-audit.log" | ||
FileCreateMode="0600" | ||
fileowner="root" | ||
template="ForwardFormat" | ||
) & stop | ||
} |
Oops, something went wrong.