Skip to content
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

Revert "Remove Antrea and AWS add-ons from kurl.sh" #998

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions static/versionDetails.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,28 @@
"defaultValue": true
}
],
"antrea": [
{
"flag": "version",
"description": "The version of antrea to be installed.",
"type": "string"
},
{
"flag": "isEncryptionDisabled",
"description": "Encrypt network communication between nodes in the cluster.",
"type": "boolean"
},
{
"flag": "podCIDR",
"description": "The subnet used by Pods.",
"type": "string"
},
{
"flag": "podCidrRange",
"description": "The size of the subnet used by Pods.",
"type": "string"
}
],
"contour": [
{
"flag": "version",
Expand Down Expand Up @@ -734,5 +756,18 @@
"description": "The version of Goldpinger to be installed.",
"type": "string"
}
],
"aws": [
{
"flag": "version",
"description": "The version of aws to be installed.",
"type": "string"
},
{
"flag": "excludeStorageClass",
"description": "Exclude AWS-EBS provisioner storage class provided by the AWS add-on. When `true`, another storage provisioner, such as <a href=\"https://kurl.sh/docs/add-ons/longhorn\">Longhorn</a>, must be used.",
"type": "boolean",
"defaultValue": false
}
]
}