Skip to content

Instantly share code, notes, and snippets.

@adamancini
Last active January 10, 2024 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamancini/588c2911abd229c3d98148c8a82f869b to your computer and use it in GitHub Desktop.
Save adamancini/588c2911abd229c3d98148c8a82f869b to your computer and use it in GitHub Desktop.
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
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