Conversation
This comment has been minimized.
This comment has been minimized.
…b7891b2-532e-4eb4-bf0d-ff5434974651
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
…b7891b2-532e-4eb4-bf0d-ff5434974651
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
…b7891b2-532e-4eb4-bf0d-ff5434974651
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
…b7891b2-532e-4eb4-bf0d-ff5434974651
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
…b7891b2-532e-4eb4-bf0d-ff5434974651
Contributor
Plan Result (terraform/aws/github-actions-ansible)
Change Result (Click me) # aws_iam_policy.etcd_snapshot_s3_write will be updated in-place
~ resource "aws_iam_policy" "etcd_snapshot_s3_write" {
id = "arn:aws:iam::839695154978:policy/GitHubActions_Ansible_EtcdSnapshotS3Write"
name = "GitHubActions_Ansible_EtcdSnapshotS3Write"
~ policy = jsonencode(
~ {
~ Statement = [
{
Action = [
"s3:GetBucketLocation",
]
Effect = "Allow"
Resource = "arn:aws:s3:::arch-etcd-snapshots"
},
~ {
~ Condition = {
~ StringLike = {
~ "s3:prefix" = [
"kubernetes-upgrade/*",
+ "scheduled/*",
]
}
}
# (3 unchanged attributes hidden)
},
~ {
~ Resource = "arn:aws:s3:::arch-etcd-snapshots/kubernetes-upgrade/*" -> [
+ "arn:aws:s3:::arch-etcd-snapshots/kubernetes-upgrade/*",
+ "arn:aws:s3:::arch-etcd-snapshots/scheduled/*",
]
# (2 unchanged attributes hidden)
},
]
# (1 unchanged attribute hidden)
}
)
tags = {}
# (7 unchanged attributes hidden)
}
# aws_s3_bucket_lifecycle_configuration.etcd_snapshots will be updated in-place
~ resource "aws_s3_bucket_lifecycle_configuration" "etcd_snapshots" {
id = "arch-etcd-snapshots"
# (4 unchanged attributes hidden)
+ rule {
+ id = "expire-scheduled-etcd-snapshots"
+ status = "Enabled"
# (1 unchanged attribute hidden)
+ abort_incomplete_multipart_upload {
+ days_after_initiation = 7
}
+ expiration {
+ days = 30
+ expired_object_delete_marker = false
}
+ filter {
+ prefix = "scheduled/"
}
+ noncurrent_version_expiration {
+ noncurrent_days = 30
}
}
# (1 unchanged block hidden)
}
Plan: 0 to add, 2 to change, 0 to destroy. |
Contributor
Ansible Plan ResultsMode: golyat-4: worker-image
1 changed Changed Tasks (1)
shanghai-1: control-plane
1 changed Changed Tasks (1)
shanghai-1: node-shanghai-1
No changes shanghai-2: control-plane
1 changed Changed Tasks (1)
shanghai-2: node-shanghai-2
No changes shanghai-3: control-plane
1 changed Changed Tasks (1)
shanghai-3: node-shanghai-3
No changes Plan executed on all nodes in parallel. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation
git diff --checkactionlint,ansible-lint, Molecule, or Terraform locally because the workspace image does not include actionlint, uv/Ansible, or Terraform; CI is configured to run the Ansible checksCloses BOXP-180