mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
Fedora and RHEL use etc_t and the convention is <type_name>_t (#7891)
* Fedora and RHEL use etc_t and the convention is <type_name>_t * Docs: specify all values for preinstall_selinux_state * CI: Add Fedora 34 with SELinux in enforcing mode
This commit is contained in:
14
tests/files/packet_fedora34-calico-selinux.yml
Normal file
14
tests/files/packet_fedora34-calico-selinux.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
# Instance settings
|
||||
cloud_image: fedora-34
|
||||
mode: default
|
||||
|
||||
# Kubespray settings
|
||||
deploy_netchecker: true
|
||||
dns_min_replicas: 1
|
||||
kube_network_plugin: calico
|
||||
|
||||
auto_renew_certificates: true
|
||||
|
||||
# Test with SELinux in enforcing mode
|
||||
preinstall_selinux_state: enforcing
|
||||
Reference in New Issue
Block a user