mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-10-06 17:36:01 +00:00
Compare commits
3 Commits
52091a3a07
...
4462a758e4
Author | SHA1 | Date | |
---|---|---|---|
|
4462a758e4 | ||
|
454e114659 | ||
|
a2d6ebac07 |
@@ -49,7 +49,7 @@ resource "aws_iam_openid_connect_provider" "eks" {
|
||||
|
||||
# IAM
|
||||
resource "aws_iam_role" "ebs_csi_driver" {
|
||||
name = "${var.environment_name}-ebs-csi-driver"
|
||||
name = "ebs-csi-driver"
|
||||
assume_role_policy = data.aws_iam_policy_document.ebs_csi_driver_assume_role.json
|
||||
}
|
||||
|
||||
@@ -87,6 +87,6 @@ resource "aws_iam_role_policy_attachment" "AmazonEBSCSIDriverPolicy" {
|
||||
}
|
||||
```
|
||||
|
||||
The above configuration follows the docs, binding an IAM role to the service account _kube-system/ebs-csi-controller-sa_ using an OpenID connect provider.
|
||||
The above configuration follows the docs, binding an IAM role to the service account `kube-system/ebs-csi-controller-sa` using an OpenID connect provider.
|
||||
|
||||
After applying the changes above, I deployed [the sample application](https://docs.aws.amazon.com/eks/latest/userguide/ebs-sample-app.html) and noticed that the persistent volume claims were bound to EBS volumes.
|
||||
|
12
themes/custom-theme/package-lock.json
generated
12
themes/custom-theme/package-lock.json
generated
@@ -5952,9 +5952,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/simple-icons": {
|
||||
"version": "9.19.0",
|
||||
"resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-9.19.0.tgz",
|
||||
"integrity": "sha512-1qaJeBYKYzEcn1l7Jtm0BJMc96BGlnmpQvZMDsNiFDIJkJq6mCdPdH9oIGZUR86gfurJylgJ99R53DO6q/xwfQ==",
|
||||
"version": "9.21.0",
|
||||
"resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-9.21.0.tgz",
|
||||
"integrity": "sha512-yxjs49nKwff5ozRwPCBVcGG4Ehlg5YiR1g4EJ83zmqc0hYhYb6UQJqiy2WOga2OJ1/qVHaej7q762hYZX/mavA==",
|
||||
"engines": {
|
||||
"node": ">=0.12.18"
|
||||
},
|
||||
@@ -10492,9 +10492,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"simple-icons": {
|
||||
"version": "9.19.0",
|
||||
"resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-9.19.0.tgz",
|
||||
"integrity": "sha512-1qaJeBYKYzEcn1l7Jtm0BJMc96BGlnmpQvZMDsNiFDIJkJq6mCdPdH9oIGZUR86gfurJylgJ99R53DO6q/xwfQ=="
|
||||
"version": "9.21.0",
|
||||
"resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-9.21.0.tgz",
|
||||
"integrity": "sha512-yxjs49nKwff5ozRwPCBVcGG4Ehlg5YiR1g4EJ83zmqc0hYhYb6UQJqiy2WOga2OJ1/qVHaej7q762hYZX/mavA=="
|
||||
},
|
||||
"slash": {
|
||||
"version": "5.1.0",
|
||||
|
Reference in New Issue
Block a user