simple-kubernetes-webhook icon indicating copy to clipboard operation
simple-kubernetes-webhook copied to clipboard

This project is aimed at illustrating how to build a fully functioning kubernetes admission webhook in the simplest way possible.

Results 7 simple-kubernetes-webhook issues
Sort by recently updated
recently updated
newest added

### Description This is a really good helpful walkthrough, but needs to be updated slightly to still work. Thank you very much for this! ### What type of issue is...

### Summary When apply a pod, I faced this error. ```sh $ kubectl -n $ns apply -f dev/manifests/pods/bad-name.pod.yaml Error from server (InternalError): error when creating "dev/manifests/pods/bad-name.pod.yaml": Internal error occurred: failed...

### Description docker build -t simple-kubernetes-webhook:latest . Describe your issue here. docker build -t simple-kubernetes-webhook:latest . Sending build context to Docker daemon 302.6kB Step 1/10 : FROM golang:1.16 AS build...

### Summary Describe the goal of this PR. Mention any related Issue numbers. Fixed some typos. ### Requirements (place an `x` in each `[ ]`) * [ ] I've read...

Signed-off-by: Fynn Späker ### Summary At the moment the `gen-certs.sh` script only manipulates the `gen/manifests/webhook/webhook.tls.secret.yaml` file. But we also have to manipulate the webhook resources. ### Requirements (place an `x`...

To be able to use admission hooks, the server needs to be behind TLS. There is a certificate/private key/CA included in this project. Unfortunately, they are signed with the SHA1...

### Summary This makes your repo work with rootless podman + kind + self signed certs Do what you want with this, I am not signing your weird contributor agreement.

cla:missing