Skip to content
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

fix(eks): ConfigCommand and GetTokenCommand should output by default #33673

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix(eks): update integ
  • Loading branch information
wafuwafu13 committed Mar 3, 2025
commit 7f8c49116614e5be589b54cec23d31a2fd06a856

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -2101,6 +2101,50 @@
]
}
},
"Outputs": {
"ClusterConfigCommand43AAE40F": {
"Value": {
"Fn::Join": [
"",
[
"aws eks update-kubeconfig --name ",
{
"Ref": "ClusterEB0386A7"
},
" --region ",
{
"Ref": "AWS::Region"
}
]
]
}
},
"ClusterGetTokenCommand06AE992E": {
"Value": {
"Fn::Join": [
"",
[
"aws eks get-token --cluster-name ",
{
"Ref": "ClusterEB0386A7"
},
" --region ",
{
"Ref": "AWS::Region"
}
]
]
}
},
"IngressPingerResponse": {
"Value": {
"Fn::GetAtt": [
"IngressPinger1AD9E831",
"Value"
]
}
}
},
"Mappings": {
"LatestNodeRuntimeMap": {
"af-south-1": {
@@ -2225,16 +2269,6 @@
}
}
},
"Outputs": {
"IngressPingerResponse": {
"Value": {
"Fn::GetAtt": [
"IngressPinger1AD9E831",
"Value"
]
}
}
},
"Parameters": {
"BootstrapVersion": {
"Type": "AWS::SSM::Parameter::Value<String>",

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1330,6 +1330,42 @@
]
}
},
"Outputs": {
"ClusterConfigCommand43AAE40F": {
"Value": {
"Fn::Join": [
"",
[
"aws eks update-kubeconfig --name ",
{
"Ref": "ClusterEB0386A7"
},
" --region ",
{
"Ref": "AWS::Region"
}
]
]
}
},
"ClusterGetTokenCommand06AE992E": {
"Value": {
"Fn::Join": [
"",
[
"aws eks get-token --cluster-name ",
{
"Ref": "ClusterEB0386A7"
},
" --region ",
{
"Ref": "AWS::Region"
}
]
]
}
}
},
"Parameters": {
"BootstrapVersion": {
"Type": "AWS::SSM::Parameter::Value<String>",

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Binary file not shown.
Loading
Oops, something went wrong.