pulumi-eks 0.42.8a1668210464__tar.gz → 4.2.0a1765350072__tar.gz
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.
- pulumi_eks-4.2.0a1765350072/PKG-INFO +94 -0
- {pulumi_eks-0.42.8a1668210464 → pulumi_eks-4.2.0a1765350072}/README.md +16 -11
- {pulumi_eks-0.42.8a1668210464 → pulumi_eks-4.2.0a1765350072}/pulumi_eks/__init__.py +6 -2
- pulumi_eks-4.2.0a1765350072/pulumi_eks/_enums.py +164 -0
- pulumi_eks-4.2.0a1765350072/pulumi_eks/_inputs.py +3446 -0
- {pulumi_eks-0.42.8a1668210464 → pulumi_eks-4.2.0a1765350072}/pulumi_eks/_utilities.py +104 -9
- pulumi_eks-4.2.0a1765350072/pulumi_eks/addon.py +273 -0
- {pulumi_eks-0.42.8a1668210464 → pulumi_eks-4.2.0a1765350072}/pulumi_eks/cluster.py +753 -440
- {pulumi_eks-0.42.8a1668210464 → pulumi_eks-4.2.0a1765350072}/pulumi_eks/cluster_creation_role_provider.py +19 -20
- pulumi_eks-4.2.0a1765350072/pulumi_eks/managed_node_group.py +1241 -0
- pulumi_eks-4.2.0a1765350072/pulumi_eks/node_group.py +1162 -0
- {pulumi_eks-0.42.8a1668210464 → pulumi_eks-4.2.0a1765350072}/pulumi_eks/node_group_security_group.py +23 -18
- pulumi_eks-4.2.0a1765350072/pulumi_eks/node_group_v2.py +1213 -0
- pulumi_eks-4.2.0a1765350072/pulumi_eks/outputs.py +1401 -0
- {pulumi_eks-0.42.8a1668210464 → pulumi_eks-4.2.0a1765350072}/pulumi_eks/provider.py +9 -4
- pulumi_eks-4.2.0a1765350072/pulumi_eks/pulumi-plugin.json +5 -0
- pulumi_eks-4.2.0a1765350072/pulumi_eks/vpc_cni_addon.py +720 -0
- pulumi_eks-4.2.0a1765350072/pulumi_eks.egg-info/PKG-INFO +94 -0
- {pulumi_eks-0.42.8a1668210464 → pulumi_eks-4.2.0a1765350072}/pulumi_eks.egg-info/SOURCES.txt +4 -3
- pulumi_eks-4.2.0a1765350072/pulumi_eks.egg-info/requires.txt +8 -0
- pulumi_eks-4.2.0a1765350072/pyproject.toml +22 -0
- pulumi_eks-0.42.8a1668210464/PKG-INFO +0 -83
- pulumi_eks-0.42.8a1668210464/pulumi_eks/_inputs.py +0 -1681
- pulumi_eks-0.42.8a1668210464/pulumi_eks/managed_node_group.py +0 -540
- pulumi_eks-0.42.8a1668210464/pulumi_eks/node_group.py +0 -796
- pulumi_eks-0.42.8a1668210464/pulumi_eks/node_group_v2.py +0 -827
- pulumi_eks-0.42.8a1668210464/pulumi_eks/outputs.py +0 -829
- pulumi_eks-0.42.8a1668210464/pulumi_eks/pulumi-plugin.json +0 -4
- pulumi_eks-0.42.8a1668210464/pulumi_eks/vpc_cni.py +0 -611
- pulumi_eks-0.42.8a1668210464/pulumi_eks.egg-info/PKG-INFO +0 -83
- pulumi_eks-0.42.8a1668210464/pulumi_eks.egg-info/not-zip-safe +0 -1
- pulumi_eks-0.42.8a1668210464/pulumi_eks.egg-info/requires.txt +0 -5
- pulumi_eks-0.42.8a1668210464/setup.py +0 -68
- {pulumi_eks-0.42.8a1668210464 → pulumi_eks-4.2.0a1765350072}/pulumi_eks/py.typed +0 -0
- {pulumi_eks-0.42.8a1668210464 → pulumi_eks-4.2.0a1765350072}/pulumi_eks.egg-info/dependency_links.txt +0 -0
- {pulumi_eks-0.42.8a1668210464 → pulumi_eks-4.2.0a1765350072}/pulumi_eks.egg-info/top_level.txt +0 -0
- {pulumi_eks-0.42.8a1668210464 → pulumi_eks-4.2.0a1765350072}/setup.cfg +0 -0
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: pulumi_eks
|
|
3
|
+
Version: 4.2.0a1765350072
|
|
4
|
+
Summary: Pulumi Amazon Web Services (AWS) EKS Components.
|
|
5
|
+
License: Apache-2.0
|
|
6
|
+
Project-URL: Homepage, https://pulumi.com
|
|
7
|
+
Project-URL: Repository, https://github.com/pulumi/pulumi-eks
|
|
8
|
+
Keywords: pulumi,aws,eks
|
|
9
|
+
Requires-Python: >=3.9
|
|
10
|
+
Description-Content-Type: text/markdown
|
|
11
|
+
Requires-Dist: parver>=0.2.1
|
|
12
|
+
Requires-Dist: pulumi<4.0.0,>=3.165.0
|
|
13
|
+
Requires-Dist: pulumi-aws<8.0.0,>=7.10.0
|
|
14
|
+
Requires-Dist: pulumi-kubernetes<5.0.0,>=4.19.0
|
|
15
|
+
Requires-Dist: semver>=2.8.1
|
|
16
|
+
Requires-Dist: typing-extensions<5,>=4.11; python_version < "3.11"
|
|
17
|
+
|
|
18
|
+
[](https://github.com/pulumi/pulumi-eks/actions/workflows/master.yml)
|
|
19
|
+
[](https://slack.pulumi.com)
|
|
20
|
+
[](https://badge.fury.io/js/@pulumi%2Feks)
|
|
21
|
+
[](https://pypi.org/project/pulumi-eks)
|
|
22
|
+
[](https://badge.fury.io/nu/pulumi.eks)
|
|
23
|
+
[](https://pkg.go.dev/github.com/pulumi/pulumi-eks/sdk/go/eks)
|
|
24
|
+
|
|
25
|
+
# Pulumi Amazon Web Services (AWS) EKS Components
|
|
26
|
+
|
|
27
|
+
The Pulumi EKS library provides a Pulumi component that creates and manages the resources necessary to run an EKS Kubernetes cluster in AWS. This component exposes the Crosswalk for AWS functionality documented in the [Pulumi Elastic Kubernetes Service guide](https://www.pulumi.com/docs/guides/crosswalk/aws/eks/) as a package available in all Pulumi languages.
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
This includes:
|
|
31
|
+
- The EKS cluster control plane.
|
|
32
|
+
- The cluster's worker nodes configured as node groups, which are managed by an auto scaling group.
|
|
33
|
+
- The AWS CNI Plugin [`aws-k8s-cni`](https://github.com/aws/amazon-vpc-cni-k8s/) to manage pod networking in Kubernetes.
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
<div>
|
|
37
|
+
<a href="https://www.pulumi.com/templates/kubernetes/aws/" title="Get Started">
|
|
38
|
+
<img src="https://www.pulumi.com/images/get-started.svg?" width="120">
|
|
39
|
+
</a>
|
|
40
|
+
</div>
|
|
41
|
+
|
|
42
|
+
## Installing
|
|
43
|
+
|
|
44
|
+
This package is available in many languages in the standard packaging formats.
|
|
45
|
+
|
|
46
|
+
### Node.js (JavaScript/TypeScript)
|
|
47
|
+
|
|
48
|
+
To use from JavaScript or TypeScript in Node.js, install it using either `npm`:
|
|
49
|
+
|
|
50
|
+
```bash
|
|
51
|
+
$ npm install @pulumi/eks
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
or `yarn`:
|
|
55
|
+
|
|
56
|
+
```bash
|
|
57
|
+
$ yarn add @pulumi/eks
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
### Python
|
|
61
|
+
|
|
62
|
+
To use from Python, install using `pip`:
|
|
63
|
+
|
|
64
|
+
$ pip install pulumi_eks
|
|
65
|
+
|
|
66
|
+
### Go
|
|
67
|
+
|
|
68
|
+
To use from Go, use `go get` to grab the latest version of the library
|
|
69
|
+
|
|
70
|
+
$ go get github.com/pulumi/pulumi-eks/sdk/go
|
|
71
|
+
|
|
72
|
+
### .NET
|
|
73
|
+
|
|
74
|
+
To use from .NET, install using `dotnet add package`:
|
|
75
|
+
|
|
76
|
+
$ dotnet add package Pulumi.Eks
|
|
77
|
+
|
|
78
|
+
## References
|
|
79
|
+
|
|
80
|
+
* [Tutorial](https://www.pulumi.com/blog/easily-create-and-manage-aws-eks-kubernetes-clusters-with-pulumi/)
|
|
81
|
+
* [Reference Documentation](https://www.pulumi.com/registry/packages/eks/api-docs/)
|
|
82
|
+
* [Examples](./examples)
|
|
83
|
+
* [Crosswalk for AWS - EKS Guide](https://www.pulumi.com/docs/guides/crosswalk/aws/eks/)
|
|
84
|
+
|
|
85
|
+
## Contributing
|
|
86
|
+
|
|
87
|
+
If you are interested in contributing, please see the [contributing docs][contributing].
|
|
88
|
+
|
|
89
|
+
## Code of Conduct
|
|
90
|
+
|
|
91
|
+
Please follow the [code of conduct][code-of-conduct].
|
|
92
|
+
|
|
93
|
+
[contributing]: CONTRIBUTING.md
|
|
94
|
+
[code-of-conduct]: CODE-OF-CONDUCT.md
|
|
@@ -7,22 +7,27 @@
|
|
|
7
7
|
|
|
8
8
|
# Pulumi Amazon Web Services (AWS) EKS Components
|
|
9
9
|
|
|
10
|
-
The Pulumi EKS library provides a Pulumi component that creates and manages the resources necessary to run an EKS Kubernetes cluster in AWS.
|
|
10
|
+
The Pulumi EKS library provides a Pulumi component that creates and manages the resources necessary to run an EKS Kubernetes cluster in AWS. This component exposes the Crosswalk for AWS functionality documented in the [Pulumi Elastic Kubernetes Service guide](https://www.pulumi.com/docs/guides/crosswalk/aws/eks/) as a package available in all Pulumi languages.
|
|
11
|
+
|
|
11
12
|
|
|
12
13
|
This includes:
|
|
13
14
|
- The EKS cluster control plane.
|
|
14
15
|
- The cluster's worker nodes configured as node groups, which are managed by an auto scaling group.
|
|
15
16
|
- The AWS CNI Plugin [`aws-k8s-cni`](https://github.com/aws/amazon-vpc-cni-k8s/) to manage pod networking in Kubernetes.
|
|
16
17
|
|
|
17
|
-
## Pre-Requisites
|
|
18
18
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
19
|
+
<div>
|
|
20
|
+
<a href="https://www.pulumi.com/templates/kubernetes/aws/" title="Get Started">
|
|
21
|
+
<img src="https://www.pulumi.com/images/get-started.svg?" width="120">
|
|
22
|
+
</a>
|
|
23
|
+
</div>
|
|
23
24
|
|
|
24
25
|
## Installing
|
|
25
26
|
|
|
27
|
+
This package is available in many languages in the standard packaging formats.
|
|
28
|
+
|
|
29
|
+
### Node.js (JavaScript/TypeScript)
|
|
30
|
+
|
|
26
31
|
To use from JavaScript or TypeScript in Node.js, install it using either `npm`:
|
|
27
32
|
|
|
28
33
|
```bash
|
|
@@ -56,17 +61,17 @@ To use from .NET, install using `dotnet add package`:
|
|
|
56
61
|
## References
|
|
57
62
|
|
|
58
63
|
* [Tutorial](https://www.pulumi.com/blog/easily-create-and-manage-aws-eks-kubernetes-clusters-with-pulumi/)
|
|
59
|
-
* [Reference Documentation](https://www.pulumi.com/
|
|
64
|
+
* [Reference Documentation](https://www.pulumi.com/registry/packages/eks/api-docs/)
|
|
60
65
|
* [Examples](./examples)
|
|
61
|
-
* [Crosswalk for AWS
|
|
66
|
+
* [Crosswalk for AWS - EKS Guide](https://www.pulumi.com/docs/guides/crosswalk/aws/eks/)
|
|
62
67
|
|
|
63
|
-
|
|
68
|
+
## Contributing
|
|
64
69
|
|
|
65
70
|
If you are interested in contributing, please see the [contributing docs][contributing].
|
|
66
71
|
|
|
67
|
-
|
|
72
|
+
## Code of Conduct
|
|
68
73
|
|
|
69
|
-
|
|
74
|
+
Please follow the [code of conduct][code-of-conduct].
|
|
70
75
|
|
|
71
76
|
[contributing]: CONTRIBUTING.md
|
|
72
77
|
[code-of-conduct]: CODE-OF-CONDUCT.md
|
|
@@ -2,9 +2,12 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumi-gen-eks. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
from . import _utilities
|
|
6
7
|
import typing
|
|
7
8
|
# Export this package's modules as members:
|
|
9
|
+
from ._enums import *
|
|
10
|
+
from .addon import *
|
|
8
11
|
from .cluster import *
|
|
9
12
|
from .cluster_creation_role_provider import *
|
|
10
13
|
from .managed_node_group import *
|
|
@@ -12,7 +15,7 @@ from .node_group import *
|
|
|
12
15
|
from .node_group_security_group import *
|
|
13
16
|
from .node_group_v2 import *
|
|
14
17
|
from .provider import *
|
|
15
|
-
from .
|
|
18
|
+
from .vpc_cni_addon import *
|
|
16
19
|
from ._inputs import *
|
|
17
20
|
from . import outputs
|
|
18
21
|
_utilities.register(
|
|
@@ -23,13 +26,14 @@ _utilities.register(
|
|
|
23
26
|
"mod": "index",
|
|
24
27
|
"fqn": "pulumi_eks",
|
|
25
28
|
"classes": {
|
|
29
|
+
"eks:index:Addon": "Addon",
|
|
26
30
|
"eks:index:Cluster": "Cluster",
|
|
27
31
|
"eks:index:ClusterCreationRoleProvider": "ClusterCreationRoleProvider",
|
|
28
32
|
"eks:index:ManagedNodeGroup": "ManagedNodeGroup",
|
|
29
33
|
"eks:index:NodeGroup": "NodeGroup",
|
|
30
34
|
"eks:index:NodeGroupSecurityGroup": "NodeGroupSecurityGroup",
|
|
31
35
|
"eks:index:NodeGroupV2": "NodeGroupV2",
|
|
32
|
-
"eks:index:
|
|
36
|
+
"eks:index:VpcCniAddon": "VpcCniAddon"
|
|
33
37
|
}
|
|
34
38
|
}
|
|
35
39
|
]
|
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-gen-eks. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import builtins
|
|
6
|
+
import pulumi
|
|
7
|
+
from enum import Enum
|
|
8
|
+
|
|
9
|
+
__all__ = [
|
|
10
|
+
'AccessEntryType',
|
|
11
|
+
'AmiType',
|
|
12
|
+
'AuthenticationMode',
|
|
13
|
+
'ClusterNodePools',
|
|
14
|
+
'OperatingSystem',
|
|
15
|
+
'ResolveConflictsOnCreate',
|
|
16
|
+
'ResolveConflictsOnUpdate',
|
|
17
|
+
]
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
@pulumi.type_token("eks:index:AccessEntryType")
|
|
21
|
+
class AccessEntryType(builtins.str, Enum):
|
|
22
|
+
"""
|
|
23
|
+
The type of the new access entry. Valid values are STANDARD, FARGATE_LINUX, EC2_LINUX, and EC2_WINDOWS.
|
|
24
|
+
Defaults to STANDARD which provides the standard workflow. EC2_LINUX and EC2_WINDOWS types disallow users to input a kubernetesGroup, and prevent associating access policies.
|
|
25
|
+
"""
|
|
26
|
+
STANDARD = "STANDARD"
|
|
27
|
+
"""
|
|
28
|
+
Standard Access Entry Workflow. Allows users to input a username and kubernetesGroup, and to associate access policies.
|
|
29
|
+
"""
|
|
30
|
+
FARGATE_LINUX = "FARGATE_LINUX"
|
|
31
|
+
"""
|
|
32
|
+
For IAM roles used with AWS Fargate profiles.
|
|
33
|
+
"""
|
|
34
|
+
EC2_LINUX = "EC2_LINUX"
|
|
35
|
+
"""
|
|
36
|
+
For IAM roles associated with self-managed Linux node groups. Allows the nodes to join the cluster.
|
|
37
|
+
"""
|
|
38
|
+
EC2_WINDOWS = "EC2_WINDOWS"
|
|
39
|
+
"""
|
|
40
|
+
For IAM roles associated with self-managed Windows node groups. Allows the nodes to join the cluster.
|
|
41
|
+
"""
|
|
42
|
+
EC2 = "EC2"
|
|
43
|
+
"""
|
|
44
|
+
For IAM roles associated with EC2 instances that need access policies. Allows the nodes to join the cluster.
|
|
45
|
+
"""
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
@pulumi.type_token("eks:index:AmiType")
|
|
49
|
+
class AmiType(builtins.str, Enum):
|
|
50
|
+
"""
|
|
51
|
+
Predefined AMI types for EKS optimized AMIs. Can be used to select the latest EKS optimized AMI for a node group.
|
|
52
|
+
"""
|
|
53
|
+
AL2_X86_64 = "AL2_x86_64"
|
|
54
|
+
AL2_X86_64_GPU = "AL2_x86_64_GPU"
|
|
55
|
+
AL2_ARM64 = "AL2_ARM_64"
|
|
56
|
+
AL2023_X86_64_STANDARD = "AL2023_x86_64_STANDARD"
|
|
57
|
+
AL2023_ARM64_STANDARD = "AL2023_ARM_64_STANDARD"
|
|
58
|
+
AL2023_X86_64_NVIDIA = "AL2023_x86_64_NVIDIA"
|
|
59
|
+
BOTTLEROCKET_ARM64 = "BOTTLEROCKET_ARM_64"
|
|
60
|
+
BOTTLEROCKET_X86_64 = "BOTTLEROCKET_x86_64"
|
|
61
|
+
BOTTLEROCKET_ARM64_NVIDIA = "BOTTLEROCKET_ARM_64_NVIDIA"
|
|
62
|
+
BOTTLEROCKET_X86_64_NVIDIA = "BOTTLEROCKET_x86_64_NVIDIA"
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
@pulumi.type_token("eks:index:AuthenticationMode")
|
|
66
|
+
class AuthenticationMode(builtins.str, Enum):
|
|
67
|
+
"""
|
|
68
|
+
The authentication mode of the cluster. Valid values are `CONFIG_MAP`, `API` or `API_AND_CONFIG_MAP`.
|
|
69
|
+
|
|
70
|
+
See for more details:
|
|
71
|
+
https://docs.aws.amazon.com/eks/latest/userguide/grant-k8s-access.html#set-cam
|
|
72
|
+
"""
|
|
73
|
+
CONFIG_MAP = "CONFIG_MAP"
|
|
74
|
+
"""
|
|
75
|
+
Only aws-auth ConfigMap will be used for authenticating to the Kubernetes API.
|
|
76
|
+
"""
|
|
77
|
+
API = "API"
|
|
78
|
+
"""
|
|
79
|
+
Only Access Entries will be used for authenticating to the Kubernetes API.
|
|
80
|
+
"""
|
|
81
|
+
API_AND_CONFIG_MAP = "API_AND_CONFIG_MAP"
|
|
82
|
+
"""
|
|
83
|
+
Both aws-auth ConfigMap and Access Entries can be used for authenticating to the Kubernetes API.
|
|
84
|
+
"""
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
@pulumi.type_token("eks:index:ClusterNodePools")
|
|
88
|
+
class ClusterNodePools(builtins.str, Enum):
|
|
89
|
+
"""
|
|
90
|
+
Built-in node pools of EKS Auto Mode. For more details see: https://docs.aws.amazon.com/eks/latest/userguide/set-builtin-node-pools.html
|
|
91
|
+
"""
|
|
92
|
+
SYSTEM = "system"
|
|
93
|
+
"""
|
|
94
|
+
This NodePool has a `CriticalAddonsOnly` taint. Many EKS addons, such as CoreDNS, tolerate this taint. Use this system node pool to segregate cluster-critical applications. Supports both `amd64` and `arm64` architectures.
|
|
95
|
+
"""
|
|
96
|
+
GENERAL_PURPOSE = "general-purpose"
|
|
97
|
+
"""
|
|
98
|
+
This NodePool provides support for launching nodes for general purpose workloads in your cluster. Only supports `amd64` architecture.
|
|
99
|
+
"""
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
@pulumi.type_token("eks:index:OperatingSystem")
|
|
103
|
+
class OperatingSystem(builtins.str, Enum):
|
|
104
|
+
"""
|
|
105
|
+
The type of EKS optimized Operating System to use for node groups.
|
|
106
|
+
|
|
107
|
+
See for more details:
|
|
108
|
+
https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-amis.html
|
|
109
|
+
"""
|
|
110
|
+
AL2 = "AL2"
|
|
111
|
+
"""
|
|
112
|
+
EKS optimized OS based on Amazon Linux 2 (AL2).
|
|
113
|
+
"""
|
|
114
|
+
AL2023 = "AL2023"
|
|
115
|
+
"""
|
|
116
|
+
EKS optimized OS based on Amazon Linux 2023 (AL2023).
|
|
117
|
+
See for more details: https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html
|
|
118
|
+
"""
|
|
119
|
+
BOTTLEROCKET = "Bottlerocket"
|
|
120
|
+
"""
|
|
121
|
+
EKS optimized Container OS based on Bottlerocket.
|
|
122
|
+
See for more details: https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami-bottlerocket.html
|
|
123
|
+
"""
|
|
124
|
+
RECOMMENDED = "AL2023"
|
|
125
|
+
"""
|
|
126
|
+
The recommended EKS optimized OS. Currently Amazon Linux 2023 (AL2023).
|
|
127
|
+
This will be kept up to date with AWS' recommendations for EKS optimized operating systems.
|
|
128
|
+
|
|
129
|
+
See for more details: https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html
|
|
130
|
+
"""
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
@pulumi.type_token("eks:index:ResolveConflictsOnCreate")
|
|
134
|
+
class ResolveConflictsOnCreate(builtins.str, Enum):
|
|
135
|
+
"""
|
|
136
|
+
How to resolve field value conflicts when migrating a self-managed add-on to an Amazon EKS add-on. Valid values are `NONE` and `OVERWRITE`. For more details see the [CreateAddon](https://docs.aws.amazon.com/eks/latest/APIReference/API_CreateAddon.html) API Docs.
|
|
137
|
+
"""
|
|
138
|
+
NONE = "NONE"
|
|
139
|
+
"""
|
|
140
|
+
If the self-managed version of the add-on is installed on your cluster, Amazon EKS doesn't change the value. Creation of the add-on might fail.
|
|
141
|
+
"""
|
|
142
|
+
OVERWRITE = "OVERWRITE"
|
|
143
|
+
"""
|
|
144
|
+
If the self-managed version of the add-on is installed on your cluster and the Amazon EKS default value is different than the existing value, Amazon EKS changes the value to the Amazon EKS default value.
|
|
145
|
+
"""
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
@pulumi.type_token("eks:index:ResolveConflictsOnUpdate")
|
|
149
|
+
class ResolveConflictsOnUpdate(builtins.str, Enum):
|
|
150
|
+
"""
|
|
151
|
+
How to resolve field value conflicts for an Amazon EKS add-on if you've changed a value from the Amazon EKS default value. Valid values are `NONE`, `OVERWRITE`, and `PRESERVE`. For more details see the [UpdateAddon](https://docs.aws.amazon.com/eks/latest/APIReference/API_UpdateAddon.html) API Docs.
|
|
152
|
+
"""
|
|
153
|
+
NONE = "NONE"
|
|
154
|
+
"""
|
|
155
|
+
Amazon EKS doesn't change the value. The update might fail.
|
|
156
|
+
"""
|
|
157
|
+
OVERWRITE = "OVERWRITE"
|
|
158
|
+
"""
|
|
159
|
+
Amazon EKS overwrites the changed value back to the Amazon EKS default value.
|
|
160
|
+
"""
|
|
161
|
+
PRESERVE = "PRESERVE"
|
|
162
|
+
"""
|
|
163
|
+
Amazon EKS preserves the value. If you choose this option, we recommend that you test any field and value changes on a non-production cluster before updating the add-on on your production cluster.
|
|
164
|
+
"""
|