Philipp Strube

Results 67 comments of Philipp Strube

Blocked by https://github.com/hashicorp/terraform-provider-azurerm/issues/16611

Supporting existing networks (VPC/Vnet) is not something I want to support. This has come up a few times and I think it's better to have the modules have everything that...

> 1. How do we envision extending the cluster with custom terraform declarations? I think it depends on what type of declarations. High level, the goal would need to be...

The cluster service module versions define which upstream version of the service you get. So while yes, you want to update them, it wouldn't be on the framework module version...

I thought about this. It seems the best I can do is give permission to any registry bucket in the project because there is no way of knowing the bucket...

I think it would require a rather complex module or modules to handle this for all three providers Kubestack supports, especially given the various ways teams may choose to layout...

https://cloud.google.com/kubernetes-engine/docs/how-to/private-clusters#add_firewall_rules

I think this is a valid idea to explore. Hooks seem a common approach to this. We could define points in the entrypoint and have pre- and post- hooks where...

FYI @to266, unfortunately I had to revert this part of your contribution from this release. Part of revamping the node pools support will be migrating from the `default_node_pool` block to...

This needs more investigation, but I've also seen this myself. The module receives the credentials the cluster resources output as an input. My preliminary investigation of this issue suggests that...