many things
This commit is contained in:
parent
18a08d623b
commit
a7fad6c9c6
43 changed files with 1246 additions and 54 deletions
9
10-pre-k8s/files/k3s-prereqs.sh
Normal file
9
10-pre-k8s/files/k3s-prereqs.sh
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
main() {
|
||||
#rpm-ostree install https://rpm.rancher.io/k3s-selinux-0.1.1-rc1.el7.noarch.rpm
|
||||
rpm-ostree install --allow-inactive --apply-live https://github.com/k3s-io/k3s-selinux/releases/download/v1.2.stable.2/k3s-selinux-1.2-2.el8.noarch.rpm
|
||||
touch /var/.k3s-selinux-installed
|
||||
return 0
|
||||
}
|
||||
main
|
Loading…
Add table
Add a link
Reference in a new issue