@aws-sdk/client-eks 3.982.0 → 3.983.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -33,7 +33,7 @@ declare const CreateClusterCommand_base: {
|
|
|
33
33
|
* account managed by Amazon Web Services, and the Kubernetes API is exposed by the Amazon EKS API server endpoint.
|
|
34
34
|
* Each Amazon EKS cluster control plane is single tenant and unique. It runs on its own set of
|
|
35
35
|
* Amazon EC2 instances.</p>
|
|
36
|
-
* <p>The cluster control plane is provisioned across multiple Availability Zones and fronted by an
|
|
36
|
+
* <p>The cluster control plane is provisioned across multiple Availability Zones and fronted by an Elastic Load Balancing
|
|
37
37
|
* Network Load Balancer. Amazon EKS also provisions elastic network interfaces in your VPC subnets to provide
|
|
38
38
|
* connectivity from the control plane instances to the nodes (for example, to support
|
|
39
39
|
* <code>kubectl exec</code>, <code>logs</code>, and <code>proxy</code> data
|
|
@@ -28,7 +28,7 @@ declare const DeleteClusterCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Deletes an Amazon EKS cluster control plane.</p>
|
|
31
|
-
* <p>If you have active services in your cluster that are associated with a load balancer,
|
|
31
|
+
* <p>If you have active services and ingress resources in your cluster that are associated with a load balancer,
|
|
32
32
|
* you must delete those services before deleting the cluster so that the load balancers
|
|
33
33
|
* are deleted properly. Otherwise, you can have orphaned resources in your VPC that
|
|
34
34
|
* prevent you from being able to delete the VPC. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/delete-cluster.html">Deleting a
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-eks",
|
|
3
3
|
"description": "AWS SDK for JavaScript Eks Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.983.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-eks",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@aws-sdk/middleware-user-agent": "^3.972.6",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.983.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
34
|
"@aws-sdk/util-user-agent-node": "^3.972.4",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|