-
Notifications
You must be signed in to change notification settings - Fork 808
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: kubernetes-sigs/aws-ebs-csi-driver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7a33d85
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: kubernetes-sigs/aws-ebs-csi-driver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cfda969
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 26 files changed
- 3 contributors
Commits on Sep 30, 2020
-
Create volumes in outpost when necessary
With this commit we start passing the outpost arn (if it's present) to EBS. Before this commit, when the request came from an outpost instance, we would ask the EBS to create the volume in the parent AZ, which is not the expected behavior. In order to determine if we're running in an outpost instance, we use the ec2 instance metadata "outpost-arn". It returns a '404' for non-outpost instances or the outpost-arn as string otherwise. Now we include it in the topology requiment and pass it along to CreateVolume request if it's present. Automated e2e tests can be considerd impossible for this case as getting an outpost rack is not an easy task.
Configuration menu - View commit details
-
Copy full SHA for be125ff - Browse repository at this point
Copy the full SHA be125ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ca5f84 - Browse repository at this point
Copy the full SHA 4ca5f84View commit details -
Merge pull request #561 from ayberk/outpost_fix
Create volumes in outpost for outpost instances
Configuration menu - View commit details
-
Copy full SHA for 406b203 - Browse repository at this point
Copy the full SHA 406b203View commit details
Commits on Oct 1, 2020
-
Merge pull request #570 from ayberk/ecr_images
Add overlay for ECR images
Configuration menu - View commit details
-
Copy full SHA for 6e470fe - Browse repository at this point
Copy the full SHA 6e470feView commit details
Commits on Oct 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 71c3328 - Browse repository at this point
Copy the full SHA 71c3328View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7278cef - Browse repository at this point
Copy the full SHA 7278cefView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfda969 - Browse repository at this point
Copy the full SHA cfda969View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 7a33d85...cfda969