@pulumi/eks 2.4.0-alpha.1715271599 → 2.4.0-alpha.1715729375
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.
- package/cluster.d.ts +1 -1
- package/cmd/provider/schema.json +2 -2
- package/package.json +1 -1
- package/package.json.dev +1 -1
package/cluster.d.ts
CHANGED
|
@@ -503,7 +503,7 @@ export interface ClusterOptions {
|
|
|
503
503
|
* `pulumi config set aws:profile <profileName>`
|
|
504
504
|
*
|
|
505
505
|
* See for more details:
|
|
506
|
-
* - https://www.pulumi.com/
|
|
506
|
+
* - https://www.pulumi.com/registry/packages/aws/api-docs/provider/
|
|
507
507
|
* - https://www.pulumi.com/docs/intro/cloud-providers/aws/setup/
|
|
508
508
|
* - https://www.pulumi.com/docs/intro/cloud-providers/aws/#configuration
|
|
509
509
|
* - https://docs.aws.amazon.com/eks/latest/userguide/create-kubeconfig.html
|
package/cmd/provider/schema.json
CHANGED
|
@@ -695,7 +695,7 @@
|
|
|
695
695
|
},
|
|
696
696
|
"createOidcProvider": {
|
|
697
697
|
"type": "boolean",
|
|
698
|
-
"description": "Indicates whether an IAM OIDC Provider is created for the EKS cluster.\n\nThe OIDC provider is used in the cluster in combination with k8s Service Account annotations to provide IAM roles at the k8s Pod level.\n\nSee for more details:\n - https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_create_oidc_verify-thumbprint.html\n - https://docs.aws.amazon.com/eks/latest/userguide/enable-iam-roles-for-service-accounts.html\n - https://aws.amazon.com/blogs/opensource/introducing-fine-grained-iam-roles-service-accounts/\n - https://www.pulumi.com/
|
|
698
|
+
"description": "Indicates whether an IAM OIDC Provider is created for the EKS cluster.\n\nThe OIDC provider is used in the cluster in combination with k8s Service Account annotations to provide IAM roles at the k8s Pod level.\n\nSee for more details:\n - https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_create_oidc_verify-thumbprint.html\n - https://docs.aws.amazon.com/eks/latest/userguide/enable-iam-roles-for-service-accounts.html\n - https://aws.amazon.com/blogs/opensource/introducing-fine-grained-iam-roles-service-accounts/\n - https://www.pulumi.com/registry/packages/aws/api-docs/eks/cluster/#enabling-iam-roles-for-service-accounts"
|
|
699
699
|
},
|
|
700
700
|
"creationRoleProvider": {
|
|
701
701
|
"$ref": "#/types/eks:index:CreationRoleProvider",
|
|
@@ -844,7 +844,7 @@
|
|
|
844
844
|
},
|
|
845
845
|
"providerCredentialOpts": {
|
|
846
846
|
"$ref": "#/types/eks:index:KubeconfigOptions",
|
|
847
|
-
"description": "The AWS provider credential options to scope the cluster's kubeconfig authentication when using a non-default credential chain.\n\nThis is required for certain auth scenarios. For example:\n- Creating and using a new AWS provider instance, or\n- Setting the AWS_PROFILE environment variable, or\n- Using a named profile configured on the AWS provider via:\n`pulumi config set aws:profile \u003cprofileName\u003e`\n\nSee for more details:\n- https://www.pulumi.com/
|
|
847
|
+
"description": "The AWS provider credential options to scope the cluster's kubeconfig authentication when using a non-default credential chain.\n\nThis is required for certain auth scenarios. For example:\n- Creating and using a new AWS provider instance, or\n- Setting the AWS_PROFILE environment variable, or\n- Using a named profile configured on the AWS provider via:\n`pulumi config set aws:profile \u003cprofileName\u003e`\n\nSee for more details:\n- https://www.pulumi.com/registry/packages/aws/api-docs/provider/\n- https://www.pulumi.com/docs/intro/cloud-providers/aws/setup/\n- https://www.pulumi.com/docs/intro/cloud-providers/aws/#configuration\n- https://docs.aws.amazon.com/eks/latest/userguide/create-kubeconfig.html"
|
|
848
848
|
},
|
|
849
849
|
"proxy": {
|
|
850
850
|
"type": "string",
|
package/package.json
CHANGED
package/package.json.dev
CHANGED