Skip to content

Commit

Permalink
chore: mark cluster endpoint as optional (#4560)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwagner5 authored Sep 5, 2023
1 parent 3552184 commit a0d721b
Show file tree
Hide file tree
Showing 66 changed files with 3 additions and 25,819 deletions.
2 changes: 1 addition & 1 deletion website/content/en/docs/concepts/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ data:
aws.clusterCABundle: "LS0tLS1..."
# [REQUIRED] The kubernetes cluster name for resource discovery
aws.clusterName: karpenter-cluster
# [REQUIRED] The external kubernetes cluster endpoint for new nodes to connect with
# The external kubernetes cluster endpoint for new nodes to connect with. If not specified, will discover the cluster endpoint using DescribeCluster API
aws.clusterEndpoint: https://00000000000000000000000000000000.gr7.us-west-2.eks.amazonaws.com
# The default instance profile to use when provisioning nodes
aws.defaultInstanceProfile: karpenter-instance-profile
Expand Down
2 changes: 1 addition & 1 deletion website/content/en/preview/concepts/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ data:
aws.clusterCABundle: "LS0tLS1..."
# [REQUIRED] The kubernetes cluster name for resource discovery
aws.clusterName: karpenter-cluster
# [REQUIRED] The external kubernetes cluster endpoint for new nodes to connect with
# The external kubernetes cluster endpoint for new nodes to connect with. If not specified, will discover the cluster endpoint using DescribeCluster API
aws.clusterEndpoint: https://00000000000000000000000000000000.gr7.us-west-2.eks.amazonaws.com
# The default instance profile to use when provisioning nodes
aws.defaultInstanceProfile: karpenter-instance-profile
Expand Down
40 changes: 0 additions & 40 deletions website/content/en/v0.30.0-rc/_index.md

This file was deleted.

177 changes: 0 additions & 177 deletions website/content/en/v0.30.0-rc/concepts/_index.md

This file was deleted.

Loading

0 comments on commit a0d721b

Please sign in to comment.