Add firewall configuration

This commit is contained in:
Gerald Pinder
2025-05-11 15:00:48 -04:00
parent 6980214f02
commit 8724f2e016
3 changed files with 8 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<service>
<short>RKE API</short>
<description>Open port 6443 for Kubernetes API Server.</description>
<port protocol="tcp" port="6443"/>
</service>