-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Alicloud #283
Support Alicloud #283
Conversation
@knightXun Thank you for your contribution. |
|
/invite @jia-jerry @minchaow @EmoinLanyu |
@@ -173,4 +173,4 @@ spec: | |||
- "ReadWriteOnce" | |||
resources: | |||
requests: | |||
storage: 10Gi | |||
storage: 20Gi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It will affect other existing landscapes. Can you make it configurable?
- id: ubuntu_18_04_x64_20G_alibase_20200717.vhd | ||
name: cn-shanghai | ||
version: 18.4.20200228 | ||
- name: coreos |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove CoreOS, it is not maintained.
@@ -66,6 +66,8 @@ seedSpec: | |||
services: (( configValues.seed.networks.services )) | |||
shootDefaults: (( configValues.seed.shootDefaultNetworks || { "pods" = "100.96.0.0/11", "services" = "100.64.0.0/13" } )) | |||
taints: (( configValues.config.mode == "soil" ? [{ "key" = "seed.gardener.cloud/invisible" }, { "key" = "seed.gardener.cloud/protected" }] :~~ )) | |||
volume: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please make it configurable. Don't affect other providers.
@@ -66,6 +66,8 @@ seedSpec: | |||
services: (( configValues.seed.networks.services )) | |||
shootDefaults: (( configValues.seed.shootDefaultNetworks || { "pods" = "100.96.0.0/11", "services" = "100.64.0.0/13" } )) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't use 100.XXXX CIDR in AliCloud
@@ -349,6 +382,7 @@ extension_manifests: | |||
image: | |||
repo: (( version.image_repo || ~~ )) | |||
tag: (( version.image_tag || ~~ )) | |||
imageVectorOverwrite: (( version.imageVectorOverwrite || ~~ )) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do you change azure?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good point..
@knightXun You need rebase this pull request with latest master branch. Please check. |
@knightXun You need rebase this pull request with latest master branch. Please check. |
@knightXun You need rebase this pull request with latest master branch. Please check. |
@knightXun You need rebase this pull request with latest master branch. Please check. |
@knightXun You need rebase this pull request with latest master branch. Please check. |
This feature should be used for our next pentest comprising Alicloud. |
@knightXun You need rebase this pull request with latest master branch. Please check. |
Implemented in #771 |
Support Alicloud