Skip to content

Instantly share code, notes, and snippets.

@janeczku
Created January 11, 2021 23:10
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 janeczku/6e989b7852ee694cd4a15f22616e34c2 to your computer and use it in GitHub Desktop.
Save janeczku/6e989b7852ee694cd4a15f22616e34c2 to your computer and use it in GitHub Desktop.
Fix RHEL8 firewall configuration for Rancher agent
sudo iptables -P FORWARD ACCEPT
echo 'net.ipv4.ip_forward = 1' | sudo tee -a /etc/sysctl.d/50-docker-forward.conf
for mod in ip_tables ip_vs_sh ip_vs ip_vs_rr ip_vs_wrr; do sudo modprobe $mod; echo $mod | sudo tee -a /etc/modules-load.d/iptables.conf; done
sudo dnf -y install network-scripts
sudo systemctl enable network
sudo systemctl disable NetworkManager
@lynsei
Copy link

lynsei commented Jan 12, 2021

@janeczku I know we haven't spoken in quite some time but I was wondering if you might be interested in helping out with my open source collective? We are called GDN and I'm building a robust recommendations engine that is paired with super-awesome fullstack technology designed with a fresh perspective on development.

It's so fresh, I actually wrote a meta-language for it in GraphQL that you can see here ** send me a message back and I can shoot you the pw on keybase.
Here's the systems architecture for the CLI.

@lynsei
Copy link

lynsei commented Jan 12, 2021

The workflow is essentially:

Client Requirements and Rationale (BDD) -> Behaviors -> Conditions, Events -> Actions.
Hope you will write me back.

@lynsei
Copy link

lynsei commented Jan 12, 2021

Part of it is written to use the Rancher CLI, since my cloud is already running Rancher on EC2 with Fargate clusters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment