Skip to content

FEATURE: update aws-vpc-cni to v1.19.2 #89

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

Merged
merged 5 commits into from
Jan 20, 2025

Conversation

icewhiteHsu
Copy link
Contributor

No description provided.

@icewhiteHsu icewhiteHsu requested a review from relkli January 20, 2025 05:53
@icewhiteHsu icewhiteHsu self-assigned this Jan 20, 2025
@@ -14,7 +14,6 @@ data "ignition_file" "aws_vpc_cni_yaml" {
# vpc cni config
annotate_pod_ip = var.annotate_pod_ip
cni_version = local.containers["vpc_cni"].tag
cluster_endpoint = var.internal_endpoint
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to added back.

@@ -461,8 +484,6 @@ spec:
value: "/var/log/aws-routed-eni/plugin.log"
- name: AWS_VPC_K8S_PLUGIN_LOG_LEVEL
value: "${log_level}"
- name: CLUSTER_ENDPOINT
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to be added

Comment on lines -77 to -82
variable "annotate_pod_ip" {
description = "(Optional) enable to fix pod startup connectivity issue on installing Calico with aws-vpc-cni plugin. (Issue: https://github.com/aws/amazon-vpc-cni-k8s/issues/493)"
type = bool
default = false
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: Calico Network Policy is replaced by AWS network policy agent, so there is no need to annotate pod IP anymore

@icewhiteHsu icewhiteHsu merged commit aa144c3 into master Jan 20, 2025
2 checks passed
@icewhiteHsu icewhiteHsu deleted the feature/update-aws-vpc-cni-to-v1-19-2 branch January 20, 2025 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants