-
Integrating with an ECK managed Elasticsearch cluster involves typically:
* getting access to user credentials (username/password)
* getting hold of the necessary TLS certificates
This can be d…
pebrc updated
2 years ago
-
# Summary
Currently if you install workflows with a `MutatingAdmissionWebhook`, you'll likely get failed workflows and other problematic behaviour.
# Use Cases
See #4107
---
**Message…
-
## Is your feature request related to a problem? Please describe.
I would like to see a Secrets Provider MutatingAdmissionWebhook/Controller that processes all `Secrets` in a given `Namespace`. If…
-
e.g.
image-prefix-adder --prefix dcr.{{.AccountId}}.{{.Region}}
image-prefix-adder --prefix harbor.onpremise.local
-
This was suggested in discussions with the kubernetes community as a way of applying a relocation mapping to image references used to create containers. The webhook would need to mutate pods to replac…
-
code example:
```
WorkingDirectory={{k8s_install_home}}/kubernetes/kube-apiserver
ExecStart=/usr/local/bin/kube-apiserver \
--admission-control=NamespaceLifecycle,LimitRanger,ServiceAccount,Defaul…
-
On Minishift with _patched_ `oc v3.11` binary, and a _workaround_ to enable admission controller webhooks, the `dynamic-admission-controllers` addon is not working.
Work-around:
```
minishift op…
-
* Identify top-level resources that are still TODO
- [ ] EndpointSlice
- [ ] CSIDriver
- [ ] CSINode
- [ ] VolumeAttachment
- [ ] PersistentVolumeClaim
- [ ] ControllerRevision
- [ ] Controll…
-
Add examples for ValidatingAdmissionWebhook and MutatingAdmissionWebhook.
It should be possible to use examples from the Kubernetes docs, but please make sure they work standalone.
If you want t…
-
**Change**
For Kube control plane components launched as static pods
For pods across all the openshift namespaces
**How**
(a) Enabling pre-compiled admission controller ‘MutatingAdmissionWeb…