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

Testing SELlinux images in the CI #1403

Closed
Tracked by #251
davidcassany opened this issue May 7, 2024 · 0 comments · Fixed by #1430
Closed
Tracked by #251

Testing SELlinux images in the CI #1403

davidcassany opened this issue May 7, 2024 · 0 comments · Fixed by #1430

Comments

@davidcassany
Copy link
Contributor

davidcassany commented May 7, 2024

Devoted worflows for K3S should be set independently of any other test. RKE2 provisioning is not ready yet.

We could either create a SELinux channel and then use this channel to pull the SELinux images or either manually the devoted ManagedOSVersions for the SELinux images.

suse/sl-micro/k3s-selinux-os-container
suse/sl-micro/k3s-selinux-iso-image

In additiont the cluster should be set to make use of SELinux, so containerd is properly configured:

kind: Cluster
apiVersion: provisioning.cattle.io/v1
metadata:
  name: volcano
  namespace: fleet-default
spec:
  rkeConfig:
    machineGlobalConfig:
      selinux: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants