Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 660 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 660 Bytes

kubernetes-testing

Clone the repository

  1. Open a terminal and navigate to the directory where you want to clone the repository.

  2. Run the following command to clone the repository:

git clone https://github.com/T-Py-T/kubernetes-testing.git

Build the Helm chart

  1. Navigate to the cloned repository root:

  2. Run the following command to build the Helm chart:

kube@kubecontroller:~/kubernetes-testing$ ./scripts/build.sh

Deploy the Helm chart

kube@kubecontroller:~/kubernetes-testing$ ./scripts/deploy.sh

Cleanup

helm uninstall ignition-app

# Nuke if not using anymore
cd ..
rm -rf kubernetes-testing