Welcome to kubesphere/ks-installer! To learn more about contributing to the ks-installer code repo, check out the Developer Guide.
The KubeSphere community repo contains information about how to get started, how the community organizes, and more.
If you want to test against a component with ks-installer
. Please follow these steps:
- Create a new git feature branch
- Change the Docker image tags of your desired component in file main.yml
- Build the Docker image of
ks-installer
- Please provide a accessible image path, e.g.
make all -e REPO=surenpi/ks-installer
- Please provide a accessible image path, e.g.
- Create a Kubernetes cluster without KubeSphere
- Install a k3s might be easy solution for the test purpose
- Install the ks-installer
- Switch the image to your desired one in file
deploy/kubesphere-installer.yaml
- Install it via:
kubectl apply -f deploy/
- Switch the image to your desired one in file