Shane Starcher
Shane Starcher
Restart policy on the replication controller currently defaults to Always should this not match docker-compose/docker's default of no?
docker/docker-compose allows for uppercase characters for the name of the containers. metadata.name and spec.template.spec.containers[*].name have more restrictions. ``` The ReplicationController "AuditStuff" is invalid: * metadata.name: invalid value 'AuditSecurityGroups': must be...
If you use the restart: no it will get converted to the boolean of false. It looks like docker-compose supports 'no' and no
Certificates are owned by the individual who creates them. If this person leaves the only option is to delete the cert and re-add the cert. Originally requested from Deis v1...
Currently a `wizzy import` will only act on the current organization that the user is logged into vs acting on all organizations that the user has access for. Wizzy also...
Currently, the proxy is implemented as a separate deployment. The proxy supports TLS, but terminates TLS at its pod and forwards unencrypted traffic over to the hub. This type of...
https://help.github.com/en/github/administering-a-repository/configuring-autolinks-to-reference-external-resources
I installed draino to test it out and it immeditatly cordoned all of my nodes. After turning on debug the logs are as follows. It was installed via the helm...