-
Notifications
You must be signed in to change notification settings - Fork 362
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature:add sealer e2e workflow using PR comment (#245)
* add e2e work flow add test base file
- Loading branch information
1 parent
a871284
commit 5d2d075
Showing
27 changed files
with
376 additions
and
75 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
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 |
Oops, something went wrong.