Last active
January 10, 2024 18:34
-
-
Save adamancini/588c2911abd229c3d98148c8a82f869b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: "cluster.kurl.sh/v1beta1" | |
kind: "Installer" | |
metadata: | |
name: "patch" | |
spec: | |
firewalldConfig: | |
firewalld: enabled | |
firewalldCmds: | |
- ["--permanent", "--add-port=22/tcp"] | |
- ["--zone=home", "--change-interface=eth0"] | |
bypassFirewalldWarning: true | |
disableFirewalld: false | |
hardFailOnFirewalld: false | |
preserveConfig: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl https://kurl.sh/latest | sudo bash -s installer-spec-file=./firewalld.yaml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment