func/k8s
Matej Vasek fee8dfcb0c
fix: in cluster dialer security context is non-privileged (#1181)
* fix: in cluster dialer sec.ctx. is non-privileged

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* fixup: drop all capabilities

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* fixup: seccomp

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* fixup: unset seccomp profile type

the seccomp profile type must be empty for osh 4.10

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* fixup: suppress warnings

Signed-off-by: Matej Vasek <mvasek@redhat.com>

Signed-off-by: Matej Vasek <mvasek@redhat.com>
2022-09-06 15:37:43 +00:00
..
labels feat: add `function.knative.dev/name: functionName` label to every resouce created for a Function (#757) 2022-01-13 10:19:11 -08:00
client.go Improve error handling (#916) 2022-03-22 17:18:17 -07:00
configmaps.go 🐛 allow adding environment variables without a cluster connection (#893) 2022-03-16 07:20:00 -07:00
configmaps_test.go 🐛 allow adding environment variables without a cluster connection (#893) 2022-03-16 07:20:00 -07:00
dialer.go fix: in cluster dialer security context is non-privileged (#1181) 2022-09-06 15:37:43 +00:00
dialer_test.go Enable custom CA for specified server names (#770) 2022-01-21 06:50:04 -08:00
logs.go Print logs if Pipeline Run fails (#943) 2022-04-05 16:07:44 +00:00
persistent_volumes.go feat: delete pipeline and resources with `func delete` (#763) 2022-01-24 12:39:29 -08:00
role_bidings.go feat: delete pipeline and resources with `func delete` (#763) 2022-01-24 12:39:29 -08:00
secrets.go feat: on cluster build doens't require privileged cluster permissions (#934) 2022-04-05 12:52:43 +00:00
secrets_test.go 🐛 allow adding environment variables without a cluster connection (#893) 2022-03-16 07:20:00 -07:00
service_accounts.go feat: delete pipeline and resources with `func delete` (#763) 2022-01-24 12:39:29 -08:00