Alan Meadows
Alan Meadows
**Describe the bug** The combination of the Quarantine preview feature and Qualys (Azure Defender CVE Scanning) do not work as expected. **To Reproduce** Steps to reproduce the behavior: 1. Enable...
This relates to https://github.com/att-comdev/armada/issues/13 as well as it should respect .helmignore. Per https://github.com/att-comdev/armada/blob/master/armada/handlers/chartbuilder.py#L123-L129 this functionality is TBD. This is required as many charts leverage Files.Get, Files.* and these do not...
This is a large feature that attempts to solve several critical items to make this project useful for real deployments: 1) Charts need a consistent and reliable way to offer...
We need to ensure that every chart consistently leverages the init-container approach. An example of where we are doing it correctly: https://github.com/att-comdev/openstack-helm/blob/master/keystone/templates/deployment.yaml#L11-L40 An example of something that needs conversion: https://github.com/att-comdev/openstack-helm/blob/master/neutron/templates/deployment-server.yaml#L14-L34
The stackanetes-entrypoint image consistently leveraged runs into issues with DAEMONSET dependencies, and has trouble with config file dependencies. These should be documented in this issue subsequently but I do not...
http://kubernetes.io/docs/admin/disruptions/ This ensures that operators can safely drain nodes without having to understand all the complexity underneath. Services that would require this and likely require "minAvailable:" would be: - ceph...
For our use case, we really want to leverage helmify to keep CRDs and RBAC up to date with changes in the chart kept in the same repository that houses...