R. P. Taylor
R. P. Taylor
The idea is similar to having a `/etc/something/conf.d/` directory, which is a widely adopted design pattern where you can just drop any file in in order to include a modular...
A helm chart is useful because it bundles all the components together and allows operations (list, upgrade, uninstall etc.) to be performed on them in aggregate. Currently with one big...
I'm not sure if it would make sense to add more processing in the Makefile to "unbuild" all the YAML into a Helm chart, when ideally another benefit of Helm...
Noting https://github.com/kubernetes-sigs/multi-tenancy/blob/master/incubator/hnc/docs/user-guide/how-to.md#excluding-namespaces-from-hnc operators might very well want the configurability to exclude additional namespaces: https://github.com/kubernetes-sigs/multi-tenancy/blob/master/incubator/hnc/docs/user-guide/how-to.md#modify-command-line-arguments This may remain true after HNC graduates to GA status.
It seems that HNC does have configurable options that operators may wish to modify, such as the HNCConfiguration object. https://github.com/kubernetes-sigs/multi-tenancy/blob/master/incubator/hnc/docs/user-guide/how-to.md#uninstall-hnc-from-a-cluster Wouldn't any modifications to HNCConfiguration be lost when upgrading HNC...
Hmm I see, where does the default `HNCConfiguration` object come from then, is it created by the controller itself if it does not exist already? > more context so we...
> Agreed, but maybe the GK tool is worth adapting. Maybe. I had a brief look but I'm not a developer per se and don't know Go, so can't say...
I think this will fix an issue I am faced with. Looks like it is approved by all reviewers; is anything else needed, is it ready to merge?
This should fix an issue affecting me; is it ready to merge? Thanks @lxbsz
Any update now that 2.19 is out? /remove-lifecycle stale