-
Notifications
You must be signed in to change notification settings - Fork 2
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
Conversation
@@ -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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to be added
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 | ||
} | ||
|
There was a problem hiding this comment.
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
No description provided.