-
Notifications
You must be signed in to change notification settings - Fork 4.2k
feat(eks): support for Kubernetes version 1.23 #22638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
c93ed9d
d1e4a58
d184727
3e985be
4c1b57b
0696a37
f1a484a
9892f6a
e821907
a0b1d71
6ebd1b6
4e8c7ee
888db08
b782726
7bf6b0d
11bf39e
9f9db94
67da92b
cdf5d1d
9d89f1a
bfa8d82
098af04
39fc1ac
b98823f
9bc19f5
87dd8dc
9e7169b
6d07cc1
083d849
5360272
615e271
1279bde
9b9dec7
1a654de
68e8d60
f55ca4a
bb1819c
bc9b3fc
5b12477
fc3764e
9c02969
6d961b5
cb1b11e
cc477ce
c3461ba
10d85ba
b9622a9
fbf9939
930212d
af3362c
84c7e9e
cba6fe2
6dc385e
97281d2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
"validateOnSynth": false, | ||
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-deploy-role-${AWS::AccountId}-${AWS::Region}", | ||
"cloudFormationExecutionRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-cfn-exec-role-${AWS::AccountId}-${AWS::Region}", | ||
"stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/c6b7a3e3c841118ec365de6b3227d6ec23618b7716c20175c7f18822b22fa08d.json", | ||
"stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/1e8f5b9efc22fb7df3c3a0e894ec6ddf91d5b71c100c70638ff47b2379c3a749.json", | ||
"requiresBootstrapStackVersion": 6, | ||
"bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version", | ||
"additionalDependencies": [ | ||
|
@@ -168,7 +168,10 @@ | |
"/aws-cdk-eks-cluster-alb-controller-test/KubectlLayer/Resource": [ | ||
{ | ||
"type": "aws:cdk:logicalId", | ||
"data": "KubectlLayer600207B5" | ||
"data": "KubectlLayer600207B5", | ||
"trace": [ | ||
"!!DESTRUCTIVE_CHANGES: WILL_REPLACE" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this a concern? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No, a lambda layer is a stateless resource, and we are replacing it with an upgraded version of kubectl. So, the replacement is expected here. |
||
] | ||
} | ||
], | ||
"/aws-cdk-eks-cluster-alb-controller-test/Cluster/Role/Resource": [ | ||
|
Uh oh!
There was an error while loading. Please reload this page.