Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 31 million developers.
Sign up
Popular repositories
-
home
The configuration for my home tools, such as Home Assistant.
-
vaadin-recaptcha
Provides a simple Google reCAPTCHA v2 component for Vaadin.
-
klarna-nodejs
A simple wrapper around Klarnas XMLRPC API, written in nodejs.
-
elasticsearch-shell
Provides a shell for managing Elasticsearch instances.
Java 2
-
application-blueprint
JavaScript 1
-
ldap-password-reset-service
Provides a simple web service for resetting LDAP user passwords.
Java 1
381 contributions in the last year
Contribution activity
February 2019
Created a pull request in amimof/kubernetes-the-right-way that received 1 comment
Allow specifying `--enable-admission-plugins`
This is necessary if you want to enable other admission plugins, such as the PodSecurityPolicy
plugin.
Closes #31
Created an issue in amimof/kubernetes-the-right-way that received 1 comment
Pod security policies
I started messing around with pod security policies to easily notice if my containers are running as root (and doing more complex rules of course).…