-
Notifications
You must be signed in to change notification settings - Fork 561
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
Merge PRs from master branch to branch v1.3 - MergePRstoBranchV1.3 #719
Merge PRs from master branch to branch v1.3 - MergePRstoBranchV1.3 #719
Conversation
…fs-plugin container. Is needed to create persistent volumes on private EKS clusters. Without this, dynamic pv creation errors: "Failed to fetch File System info: Describe File System failed"
… back to k8s API To do this we put the IMDS requirements behind a MetadataProvider object that can also call to k8s if required. This has also beefed up the E2E tests to cover EKS properly and added unit tests around the new changes.
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Ashley-wenyizha The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@Ashley-wenyizha: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Is this a bug fix or adding new feature?
Merging below PRs from master to branch 1.3
What is this PR about? / Why do we need it?
#585 - Conditionally added AWS_STS_REGIONAL_ENDPOINTS flag
#681 - Removing Dependency on IMDS, allowing hostNetwork: true to be removed
#707 - Support e2e test EFS create on EKS clusters by finding EKS node subnets
#717 Upgrade gopkg.in yaml.v3
What testing is done?