Created
September 30, 2019 00:18
-
-
Save stevenc81/d71f3abd0fbcc11fe11858a6a60b3eef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extraArgs: | |
base-role-arn: "arn:aws:iam::<YOUR AWS ACCOUNT ID>:role/" | |
host: | |
interface: cni0 | |
iptables: true | |
rbac: | |
create: true | |
resources: | |
limits: | |
cpu: 100m | |
memory: 256Mi | |
requests: | |
cpu: 4m | |
memory: 16Mi | |
image: | |
tag: 0.10.7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment