Make container logs available
Store and retrieve container logs using Cloudwatch Logs
This commit is contained in:
committed by
Robbie Zhang
parent
0a1acbc78e
commit
803b0218c8
@@ -28,6 +28,10 @@ AssignPublicIPv4Address = false
|
||||
# https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_execution_IAM_role.html
|
||||
ExecutionRoleArn = ""
|
||||
|
||||
# AWS CloudWatch Log Group Name used to store container logs. Optional.
|
||||
# If omitted, no container logs will be stored and retrievable.
|
||||
CloudWatchLogGroupName = "/ecs/virtual-kubelet-logs"
|
||||
|
||||
# Fargate platform version. Optional. Defaults to "LATEST".
|
||||
# https://docs.aws.amazon.com/AmazonECS/latest/developerguide/platform_versions.html
|
||||
PlatformVersion = "LATEST"
|
||||
|
||||
Reference in New Issue
Block a user