Skip to content
This repository was archived by the owner on Feb 20, 2023. It is now read-only.

Commit 1ebf0ff

Browse files
committed
Add docker/default seccomp to control plane and addons
* Annotate pods, deployments, and daemonsets to start containers with the Docker runtime's default seccomp profile * Overrides Kubernetes default behavior which started containers with seccomp=unconfined * https://docs.docker.com/engine/security/seccomp/#pass-a-profile-for-a-container
1 parent 0dc9d6e commit 1ebf0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootkube.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Self-hosted Kubernetes assets (kubeconfig, manifests)
22
module "bootkube" {
3-
source = "git::https://github.com/poseidon/terraform-render-bootkube.git?ref=f7c2f8d590dcca0cb9bd4de15d765cad29109455"
3+
source = "git::https://github.com/poseidon/terraform-render-bootkube.git?ref=2437023c1050609b749850e9b2301a6f00713680"
44

55
cluster_name = "${var.cluster_name}"
66
api_servers = ["${format("%s.%s", var.cluster_name, var.dns_zone)}"]

0 commit comments

Comments
 (0)