Skip to content

zombat/awx-deployment-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Readme.md

K3s Installation and Management Script

This script provides functionalities to manage K3s installations, including online and offline installation, and firewall configurations. Below are the instructions for using the script.

Usage

./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.

AWX Deployment Script

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.

Prerequisites

Ensure the following prerequisites are met:

  • git is installed on the system.
  • kubectl is installed and configured to interact with your Kubernetes cluster.
  • openssl is available for generating certificates.

Usage

./operator/deploy_awx.sh

About

AWX installer script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages