Skip to content

Commit

Permalink
Revert "Remove Antrea and AWS add-ons from kurl.sh (#995)"
Browse files Browse the repository at this point in the history
This reverts commit 623e521.
  • Loading branch information
laverya authored Sep 7, 2023
1 parent 623e521 commit e70bcb5
Showing 1 changed file with 35 additions and 0 deletions.
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
}
]
}

0 comments on commit e70bcb5

Please sign in to comment.