Skip to content

Jenkins X 3.x GitOps repository using Kind on docker for cloud infrastructure creation and gitea for git with local secrets

License

Notifications You must be signed in to change notification settings

jx3-gitops-repositories/jx3-kind-gitea

Repository files navigation

jx3-kind

Jenkins X 3.x GitOps repository using Docker/Kind to create a kubernetes cluster, gitea for git hosting and local secrets

Prerequisites

Make sure you have installed and are running Docker Desktop

Running

You need to setup some environment variables first...

# if you are on a mac 
export PLATFORM=darwin

# or windows...
export PLATFORM=windows 

# we need your machines local IP address and the gateway & subnet for making the docker network:
export IP="192.168.1.202"
export GATEWAY="192.168.1.254"
export SUBNET="192.168.1.0/16"

once those are setup you can create a kind cluster with gitea and the Jenkins X Git Operator installed via:

./kind.sh create 

to tear it all down again

./kind.sh destroy 

About

Jenkins X 3.x GitOps repository using Kind on docker for cloud infrastructure creation and gitea for git with local secrets

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published