Skip to content

Instantly share code, notes, and snippets.

@owainlewis
Last active November 14, 2018 11:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save owainlewis/1acff8621e5970db4cfdab89ab0f5740 to your computer and use it in GitHub Desktop.
Save owainlewis/1acff8621e5970db4cfdab89ab0f5740 to your computer and use it in GitHub Desktop.
## =====================================
## Base configuration used by all plugins
## =====================================
auth:
region: us-phoenix-1
tenancy: ocid1.tenancy.oc1..
user: ocid1.user.oc1..
key: |
-----BEGIN RSA PRIVATE KEY-----
<snip>
-----END RSA PRIVATE KEY-----
passphrase: supersecretpassword
fingerprint: 8c:bf:17:7b:5f:e0:7d:...
# This field is only used by the flex driver for volume OCID expansion
regionKey: phx
# When set to true, the auth configuration above is ignored. The Go SDK will use instance princiapl auth.
useInstancePrincipals: false
# This is normally set to the compartment in which a Kubernetes cluster exists.
compartment: ocid1.compartment.oc1..
## =====================================
## CCM specific configuration
## =====================================
# VCN configures the Virtual Cloud Network (VCN) within which the cluster resides. Used by CCM only
vcn: ocid1.vcn.oc1..
loadBalancer:
subnet1: ocid1.subnet.oc1.phx.
subnet2: ocid1.subnet.oc1.phx.
securityListManagementMode: All
rateLimiter:
rateLimitQPSRead: 20.0
rateLimitBucketRead: 5
rateLimitQPSWrite: 20.0
rateLimitBucketWrite: 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment