We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Describe the bug
They are many KubectlClient::Apply.file which should have been changed when switching to cnf-default See #2056 et al.
That forbids enforcing Pod Security Standard restricted #2021 (please note a few are fixed in this ongoing PR)
To Reproduce
$ grep -r KubectlClient::Apply |grep -v namespace tasks/platform/resilience.cr: KubectlClient::Apply.file("reboot_daemon_pod.yml") tasks/opa_setup.cr: KubectlClient::Apply.file("constraint_template.yml") tasks/opa_setup.cr: KubectlClient::Apply.file("enforce-image-tag.yml") tasks/utils/cnf_manager.cr: KubectlClient::Apply.file("#{destination_cnf_dir}/#{manifest_directory}") tasks/utils/cnf_manager.cr: KubectlClient::Apply.file(configmap_path) tasks/utils/cnf_manager.cr: KubectlClient::Apply.file("#{destination_cnf_dir}/#{manifest_directory}", kubeconfig: kubeconfig) tasks/utils/mysql.cr: KubectlClient::Apply.file("https://raw.githubusercontent.com/mysql/mysql-operator/trunk/samples/sample-cluster.yaml") tasks/chaos_mesh_setup.cr: # KubectlClient::Apply.file("https://raw.githubusercontent.com/chaos-mesh/chaos-mesh/#{CHAOS_MESH_VERSION}/manifests/crd.yaml") tasks/workload/reliability.cr: KubectlClient::Apply.file(rbac_path) tasks/workload/reliability.cr: KubectlClient::Apply.file("#{destination_cnf_dir}/#{chaos_experiment_name}-chaosengine.yml") tasks/workload/reliability.cr: KubectlClient::Apply.file(rbac_path) tasks/workload/reliability.cr: KubectlClient::Apply.file("#{destination_cnf_dir}/#{chaos_experiment_name}-chaosengine.yml") tasks/workload/reliability.cr: KubectlClient::Apply.file(rbac_path) tasks/workload/reliability.cr: KubectlClient::Apply.file("#{destination_cnf_dir}/#{chaos_experiment_name}-chaosengine.yml") tasks/workload/reliability.cr: KubectlClient::Apply.file(rbac_path) tasks/workload/reliability.cr: KubectlClient::Apply.file("#{destination_cnf_dir}/#{chaos_experiment_name}-chaosengine.yml") tasks/workload/reliability.cr: KubectlClient::Apply.file(rbac_path) tasks/workload/reliability.cr: KubectlClient::Apply.file("#{destination_cnf_dir}/#{chaos_experiment_name}-chaosengine.yml") tasks/workload/reliability.cr: KubectlClient::Apply.file(rbac_path) tasks/workload/reliability.cr: KubectlClient::Apply.file("#{destination_cnf_dir}/#{chaos_experiment_name}-chaosengine.yml") tasks/workload/reliability.cr: KubectlClient::Apply.file(rbac_path) tasks/workload/reliability.cr: KubectlClient::Apply.file("#{destination_cnf_dir}/#{chaos_experiment_name}-chaosengine.yml") tasks/workload/reliability.cr: KubectlClient::Apply.file(rbac_path) tasks/workload/reliability.cr: KubectlClient::Apply.file("#{destination_cnf_dir}/#{chaos_experiment_name}-chaosengine.yml") tasks/workload/configuration.cr: KubectlClient::Apply.file(test_config_map_filename) tasks/workload/configuration.cr: # if KubectlClient::Apply.file(test_config_map_filename) == 0 tasks/workload/configuration.cr: apply_result = KubectlClient::Apply.file(test_config_map_filename) tasks/workload/state.cr: KubectlClient::Apply.file("#{LitmusManager::MODIFIED_LITMUS_FILE}") tasks/workload/state.cr: KubectlClient::Apply.file(rbac_path) tasks/workload/state.cr: KubectlClient::Apply.file("#{destination_cnf_dir}/#{chaos_experiment_name}-chaosengine.yml") tasks/workload/observability.cr: KubectlClient::Apply.file(configmap_path) tasks/litmus_setup.cr: KubectlClient::Apply.file(LitmusManager::LITMUS_OPERATOR)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
They are many KubectlClient::Apply.file which should have been changed when switching to cnf-default
See #2056 et al.
That forbids enforcing Pod Security Standard restricted #2021
(please note a few are fixed in this ongoing PR)
To Reproduce
The text was updated successfully, but these errors were encountered: