forked from sealerio/sealer
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
414b256
commit 97758e1
Showing
25 changed files
with
344 additions
and
53 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
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
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
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
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
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
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
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,36 @@ | ||
apiVersion: zlink.aliyun.com/v1alpha1 | ||
kind: Cluster | ||
metadata: | ||
name: my-test-cluster | ||
spec: | ||
image: sealer-io/kubernetes:v1.19.9 | ||
provider: ALI_CLOUD | ||
ssh: | ||
passwd: Sealer123 | ||
pk: xxx | ||
pkPasswd: xxx | ||
user: root | ||
network: | ||
interface: eth0 | ||
cniName: calico | ||
podCIDR: 100.64.0.0/10 | ||
svcCIDR: 10.96.0.0/22 | ||
withoutCNI: false | ||
certSANS: | ||
- aliyun-inc.com | ||
- 10.0.0.2 | ||
|
||
masters: | ||
cpu: 4 | ||
memory: 4 | ||
count: 1 | ||
systemDisk: 100 | ||
dataDisks: | ||
- 100 | ||
nodes: | ||
cpu: 4 | ||
memory: 4 | ||
count: 1 | ||
systemDisk: 100 | ||
dataDisks: | ||
- 100 |
3 changes: 2 additions & 1 deletion
3
...suites/build/fixtures/build_test/Kubefile → ...uites/build/fixtures/cloud_build/Kubefile
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,9 @@ | ||
FROM sealer-io/kubernetes:v1.19.9 | ||
COPY test1 . | ||
COPY recommended.yaml . | ||
COPY test2 . | ||
COPY test3 . | ||
RUN wget helm.sh/helm | ||
RUN wget -O redis.tar.gz http://download.redis.io/releases/redis-5.0.3.tar.gz | ||
RUN tar zxvf redis.tar.gz | ||
CMD yum install tree -y |
3 changes: 2 additions & 1 deletion
3
.../suites/build/fixtures/only_copy/Kubefile → ...d/fixtures/local_build/Kubefile_only_copy
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,4 +1,5 @@ | ||
FROM seadent/rootfs:latest | ||
FROM sealer-io/kubernetes:v1.19.9 | ||
COPY test1 . | ||
COPY recommended.yaml . | ||
COPY test2 . | ||
COPY test3 . |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
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.