This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:809014E94AFA0B343C298F52B560DE9E10007679]
| apiVersion: v1 | |
| kind: ServiceAccount | |
| metadata: | |
| name: external-dns | |
| --- | |
| apiVersion: rbac.authorization.k8s.io/v1 | |
| kind: ClusterRole | |
| metadata: | |
| name: external-dns | |
| rules: |
| apiVersion: v1 | |
| kind: Namespace | |
| metadata: | |
| name: nginx | |
| --- | |
| apiVersion: v1 | |
| kind: Pod | |
| metadata: | |
| name: nginx | |
| spec: |
This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:809014E94AFA0B343C298F52B560DE9E10007679]
| --- | |
| # Source: cilium/templates/cilium-agent-serviceaccount.yaml | |
| apiVersion: v1 | |
| kind: ServiceAccount | |
| metadata: | |
| name: "cilium" | |
| namespace: kube-system | |
| --- | |
| # Source: cilium/templates/cilium-operator-serviceaccount.yaml | |
| apiVersion: v1 |
| CONFIG_IRQ_FASTEOI_HIERARCHY_HANDLERS=y | |
| +CONFIG_PREEMPT=y | |
| +CONFIG_PREEMPT_COUNT=y | |
| +CONFIG_PREEMPTION=y | |
| +CONFIG_SCHED_THERMAL_PRESSURE=y | |
| +CONFIG_PREEMPT_RCU=y | |
| +CONFIG_TASKS_RCU_GENERIC=y | |
| +CONFIG_TASKS_RCU=y | |
| +CONFIG_RT_GROUP_SCHED=y | |
| +CONFIG_KALLSYMS_ALL=y |
| docker run -d -p 5000:5000 \ | |
| -e REGISTRY_PROXY_REMOTEURL=https://registry-1.docker.io \ | |
| --restart always \ | |
| --name registry-docker.io registry:2 | |
| docker run -d -p 5001:5000 \ | |
| -e REGISTRY_PROXY_REMOTEURL=https://k8s.gcr.io \ | |
| --restart always \ | |
| --name registry-k8s.gcr.io registry:2 |
| apiVersion: apps/v1 | |
| kind: DaemonSet | |
| metadata: | |
| name: bird | |
| namespace: kube-system | |
| labels: | |
| app: bird | |
| spec: | |
| selector: | |
| matchLabels: |
I hereby claim:
To claim this, I am signing this object:
| find . -type d -print0 | xargs -0 chmod -v 0755 | |
| find . -type f -print0 | xargs -0 chmod -v 0644 |