Skip to content

Commit

Permalink
Add apiServerExtraArgs as optional configuration to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sp1999 committed Mar 15, 2024
1 parent 0e02f8e commit 37501a6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/content/en/docs/getting-started/baremetal/bare-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ EKS Anywhere will add by default.
Modifying the labels associated with the control plane configuration will cause new nodes to be rolled out, replacing
the existing nodes.

### controlPlaneConfiguration.apiServerExtraArgs (optional)
A list of flags to configure for the api server. This requires setting the feature flag `APIServerExtraArgsEnabled=true`.

#### controlPlaneConfiguration.upgradeRolloutStrategy
Configuration parameters for upgrade strategy.

Expand Down
3 changes: 3 additions & 0 deletions docs/content/en/docs/getting-started/cloudstack/cloud-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@ The `ds.meta_data.failuredomain` value will be replaced with a failuredomain nam
Modifying the labels associated with the control plane configuration will cause new nodes to be rolled out, replacing
the existing nodes.

### controlPlaneConfiguration.apiServerExtraArgs (optional)
A list of flags to configure for the api server. This requires setting the feature flag `APIServerExtraArgsEnabled=true`.

### datacenterRef
Refers to the Kubernetes object with CloudStack environment specific configuration. See `CloudStackDatacenterConfig Fields` below.

Expand Down
3 changes: 3 additions & 0 deletions docs/content/en/docs/getting-started/nutanix/nutanix-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@ A unique IP you want to use for the control plane VM in your EKS Anywhere cluste
the control plane nodes for kube-apiserver loadbalancing. Suggestions on how to ensure this IP does not cause issues during cluster
creation process are [here]({{< relref "./nutanix-prereq/#prepare-a-nutanix-environment" >}}).

### controlPlaneConfiguration.apiServerExtraArgs (optional)
A list of flags to configure for the api server. This requires setting the feature flag `APIServerExtraArgsEnabled=true`.

### workerNodeGroupConfigurations (required)
This takes in a list of node groups that you can define for your workers. You may define one or more worker node groups.

Expand Down
3 changes: 3 additions & 0 deletions docs/content/en/docs/getting-started/snow/snow-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ EKS Anywhere will add by default.
Modifying the labels associated with the control plane configuration will cause new nodes to be rolled out, replacing
the existing nodes.

### controlPlaneConfiguration.apiServerExtraArgs (optional)
A list of flags to configure for the api server. This requires setting the feature flag `APIServerExtraArgsEnabled=true`.

### workerNodeGroupConfigurations (required)
This takes in a list of node groups that you can define for your workers.
You may define one or more worker node groups.
Expand Down
3 changes: 3 additions & 0 deletions docs/content/en/docs/getting-started/vsphere/vsphere-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ EKS Anywhere will add by default.
Modifying the labels associated with the control plane configuration will cause new nodes to be rolled out, replacing
the existing nodes.

### controlPlaneConfiguration.apiServerExtraArgs (optional)
A list of flags to configure for the api server. This requires setting the feature flag `APIServerExtraArgsEnabled=true`.

### workerNodeGroupConfigurations (required)
This takes in a list of node groups that you can define for your workers.
You may define one or more worker node groups.
Expand Down

0 comments on commit 37501a6

Please sign in to comment.