You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a MutatingAdmissionWebook + Defaulting/Validation for MachineDeployment (#362)
* Initial plumbing
* Full plumbing
* Add business logic to machineDeployment defaulting and validation
* Check for len(errs) not fore != nil
* Only create a jsonpatch if there were changes
* Use evanphx/json-patch, hopefully not buggy
* Test
* Revert back to mattbairds jsonpatch library
* Add some debug logging
* Update e2e testing to use MatatingAdmissionWebhook
* Increase size of e2e controlller to check if it helps
* Use ipvs on kubeadm-controller in e2e tests
* Revert "Use ipvs on kubeadm-controller in e2e tests"
This reverts commit 4b7aef7.
* Move webhook into a dedicated app
* Move webhook into a dedicated deployment
* Fix name of service
* Block webhook shutdown
* Use one replica for the webhook
* Small fixes
* Clean up unneeded temporal changes
* Fix docker-image target
* Fix test if machine-controller is running
* Use one docker image for everything
0 commit comments