-
-
Notifications
You must be signed in to change notification settings - Fork 682
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: mv lerna conf to root; fix cluster image build scripts (#672)
- Loading branch information
Showing
5 changed files
with
4,809 additions
and
4,426 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
## Intro | ||
|
||
- charts/* - Helm charts for laf cluster. | ||
- start.sh - Install laf cluster use helm manually. (should install openebs yourself first) | ||
- Kubefile - Build sealos cluster image. ex. `docker.io/lafyun/laf:latest` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
docker.io/lafyun/runtime-node-init:latest | ||
docker.io/lafyun/runtime-node:latest | ||
docker.io/apache/apisix-dashboard:13-alpine | ||
docker.io/apache/apisix-ingress-controller:1.5.0 | ||
quay.io/coreos/etcd:v3.5.4 | ||
docker.io/apache/apisix-dashboard:2.13-alpine | ||
docker.io/apache/apisix-ingress-controller:1.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.