Skip to content

Commit

Permalink
updating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Leiner committed May 22, 2024
1 parent b0c6736 commit a7ab49a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions inventory/sample/group_vars/rke2_servers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ rke2_config: {}
# See https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/psa-config-templates#exempting-required-rancher-namespaces
# Available in RKE2 1.25+
# Add a pod security admission config file by specifying the file path on the control host
# Requires config.yaml to include `- admission-control-config-file=/etc/rancher/rke2/pod-security-admission-config.yaml` in order for this to be honored
# pod_security_admission_config_file_path: "{{ playbook_dir }}/sample_files/pod-security-admission-config.yaml"
4 changes: 4 additions & 0 deletions sample_files/pod-security-admission-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#This sample list was generated from:

Check failure on line 1 in sample_files/pod-security-admission-config.yaml

View workflow job for this annotation

GitHub Actions / Lint for push

yaml[comments]

Missing starting space in comment

Check warning on line 1 in sample_files/pod-security-admission-config.yaml

View workflow job for this annotation

GitHub Actions / Lint for push

1:2 [comments] missing starting space in comment

Check failure on line 1 in sample_files/pod-security-admission-config.yaml

View workflow job for this annotation

GitHub Actions / Lint for PR

yaml[comments]

Missing starting space in comment

Check warning on line 1 in sample_files/pod-security-admission-config.yaml

View workflow job for this annotation

GitHub Actions / Lint for PR

1:2 [comments] missing starting space in comment

Check failure on line 1 in sample_files/pod-security-admission-config.yaml

View workflow job for this annotation

GitHub Actions / Lint for PR

yaml[comments]

Missing starting space in comment

Check warning on line 1 in sample_files/pod-security-admission-config.yaml

View workflow job for this annotation

GitHub Actions / Lint for PR

1:2 [comments] missing starting space in comment
#https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/psa-config-templates#exempting-required-rancher-namespaces

Check failure on line 2 in sample_files/pod-security-admission-config.yaml

View workflow job for this annotation

GitHub Actions / Lint for push

yaml[comments]

Missing starting space in comment

Check warning on line 2 in sample_files/pod-security-admission-config.yaml

View workflow job for this annotation

GitHub Actions / Lint for push

2:2 [comments] missing starting space in comment

Check failure on line 2 in sample_files/pod-security-admission-config.yaml

View workflow job for this annotation

GitHub Actions / Lint for PR

yaml[comments]

Missing starting space in comment

Check warning on line 2 in sample_files/pod-security-admission-config.yaml

View workflow job for this annotation

GitHub Actions / Lint for PR

2:2 [comments] missing starting space in comment

Check failure on line 2 in sample_files/pod-security-admission-config.yaml

View workflow job for this annotation

GitHub Actions / Lint for PR

yaml[comments]

Missing starting space in comment

Check warning on line 2 in sample_files/pod-security-admission-config.yaml

View workflow job for this annotation

GitHub Actions / Lint for PR

2:2 [comments] missing starting space in comment
#For security reasons, this list should be as concise as possible - only include active namespaces that need to be except from a restricted profile.

Check failure on line 3 in sample_files/pod-security-admission-config.yaml

View workflow job for this annotation

GitHub Actions / Lint for push

yaml[line-length]

Line too long (148 > 120 characters)

Check failure on line 3 in sample_files/pod-security-admission-config.yaml

View workflow job for this annotation

GitHub Actions / Lint for push

yaml[comments]

Missing starting space in comment

Check warning on line 3 in sample_files/pod-security-admission-config.yaml

View workflow job for this annotation

GitHub Actions / Lint for push

3:2 [comments] missing starting space in comment

Check warning on line 3 in sample_files/pod-security-admission-config.yaml

View workflow job for this annotation

GitHub Actions / Lint for push

3:121 [line-length] line too long (148 > 120 characters)

Check failure on line 3 in sample_files/pod-security-admission-config.yaml

View workflow job for this annotation

GitHub Actions / Lint for PR

yaml[line-length]

Line too long (148 > 120 characters)

Check failure on line 3 in sample_files/pod-security-admission-config.yaml

View workflow job for this annotation

GitHub Actions / Lint for PR

yaml[comments]

Missing starting space in comment

Check warning on line 3 in sample_files/pod-security-admission-config.yaml

View workflow job for this annotation

GitHub Actions / Lint for PR

3:2 [comments] missing starting space in comment

Check warning on line 3 in sample_files/pod-security-admission-config.yaml

View workflow job for this annotation

GitHub Actions / Lint for PR

3:121 [line-length] line too long (148 > 120 characters)

Check failure on line 3 in sample_files/pod-security-admission-config.yaml

View workflow job for this annotation

GitHub Actions / Lint for PR

yaml[line-length]

Line too long (148 > 120 characters)

Check failure on line 3 in sample_files/pod-security-admission-config.yaml

View workflow job for this annotation

GitHub Actions / Lint for PR

yaml[comments]

Missing starting space in comment

Check warning on line 3 in sample_files/pod-security-admission-config.yaml

View workflow job for this annotation

GitHub Actions / Lint for PR

3:2 [comments] missing starting space in comment

Check warning on line 3 in sample_files/pod-security-admission-config.yaml

View workflow job for this annotation

GitHub Actions / Lint for PR

3:121 [line-length] line too long (148 > 120 characters)

---
apiVersion: apiserver.config.k8s.io/v1
kind: AdmissionConfiguration
Expand Down

0 comments on commit a7ab49a

Please sign in to comment.