Skip to content

Commit

Permalink
Revert "Remove Antrea and AWS add-ons from kurl.sh" (#998)
Browse files Browse the repository at this point in the history
Revert "Remove Antrea and AWS add-ons from kurl.sh (#995)"

This reverts commit 623e521.
  • Loading branch information
laverya committed Sep 7, 2023
1 parent 623e521 commit d91c4c1
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
}
]
}

1 comment on commit d91c4c1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.