This script provides functionalities to manage K3s installations, including online and offline installation, and firewall configurations. Below are the instructions for using the script.
./k3s/k3s_tool.sh [option]Options
--remove-k3s: Uninstall K3s.
--online-install: Install K3s online.
--offline-prep: Prepare files for offline installation.
--offline-install: Install K3s offline.
--add-node-online: Add a node to the cluster online.
--add-node-offline: Add a node to the cluster offline.
This script provides functionalities to deploy AWX on a Kubernetes cluster. It handles the setup of necessary namespaces, secrets, and configurations, and prompts the user for required input. Below are the instructions for using the script.
Ensure the following prerequisites are met:
gitis installed on the system.kubectlis installed and configured to interact with your Kubernetes cluster.opensslis available for generating certificates.
./operator/deploy_awx.sh