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

Set default GRPC listening port for kubearmor as environment variable… #1150

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Chinwendu20
Copy link
Contributor

Purpose of PR?:

Fixes ##275


# Set default GRPC listening port for kubearmor as environment variable
echo "KUBEARMOR_SERVICE=:32767" >> /etc/environment
. /etc/environment
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sourcing of this environment file won't have effect on the env outside of the script. User still has to logout/login for changes to come into effect.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot. I have updated the script

Signed-off-by: Ononiwu Maureen <[email protected]>
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.

Systemd Mode Karmor logs producing error
2 participants