I hereby claim:
- I am aramase on github.
- I am aramase (https://keybase.io/aramase) on keybase.
- I have a public key whose fingerprint is B980 FFF3 C6E1 C690 39F0 453E B137 10E4 6E80 62CB
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| { | |
| "apiVersion": "vlabs", | |
| "properties": { | |
| "orchestratorProfile": { | |
| "orchestratorType": "Kubernetes", | |
| "orchestratorVersion": "1.16.0-alpha.1", | |
| "kubernetesConfig": { | |
| "enablePodSecurityPolicy": true, | |
| "enableRbac": true, | |
| "clusterSubnet": "10.244.0.0/16,fd00:101::/8", |
| apiVersion: apps/v1 | |
| kind: DaemonSet | |
| metadata: | |
| name: azure-ip-masq-agent | |
| namespace: kube-system | |
| labels: | |
| component: azure-ip-masq-agent | |
| kubernetes.io/cluster-service: "true" | |
| addonmanager.kubernetes.io/mode: Reconcile | |
| tier: node |
| apiVersion: policy/v1beta1 | |
| kind: PodSecurityPolicy | |
| metadata: | |
| name: allow-flexvolume | |
| spec: | |
| seLinux: | |
| rule: RunAsAny | |
| volumes: | |
| - flexVolume | |
| - hostPath |
| apiVersion: policy/v1beta1 | |
| kind: PodSecurityPolicy | |
| metadata: | |
| name: allow-hostnetwork | |
| spec: | |
| seLinux: | |
| rule: RunAsAny | |
| privileged: true | |
| allowedCapabilities: | |
| - NET_ADMIN |
| { | |
| "apiVersion": "vlabs", | |
| "properties": { | |
| "featureFlags": { | |
| "enableIPv6DualStack": true | |
| }, | |
| "orchestratorProfile": { | |
| "orchestratorType": "Kubernetes", | |
| "orchestratorVersion": "1.16.0-rc.1", | |
| "kubernetesConfig": { |
| apiVersion: extensions/v1beta1 | |
| kind: DaemonSet | |
| metadata: | |
| labels: | |
| app: csi-secrets-store-provider-vault | |
| name: csi-secrets-store-provider-vault | |
| spec: | |
| updateStrategy: | |
| type: RollingUpdate | |
| template: |
| { | |
| "apiVersion": "vlabs", | |
| "properties": { | |
| "featureFlags": { | |
| "enableIPv6DualStack": true | |
| }, | |
| "orchestratorProfile": { | |
| "orchestratorType": "Kubernetes", | |
| "orchestratorVersion": "1.16.1", | |
| "kubernetesConfig": { |
| { | |
| "apiVersion": "vlabs", | |
| "properties": { | |
| "featureFlags": { | |
| "enableIPv6DualStack": true | |
| }, | |
| "orchestratorProfile": { | |
| "orchestratorType": "Kubernetes", | |
| "orchestratorRelease": "1.16", | |
| "kubernetesConfig": { |
| using System; | |
| using System.Net.Http; | |
| using System.Threading; | |
| using System.Threading.Tasks; | |
| using System.Web; | |
| using Microsoft.Azure.KeyVault; | |
| using Microsoft.Azure.Services.AppAuthentication; | |
| using Newtonsoft.Json.Linq; | |
| namespace aramase.test |