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

Update update-rp-filter.sh #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shmcfarl
Copy link

@shmcfarl shmcfarl commented Feb 4, 2022

"uuidgen" generates uppercase values which is a violation. Example: The Pod "netshoot-hostmount-D2E714B0-2285-45C5-B1D7-881F12783C8F" is invalid: metadata.name: Invalid value: "netshoot-hostmount-D2E714B0-2285-45C5-B1D7-881F12783C8F": a lowercase RFC 1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character (e.g. 'example.com', regex used for validation is 'a-z0-9?(.a-z0-9?)*')

"uuidgen" generates uppercase values which is a violation. Example: The Pod "netshoot-hostmount-D2E714B0-2285-45C5-B1D7-881F12783C8F" is invalid: metadata.name: Invalid value: "netshoot-hostmount-D2E714B0-2285-45C5-B1D7-881F12783C8F": a lowercase RFC 1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character (e.g. 'example.com', regex used for validation is '[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*')
@shmcfarl
Copy link
Author

shmcfarl commented Feb 4, 2022

Also in the update-rp-filter file, the pod errors with: │ /bin/bash: line 1: /proc/sys/net/ipv4/conf/eth0/rp_filter: No such file or directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant