Jacob Payne
Jacob Payne
The CIS hardening guide specifies setting `"no-new-privileges": true` on the docker daemon. the rke metrics template should set `--no-new-privileges parameter=true` SURE-3724
When a user is creating a new v2 cluster and they select the cilium CNI and enable Project Network Isolation there should be a popup in the form that informs...
``` Error: Invalid index on ../../modules/rancher/outputs.tf line 3, in output "rancher_join_command": 3: value = var.is_mgmt_cluster == false ? "\"${rancher2_cluster.rancher-cluster[0].cluster_registration_token.0.node_command}\"" : "NA" |---------------- | rancher2_cluster.rancher-cluster[0].cluster_registration_token is empty list of object The...
Currently C3OS will search a few pre-defined directories for configuration and select the first configuration file it finds. It would be nice if c3os layers all the configuration files it...
C3os supports flavors that use both openrc and systemd. This can make packaging reusable plugins difficult as they have dramatically different configurations. C3os should create it's own init system or...